Html Css Color HEX #5B0859 Palatinate Purple

📋 copy color: '#5B0859'

red 91 ◦ green 8 ◦ blue 89

#5B0859
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Palatinate Purple #5B0859

Tints of Palatinate Purple #5B0859

RGB

 RED value IS 91 (35.94% from 255) = 48.4%

 GREEN value IS 8 (3.52% from 255) = 4.26%

 BLUE value IS 89 (35.16% from 255) = 47.34%

R = 48.4%
G = 4.26%
B = 47.34%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.02

 K value IS 0.64

RGB Variations

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

Color information

#5B0859 (or 0x5B0859) is known color: Palatinate Purple. HEX triplet: 5B, 08 and 59. RGB value is (91,8,89). Sum of RGB (Red+Green+Blue) = 91+8+89=188 (24% of max value = 765). Red value is 91 (35.94% from 255 or 48.40% from 188); Green value is 8 (3.52% from 255 or 4.26% from 188); Blue value is 89 (35.16% from 255 or 47.34% from 188); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0859 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B0859 is #A4F7A6. Grayscale: #292929. Windows color (decimal): -10811303 or 5834843. OLE color: 5834843.

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

Color convert

RGB 91 8 89 -
CMYK 0 0.91 0.02 0.64
HSL 301.45º 0.84% 0.19% -
HSV(B) 301.45º 0.91% 0.36% -
XYZ 6.2 3.12 9.73 -
YUV 42.05 154.5 162.91 -
System Red Green Blue C M Y K H S L
Decimal 91 8 89 0 0.91 0.02 0.64 301.45 0.84 0.19
Hex 5B 8 59 0 5B 2 40 12D 54 13
Octal 133 10 131 0 133 2 100 455 124 23
Binary 1011011 1000 1011001 0 1011011 10 1000000 100101101 1010100 10011

Color Harmonies of #5B0859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B0859

Black with #5B0859

Text Example


Text Example

White with #5B0859

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5B0859;
 }
 .AnyTagClassName
 {
   color: #5B0859;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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