#702C68

Color #702C68 Palatinate Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palatinate Purple #702C68

Tints of Palatinate Purple #702C68

Color information

#702C68 (or 0x702C68) is unknown color: approx Palatinate Purple. HEX triplet: 70, 2C and 68. RGB value is (112,44,104). Sum of RGB (Red+Green+Blue) = 112+44+104=260 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.08% from 260); Green value is 44 (17.58% from 255 or 16.92% from 260); Blue value is 104 (41.02% from 255 or 40% from 260); Max value from RGB is 112 - color contains mainly: red. Hex color #702C68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702C68 is #8FD397. Grayscale: #474747. Windows color (decimal): -9425816 or 6827120. OLE color: 6827120.

HSL color Cylindrical-coordinate representation of color #702C68: hue angle of 307.06º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #702C68 is Cyan = 0, Magento = 0.61, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB11244104-
CMYK00.610.070.56
HSL307.06º43.59%30.59%-
HSV(B)307.06º60.71%43.92%-
XYZ10.086.2513.77-
YUV71.17146.53157.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 112 (44.14% from 255) = 43.08%
GREEN value IS 44 (17.58% from 255) = 16.92%
BLUE value IS 104 (41.02% from 255) = 40%
R=43.08%
G=16.92%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1124410400.610.070.56307.0643.5930.59
Hex702C6803D7381332c1f
Octal160541500757704635437
Binary11100001011001101000011110111111100010011001110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702C68; }

 p { color: rgb(112,44,104); }

 H1.HeaderClassName
 {
   color: #702C68;
 }
 .AnyTagClassName
 {
   color: #702C68;
 }
</style>
background-color css

<style>
 a { background-color: #702C68; }

 a { background-color: rgb(112,44,104); }

 div.DivClassName
 {
   background-color: #702C68;
 }
 .BgClassName
 {
   background-color: #702C68;
 }
</style>
border-color css

<style>
 span { border-color: #702C68; }

 span { border-color: rgb(112,44,104); }

 td.TdClassName
 {
   border-color: #702C68;
 }
 .TagClassName
 {
   border-color: #702C68;
 }
</style>