#60115C

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

Shades of Palatinate Purple #60115C

Tints of Palatinate Purple #60115C

Color information

#60115C (or 0x60115C) is unknown color: approx Palatinate Purple. HEX triplet: 60, 11 and 5C. RGB value is (96,17,92). Sum of RGB (Red+Green+Blue) = 96+17+92=205 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.83% from 205); Green value is 17 (7.03% from 255 or 8.29% from 205); Blue value is 92 (36.33% from 255 or 44.88% from 205); Max value from RGB is 96 - color contains mainly: red. Hex color #60115C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60115C is #9FEEA3. Grayscale: #303030. Windows color (decimal): -10481316 or 6033760. OLE color: 6033760.

HSL color Cylindrical-coordinate representation of color #60115C: hue angle of 303.04º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #60115C is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB961792-
CMYK00.820.040.62
HSL303.04º69.91%22.16%-
HSV(B)303.04º82.29%37.65%-
XYZ6.963.6610.47-
YUV49.17152.17161.4-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 46.83%
GREEN value IS 17 (7.03% from 255) = 8.29%
BLUE value IS 92 (36.33% from 255) = 44.88%
R=46.83%
G=8.29%
B=44.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96179200.820.040.62303.0469.9122.16
Hex60115C05243E12f4616
Octal14021134012247645710626
Binary110000010001101110001010010100111110100101111100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60115C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60115C; }

 p { color: rgb(96,17,92); }

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

<style>
 a { background-color: #60115C; }

 a { background-color: rgb(96,17,92); }

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

<style>
 span { border-color: #60115C; }

 span { border-color: rgb(96,17,92); }

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