#662652

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

Shades of Palatinate Purple #662652

Tints of Palatinate Purple #662652

Color information

#662652 (or 0x662652) is unknown color: approx Palatinate Purple. HEX triplet: 66, 26 and 52. RGB value is (102,38,82). Sum of RGB (Red+Green+Blue) = 102+38+82=222 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.95% from 222); Green value is 38 (15.23% from 255 or 17.12% from 222); Blue value is 82 (32.42% from 255 or 36.94% from 222); Max value from RGB is 102 - color contains mainly: red. Hex color #662652 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662652 is #99D9AD. Grayscale: #3E3E3E. Windows color (decimal): -10082734 or 5383782. OLE color: 5383782.

HSL color Cylindrical-coordinate representation of color #662652: hue angle of 318.75º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #662652 is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.6.

Color convert

RGB1023882-
CMYK00.630.200.6
HSL318.75º45.71%27.45%-
HSV(B)318.75º62.75%40%-
XYZ7.74.828.51-
YUV62.15139.2156.42-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 45.95%
GREEN value IS 38 (15.23% from 255) = 17.12%
BLUE value IS 82 (32.42% from 255) = 36.94%
R=45.95%
G=17.12%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.20
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102388200.630.200.6318.7545.7127.45
Hex66265203F143C13f2e1b
Octal1464612207724744775633
Binary1100110100110101001001111111010011110010011111110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662652; }

 p { color: rgb(102,38,82); }

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

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

 a { background-color: rgb(102,38,82); }

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

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

 span { border-color: rgb(102,38,82); }

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