#660C68

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

Shades of Palatinate Purple #660C68

Tints of Palatinate Purple #660C68

Color information

#660C68 (or 0x660C68) is unknown color: approx Palatinate Purple. HEX triplet: 66, 0C and 68. RGB value is (102,12,104). Sum of RGB (Red+Green+Blue) = 102+12+104=218 (28% of max value = 765). Red value is 102 (40.23% from 255 or 46.79% from 218); Green value is 12 (5.08% from 255 or 5.50% from 218); Blue value is 104 (41.02% from 255 or 47.71% from 218); Max value from RGB is 104 - color contains mainly: blue. Hex color #660C68 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660C68 is #99F397. Grayscale: #313131. Windows color (decimal): -10089368 or 6818918. OLE color: 6818918.

HSL color Cylindrical-coordinate representation of color #660C68: hue angle of 298.7º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #660C68 is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB10212104-
CMYK0.020.8800.59
HSL298.7º79.31%22.75%-
HSV(B)298.7º88.46%40.78%-
XYZ8.114.0913.46-
YUV49.4158.82165.52-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 46.79%
GREEN value IS 12 (5.08% from 255) = 5.50%
BLUE value IS 104 (41.02% from 255) = 47.71%
R=46.79%
G=5.50%
B=47.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal102121040.020.8800.59298.779.3122.75
Hex66C6825803B12b4f17
Octal14614150213007345311727
Binary1100110110011010001010110000111011100101011100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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