#660C6C

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

Shades of Palatinate Purple #660C6C

Tints of Palatinate Purple #660C6C

Color information

#660C6C (or 0x660C6C) is unknown color: approx Palatinate Purple. HEX triplet: 66, 0C and 6C. RGB value is (102,12,108). Sum of RGB (Red+Green+Blue) = 102+12+108=222 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.95% from 222); Green value is 12 (5.08% from 255 or 5.41% from 222); Blue value is 108 (42.58% from 255 or 48.65% from 222); Max value from RGB is 108 - color contains mainly: blue. Hex color #660C6C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660C6C is #99F393. Grayscale: #313131. Windows color (decimal): -10089364 or 7081062. OLE color: 7081062.

HSL color Cylindrical-coordinate representation of color #660C6C: hue angle of 296.25º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #660C6C is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10212108-
CMYK0.060.8900.58
HSL296.25º80%23.53%-
HSV(B)296.25º88.89%42.35%-
XYZ8.324.1714.55-
YUV49.85160.82165.19-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 45.95%
GREEN value IS 12 (5.08% from 255) = 5.41%
BLUE value IS 108 (42.58% from 255) = 48.65%
R=45.95%
G=5.41%
B=48.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal102121080.060.8900.58296.258023.53
Hex66C6C65903A1285018
Octal14614154613107245012030
Binary11001101100110110011010110010111010100101000101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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