#5C1960

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

Shades of Palatinate Purple #5C1960

Tints of Palatinate Purple #5C1960

Color information

#5C1960 (or 0x5C1960) is unknown color: approx Palatinate Purple. HEX triplet: 5C, 19 and 60. RGB value is (92,25,96). Sum of RGB (Red+Green+Blue) = 92+25+96=213 (28% of max value = 765). Red value is 92 (36.33% from 255 or 43.19% from 213); Green value is 25 (10.16% from 255 or 11.74% from 213); Blue value is 96 (37.89% from 255 or 45.07% from 213); Max value from RGB is 96 - color contains mainly: blue. Hex color #5C1960 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C1960 is #A3E69F. Grayscale: #343434. Windows color (decimal): -10741408 or 6297948. OLE color: 6297948.

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

Color convert

RGB922596-
CMYK0.040.7400.62
HSL296.62º58.68%23.73%-
HSV(B)296.62º73.96%37.65%-
XYZ6.873.8211.44-
YUV53.13152.2155.73-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 43.19%
GREEN value IS 25 (10.16% from 255) = 11.74%
BLUE value IS 96 (37.89% from 255) = 45.07%
R=43.19%
G=11.74%
B=45.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9225960.040.7400.62296.6258.6823.73
Hex5C196044A03E1293b18
Octal1343114041120764517330
Binary10111001100111000001001001010011111010010100111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C1960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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