Html Css Color HEX #5B0E59 Palatinate Purple

📋 copy color: '#5B0E59'

red 91 ◦ green 14 ◦ blue 89

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

Shades of Palatinate Purple #5B0E59

Tints of Palatinate Purple #5B0E59

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.22%

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

R = 46.91%
G = 7.22%
B = 45.88%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.02

 K value IS 0.64

RGB Variations

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

Color information

#5B0E59 (or 0x5B0E59) is known color: Palatinate Purple. HEX triplet: 5B, 0E and 59. RGB value is (91,14,89). Sum of RGB (Red+Green+Blue) = 91+14+89=194 (25% of max value = 765). Red value is 91 (35.94% from 255 or 46.91% from 194); Green value is 14 (5.86% from 255 or 7.22% from 194); Blue value is 89 (35.16% from 255 or 45.88% from 194); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0E59 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B0E59 is #A4F1A6. Grayscale: #2D2D2D. Windows color (decimal): -10809767 or 5836379. OLE color: 5836379.

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

Color convert

RGB 91 14 89 -
CMYK 0 0.85 0.02 0.64
HSL 301.56º 0.73% 0.21% -
HSV(B) 301.56º 0.85% 0.36% -
XYZ 6.27 3.26 9.75 -
YUV 45.57 152.51 160.4 -
System Red Green Blue C M Y K H S L
Decimal 91 14 89 0 0.85 0.02 0.64 301.56 0.73 0.21
Hex 5B E 59 0 55 2 40 12E 49 15
Octal 133 16 131 0 125 2 100 456 111 25
Binary 1011011 1110 1011001 0 1010101 10 1000000 100101110 1001001 10101

Color Harmonies of #5B0E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B0E59

Black with #5B0E59

Text Example


Text Example

White with #5B0E59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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