#5B1C60

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

Shades of Palatinate Purple #5B1C60

Tints of Palatinate Purple #5B1C60

Color information

#5B1C60 (or 0x5B1C60) is unknown color: approx Palatinate Purple. HEX triplet: 5B, 1C and 60. RGB value is (91,28,96). Sum of RGB (Red+Green+Blue) = 91+28+96=215 (28% of max value = 765). Red value is 91 (35.94% from 255 or 42.33% from 215); Green value is 28 (11.33% from 255 or 13.02% from 215); Blue value is 96 (37.89% from 255 or 44.65% from 215); Max value from RGB is 96 - color contains mainly: blue. Hex color #5B1C60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B1C60 is #A4E39F. Grayscale: #363636. Windows color (decimal): -10806176 or 6298715. OLE color: 6298715.

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

Color convert

RGB912896-
CMYK0.050.7100.62
HSL295.59º54.84%24.31%-
HSV(B)295.59º70.83%37.65%-
XYZ6.843.911.46-
YUV54.59151.37153.97-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 42.33%
GREEN value IS 28 (11.33% from 255) = 13.02%
BLUE value IS 96 (37.89% from 255) = 44.65%
R=42.33%
G=13.02%
B=44.65%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9128960.050.7100.62295.5954.8424.31
Hex5B1C6054703E1283718
Octal1333414051070764506730
Binary10110111110011000001011000111011111010010100011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,28,96); }

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

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

 a { background-color: rgb(91,28,96); }

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

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

 span { border-color: rgb(91,28,96); }

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