#660C60

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

Shades of Palatinate Purple #660C60

Tints of Palatinate Purple #660C60

Color information

#660C60 (or 0x660C60) is unknown color: approx Palatinate Purple. HEX triplet: 66, 0C and 60. RGB value is (102,12,96). Sum of RGB (Red+Green+Blue) = 102+12+96=210 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.57% from 210); Green value is 12 (5.08% from 255 or 5.71% from 210); Blue value is 96 (37.89% from 255 or 45.71% from 210); Max value from RGB is 102 - color contains mainly: red. Hex color #660C60 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660C60 is #99F39F. Grayscale: #303030. Windows color (decimal): -10089376 or 6294630. OLE color: 6294630.

HSL color Cylindrical-coordinate representation of color #660C60: hue angle of 304º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #660C60 is Cyan = 0, Magento = 0.88, Yellow = 0.06 and Black (K on CMYK) = 0.6.

Color convert

RGB1021296-
CMYK00.880.060.6
HSL304º78.95%22.35%-
HSV(B)304º88.24%40%-
XYZ7.723.9311.42-
YUV48.49154.82166.17-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 48.57%
GREEN value IS 12 (5.08% from 255) = 5.71%
BLUE value IS 96 (37.89% from 255) = 45.71%
R=48.57%
G=5.71%
B=45.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.06
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102129600.880.060.630478.9522.35
Hex66C6005863C1304f16
Octal14614140013067446011726
Binary11001101100110000001011000110111100100110000100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,12,96); }

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

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

 a { background-color: rgb(102,12,96); }

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

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

 span { border-color: rgb(102,12,96); }

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