#5B1C59

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

Shades of Palatinate Purple #5B1C59

Tints of Palatinate Purple #5B1C59

Color information

#5B1C59 (or 0x5B1C59) is unknown color: approx Palatinate Purple. HEX triplet: 5B, 1C and 59. RGB value is (91,28,89). Sum of RGB (Red+Green+Blue) = 91+28+89=208 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.75% from 208); Green value is 28 (11.33% from 255 or 13.46% from 208); Blue value is 89 (35.16% from 255 or 42.79% from 208); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1C59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B1C59 is #A4E3A6. Grayscale: #353535. Windows color (decimal): -10806183 or 5839963. OLE color: 5839963.

HSL color Cylindrical-coordinate representation of color #5B1C59: hue angle of 301.9º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5B1C59 is Cyan = 0, Magento = 0.69, Yellow = 0.02 and Black (K on CMYK) = 0.64.

Color convert

RGB912889-
CMYK00.690.020.64
HSL301.9º52.94%23.33%-
HSV(B)301.9º69.23%35.69%-
XYZ6.533.789.84-
YUV53.79147.87154.54-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 43.75%
GREEN value IS 28 (11.33% from 255) = 13.46%
BLUE value IS 89 (35.16% from 255) = 42.79%
R=43.75%
G=13.46%
B=42.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.02
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91288900.690.020.64301.952.9423.33
Hex5B1C5904524012e3517
Octal13334131010521004566527
Binary10110111110010110010100010110100000010010111011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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