#702A66

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

Shades of Palatinate Purple #702A66

Tints of Palatinate Purple #702A66

Color information

#702A66 (or 0x702A66) is unknown color: approx Palatinate Purple. HEX triplet: 70, 2A and 66. RGB value is (112,42,102). Sum of RGB (Red+Green+Blue) = 112+42+102=256 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.75% from 256); Green value is 42 (16.80% from 255 or 16.41% from 256); Blue value is 102 (40.23% from 255 or 39.84% from 256); Max value from RGB is 112 - color contains mainly: red. Hex color #702A66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702A66 is #8FD599. Grayscale: #454545. Windows color (decimal): -9426330 or 6695536. OLE color: 6695536.

HSL color Cylindrical-coordinate representation of color #702A66: hue angle of 308.57º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #702A66 is Cyan = 0, Magento = 0.62, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB11242102-
CMYK00.620.090.56
HSL308.57º45.45%30.2%-
HSV(B)308.57º62.5%43.92%-
XYZ9.916.0613.22-
YUV69.77146.19158.12-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.75%
GREEN value IS 42 (16.80% from 255) = 16.41%
BLUE value IS 102 (40.23% from 255) = 39.84%
R=43.75%
G=16.41%
B=39.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1124210200.620.090.56308.5745.4530.2
Hex702A6603E9381352d1e
Octal1605214607611704655536
Binary111000010101011001100111110100111100010011010110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,42,102); }

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

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

 a { background-color: rgb(112,42,102); }

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

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

 span { border-color: rgb(112,42,102); }

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