#60115F

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

Shades of Palatinate Purple #60115F

Tints of Palatinate Purple #60115F

Color information

#60115F (or 0x60115F) is unknown color: approx Palatinate Purple. HEX triplet: 60, 11 and 5F. RGB value is (96,17,95). Sum of RGB (Red+Green+Blue) = 96+17+95=208 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.15% from 208); Green value is 17 (7.03% from 255 or 8.17% from 208); Blue value is 95 (37.5% from 255 or 45.67% from 208); Max value from RGB is 96 - color contains mainly: red. Hex color #60115F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60115F is #9FEEA0. Grayscale: #313131. Windows color (decimal): -10481313 or 6230368. OLE color: 6230368.

HSL color Cylindrical-coordinate representation of color #60115F: hue angle of 300.76º 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 #60115F is Cyan = 0, Magento = 0.82, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB961795-
CMYK00.820.010.62
HSL300.76º69.91%22.16%-
HSV(B)300.76º82.29%37.65%-
XYZ7.093.7111.17-
YUV49.51153.67161.16-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 46.15%
GREEN value IS 17 (7.03% from 255) = 8.17%
BLUE value IS 95 (37.5% from 255) = 45.67%
R=46.15%
G=8.17%
B=45.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96179500.820.010.62300.7669.9122.16
Hex60115F05213E12d4616
Octal14021137012217645510626
Binary1100000100011011111010100101111110100101101100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60115F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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