#662555

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

Shades of Palatinate Purple #662555

Tints of Palatinate Purple #662555

Color information

#662555 (or 0x662555) is unknown color: approx Palatinate Purple. HEX triplet: 66, 25 and 55. RGB value is (102,37,85). Sum of RGB (Red+Green+Blue) = 102+37+85=224 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.54% from 224); Green value is 37 (14.84% from 255 or 16.52% from 224); Blue value is 85 (33.59% from 255 or 37.95% from 224); Max value from RGB is 102 - color contains mainly: red. Hex color #662555 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662555 is #99DAAA. Grayscale: #3D3D3D. Windows color (decimal): -10082987 or 5580134. OLE color: 5580134.

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

Color convert

RGB1023785-
CMYK00.640.170.6
HSL315.69º46.76%27.25%-
HSV(B)315.69º63.73%40%-
XYZ7.784.89.11-
YUV61.91141.03156.6-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 45.54%
GREEN value IS 37 (14.84% from 255) = 16.52%
BLUE value IS 85 (33.59% from 255) = 37.95%
R=45.54%
G=16.52%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.17
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102378500.640.170.6315.6946.7627.25
Hex662555040113C13c2f1b
Octal14645125010021744745733
Binary11001101001011010101010000001000111110010011110010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662555; }

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

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

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

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

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

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

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

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