#660E5C

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

Shades of Palatinate Purple #660E5C

Tints of Palatinate Purple #660E5C

Color information

#660E5C (or 0x660E5C) is unknown color: approx Palatinate Purple. HEX triplet: 66, 0E and 5C. RGB value is (102,14,92). Sum of RGB (Red+Green+Blue) = 102+14+92=208 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.04% from 208); Green value is 14 (5.86% from 255 or 6.73% from 208); Blue value is 92 (36.33% from 255 or 44.23% from 208); Max value from RGB is 102 - color contains mainly: red. Hex color #660E5C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660E5C is #99F1A3. Grayscale: #303030. Windows color (decimal): -10088868 or 6032998. OLE color: 6032998.

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

Color convert

RGB1021492-
CMYK00.860.100.6
HSL306.82º75.86%22.75%-
HSV(B)306.82º86.27%40%-
XYZ7.573.9110.48-
YUV49.2152.15165.66-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 49.04%
GREEN value IS 14 (5.86% from 255) = 6.73%
BLUE value IS 92 (36.33% from 255) = 44.23%
R=49.04%
G=6.73%
B=44.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.10
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102149200.860.100.6306.8275.8622.75
Hex66E5C056A3C1334c17
Octal146161340126127446311427
Binary110011011101011100010101101010111100100110011100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,14,92); }

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

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

 a { background-color: rgb(102,14,92); }

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

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

 span { border-color: rgb(102,14,92); }

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