#660B5C

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

Shades of Palatinate Purple #660B5C

Tints of Palatinate Purple #660B5C

Color information

#660B5C (or 0x660B5C) is unknown color: approx Palatinate Purple. HEX triplet: 66, 0B and 5C. RGB value is (102,11,92). Sum of RGB (Red+Green+Blue) = 102+11+92=205 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.76% from 205); Green value is 11 (4.69% from 255 or 5.37% from 205); Blue value is 92 (36.33% from 255 or 44.88% from 205); Max value from RGB is 102 - color contains mainly: red. Hex color #660B5C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660B5C is #99F4A3. Grayscale: #2F2F2F. Windows color (decimal): -10089636 or 6032230. OLE color: 6032230.

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

Color convert

RGB1021192-
CMYK00.890.100.6
HSL306.59º80.53%22.16%-
HSV(B)306.59º89.22%40%-
XYZ7.533.8410.47-
YUV47.44153.15166.91-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 49.76%
GREEN value IS 11 (4.69% from 255) = 5.37%
BLUE value IS 92 (36.33% from 255) = 44.88%
R=49.76%
G=5.37%
B=44.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.10
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102119200.890.100.6306.5980.5322.16
Hex66B5C059A3C1335116
Octal146131340131127446312126
Binary110011010111011100010110011010111100100110011101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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