#660F5C

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

Shades of Palatinate Purple #660F5C

Tints of Palatinate Purple #660F5C

Color information

#660F5C (or 0x660F5C) is unknown color: approx Palatinate Purple. HEX triplet: 66, 0F and 5C. RGB value is (102,15,92). Sum of RGB (Red+Green+Blue) = 102+15+92=209 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.80% from 209); Green value is 15 (6.25% from 255 or 7.18% from 209); Blue value is 92 (36.33% from 255 or 44.02% from 209); Max value from RGB is 102 - color contains mainly: red. Hex color #660F5C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660F5C is #99F0A3. Grayscale: #313131. Windows color (decimal): -10088612 or 6033254. OLE color: 6033254.

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

Color convert

RGB1021592-
CMYK00.850.100.6
HSL306.9º74.36%22.94%-
HSV(B)306.9º85.29%40%-
XYZ7.583.9410.49-
YUV49.79151.82165.24-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 48.80%
GREEN value IS 15 (6.25% from 255) = 7.18%
BLUE value IS 92 (36.33% from 255) = 44.02%
R=48.80%
G=7.18%
B=44.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.10
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102159200.850.100.6306.974.3622.94
Hex66F5C055A3C1334a17
Octal146171340125127446311227
Binary110011011111011100010101011010111100100110011100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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