#660C5E

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

Shades of Palatinate Purple #660C5E

Tints of Palatinate Purple #660C5E

Color information

#660C5E (or 0x660C5E) is unknown color: approx Palatinate Purple. HEX triplet: 66, 0C and 5E. RGB value is (102,12,94). Sum of RGB (Red+Green+Blue) = 102+12+94=208 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.04% from 208); Green value is 12 (5.08% from 255 or 5.77% from 208); Blue value is 94 (37.11% from 255 or 45.19% from 208); Max value from RGB is 102 - color contains mainly: red. Hex color #660C5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660C5E is #99F3A1. Grayscale: #303030. Windows color (decimal): -10089378 or 6163558. OLE color: 6163558.

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

Color convert

RGB1021294-
CMYK00.880.080.6
HSL305.33º78.95%22.35%-
HSV(B)305.33º88.24%40%-
XYZ7.633.910.94-
YUV48.26153.82166.33-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 49.04%
GREEN value IS 12 (5.08% from 255) = 5.77%
BLUE value IS 94 (37.11% from 255) = 45.19%
R=49.04%
G=5.77%
B=45.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.08
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102129400.880.080.6305.3378.9522.35
Hex66C5E05883C1314f16
Octal146141360130107446111726
Binary110011011001011110010110001000111100100110001100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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