#660C5B

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

Shades of Palatinate Purple #660C5B

Tints of Palatinate Purple #660C5B

Color information

#660C5B (or 0x660C5B) is unknown color: approx Palatinate Purple. HEX triplet: 66, 0C and 5B. RGB value is (102,12,91). Sum of RGB (Red+Green+Blue) = 102+12+91=205 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.76% from 205); Green value is 12 (5.08% from 255 or 5.85% from 205); Blue value is 91 (35.94% from 255 or 44.39% from 205); Max value from RGB is 102 - color contains mainly: red. Hex color #660C5B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660C5B is #99F3A4. Grayscale: #2F2F2F. Windows color (decimal): -10089381 or 5966950. OLE color: 5966950.

HSL color Cylindrical-coordinate representation of color #660C5B: hue angle of 307.33º 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 #660C5B is Cyan = 0, Magento = 0.88, Yellow = 0.11 and Black (K on CMYK) = 0.6.

Color convert

RGB1021291-
CMYK00.880.110.6
HSL307.33º78.95%22.35%-
HSV(B)307.33º88.24%40%-
XYZ7.53.8410.24-
YUV47.92152.32166.58-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 49.76%
GREEN value IS 12 (5.08% from 255) = 5.85%
BLUE value IS 91 (35.94% from 255) = 44.39%
R=49.76%
G=5.85%
B=44.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.11
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102129100.880.110.6307.3378.9522.35
Hex66C5B058B3C1334f16
Octal146141330130137446311726
Binary110011011001011011010110001011111100100110011100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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