#5C0F60

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

Shades of Palatinate Purple #5C0F60

Tints of Palatinate Purple #5C0F60

Color information

#5C0F60 (or 0x5C0F60) is unknown color: approx Palatinate Purple. HEX triplet: 5C, 0F and 60. RGB value is (92,15,96). Sum of RGB (Red+Green+Blue) = 92+15+96=203 (26% of max value = 765). Red value is 92 (36.33% from 255 or 45.32% from 203); Green value is 15 (6.25% from 255 or 7.39% from 203); Blue value is 96 (37.89% from 255 or 47.29% from 203); Max value from RGB is 96 - color contains mainly: blue. Hex color #5C0F60 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C0F60 is #A3F09F. Grayscale: #2F2F2F. Windows color (decimal): -10743968 or 6295388. OLE color: 6295388.

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

Color convert

RGB921596-
CMYK0.040.8400.62
HSL297.04º72.97%21.76%-
HSV(B)297.04º84.38%37.65%-
XYZ6.73.4611.38-
YUV47.26155.51159.91-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 45.32%
GREEN value IS 15 (6.25% from 255) = 7.39%
BLUE value IS 96 (37.89% from 255) = 47.29%
R=45.32%
G=7.39%
B=47.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9215960.040.8400.62297.0472.9721.76
Hex5CF6045403E1294916
Octal13417140412407645111126
Binary10111001111110000010010101000111110100101001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C0F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C0F60; }

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

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

<style>
 a { background-color: #5C0F60; }

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

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

<style>
 span { border-color: #5C0F60; }

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

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