#662455

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

Shades of Palatinate Purple #662455

Tints of Palatinate Purple #662455

Color information

#662455 (or 0x662455) is unknown color: approx Palatinate Purple. HEX triplet: 66, 24 and 55. RGB value is (102,36,85). Sum of RGB (Red+Green+Blue) = 102+36+85=223 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.74% from 223); Green value is 36 (14.45% from 255 or 16.14% from 223); Blue value is 85 (33.59% from 255 or 38.12% from 223); Max value from RGB is 102 - color contains mainly: red. Hex color #662455 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662455 is #99DBAA. Grayscale: #3D3D3D. Windows color (decimal): -10083243 or 5579878. OLE color: 5579878.

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

Color convert

RGB1023685-
CMYK00.650.170.6
HSL315.45º47.83%27.06%-
HSV(B)315.45º64.71%40%-
XYZ7.754.749.1-
YUV61.32141.37157.02-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 45.74%
GREEN value IS 36 (14.45% from 255) = 16.14%
BLUE value IS 85 (33.59% from 255) = 38.12%
R=45.74%
G=16.14%
B=38.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.17
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102368500.650.170.6315.4547.8327.06
Hex662455041113C13b301b
Octal14644125010121744736033
Binary11001101001001010101010000011000111110010011101111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662455; }

 p { color: rgb(102,36,85); }

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

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

 a { background-color: rgb(102,36,85); }

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

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

 span { border-color: rgb(102,36,85); }

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