#5B1E58

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

Shades of Palatinate Purple #5B1E58

Tints of Palatinate Purple #5B1E58

Color information

#5B1E58 (or 0x5B1E58) is unknown color: approx Palatinate Purple. HEX triplet: 5B, 1E and 58. RGB value is (91,30,88). Sum of RGB (Red+Green+Blue) = 91+30+88=209 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.54% from 209); Green value is 30 (12.11% from 255 or 14.35% from 209); Blue value is 88 (34.77% from 255 or 42.11% from 209); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1E58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B1E58 is #A4E1A7. Grayscale: #363636. Windows color (decimal): -10805672 or 5774939. OLE color: 5774939.

HSL color Cylindrical-coordinate representation of color #5B1E58: hue angle of 302.95º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5B1E58 is Cyan = 0, Magento = 0.67, Yellow = 0.03 and Black (K on CMYK) = 0.64.

Color convert

RGB913088-
CMYK00.670.030.64
HSL302.95º50.41%23.73%-
HSV(B)302.95º67.03%35.69%-
XYZ6.543.869.63-
YUV54.85146.71153.78-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 43.54%
GREEN value IS 30 (12.11% from 255) = 14.35%
BLUE value IS 88 (34.77% from 255) = 42.11%
R=43.54%
G=14.35%
B=42.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.03
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91308800.670.030.64302.9550.4123.73
Hex5B1E5804334012f3218
Octal13336130010331004576230
Binary10110111111010110000100001111100000010010111111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,30,88); }

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

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

 a { background-color: rgb(91,30,88); }

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

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

 span { border-color: rgb(91,30,88); }

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