#5C0060

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

Shades of Palatinate Purple #5C0060

Tints of Palatinate Purple #5C0060

Color information

#5C0060 (or 0x5C0060) is unknown color: approx Palatinate Purple. HEX triplet: 5C, 00 and 60. RGB value is (92,0,96). Sum of RGB (Red+Green+Blue) = 92+0+96=188 (24% of max value = 765). Red value is 92 (36.33% from 255 or 48.94% from 188); Green value is 0 (0.39% from 255 or 0% from 188); Blue value is 96 (37.89% from 255 or 51.06% from 188); Max value from RGB is 96 - color contains mainly: blue. Hex color #5C0060 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C0060 is #A3FF9F. Grayscale: #262626. Windows color (decimal): -10747808 or 6291548. OLE color: 6291548.

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

Color convert

RGB92096-
CMYK0.04100.62
HSL297.5º100%18.82%-
HSV(B)297.5º100%37.65%-
XYZ6.523.1211.32-
YUV38.45160.48166.19-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 48.94%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 96 (37.89% from 255) = 51.06%
R=48.94%
G=0%
B=51.06%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal920960.04100.62297.510018.82
Hex5C06046403E12a6413
Octal1340140414407645214423
Binary10111000110000010011001000111110100101010110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C0060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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