#660F56

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

Shades of Palatinate Purple #660F56

Tints of Palatinate Purple #660F56

Color information

#660F56 (or 0x660F56) is unknown color: approx Palatinate Purple. HEX triplet: 66, 0F and 56. RGB value is (102,15,86). Sum of RGB (Red+Green+Blue) = 102+15+86=203 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.25% from 203); Green value is 15 (6.25% from 255 or 7.39% from 203); Blue value is 86 (33.98% from 255 or 42.36% from 203); Max value from RGB is 102 - color contains mainly: red. Hex color #660F56 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660F56 is #99F0A9. Grayscale: #303030. Windows color (decimal): -10088618 or 5640038. OLE color: 5640038.

HSL color Cylindrical-coordinate representation of color #660F56: hue angle of 311.03º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #660F56 is Cyan = 0, Magento = 0.85, Yellow = 0.16 and Black (K on CMYK) = 0.6.

Color convert

RGB1021586-
CMYK00.850.160.6
HSL311.03º74.36%22.94%-
HSV(B)311.03º85.29%40%-
XYZ7.333.849.16-
YUV49.11148.82165.73-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 50.25%
GREEN value IS 15 (6.25% from 255) = 7.39%
BLUE value IS 86 (33.98% from 255) = 42.36%
R=50.25%
G=7.39%
B=42.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.16
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102158600.850.160.6311.0374.3622.94
Hex66F56055103C1374a17
Octal146171260125207446711227
Binary1100110111110101100101010110000111100100110111100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660F56; }

 p { color: rgb(102,15,86); }

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

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

 a { background-color: rgb(102,15,86); }

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

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

 span { border-color: rgb(102,15,86); }

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