#5B1D59

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

Shades of Palatinate Purple #5B1D59

Tints of Palatinate Purple #5B1D59

Color information

#5B1D59 (or 0x5B1D59) is unknown color: approx Palatinate Purple. HEX triplet: 5B, 1D and 59. RGB value is (91,29,89). Sum of RGB (Red+Green+Blue) = 91+29+89=209 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.54% from 209); Green value is 29 (11.72% from 255 or 13.88% from 209); Blue value is 89 (35.16% from 255 or 42.58% from 209); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1D59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B1D59 is #A4E2A6. Grayscale: #363636. Windows color (decimal): -10805927 or 5840219. OLE color: 5840219.

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

Color convert

RGB912989-
CMYK00.680.020.64
HSL301.94º51.67%23.53%-
HSV(B)301.94º68.13%35.69%-
XYZ6.563.829.84-
YUV54.38147.54154.12-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 43.54%
GREEN value IS 29 (11.72% from 255) = 13.88%
BLUE value IS 89 (35.16% from 255) = 42.58%
R=43.54%
G=13.88%
B=42.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.02
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91298900.680.020.64301.9451.6723.53
Hex5B1D5904424012e3418
Octal13335131010421004566430
Binary10110111110110110010100010010100000010010111011010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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