Html Css Color HEX #5B0559 Palatinate Purple

📋 copy color: '#5B0559'

red 91 ◦ green 5 ◦ blue 89

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

Shades of Palatinate Purple #5B0559

Tints of Palatinate Purple #5B0559

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.7%

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

R = 49.19%
G = 2.7%
B = 48.11%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.02

 K value IS 0.64

RGB Variations

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

Color information

#5B0559 (or 0x5B0559) is known color: Palatinate Purple. HEX triplet: 5B, 05 and 59. RGB value is (91,5,89). Sum of RGB (Red+Green+Blue) = 91+5+89=185 (24% of max value = 765). Red value is 91 (35.94% from 255 or 49.19% from 185); Green value is 5 (2.34% from 255 or 2.70% from 185); Blue value is 89 (35.16% from 255 or 48.11% from 185); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0559 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B0559 is #A4FAA6. Grayscale: #282828. Windows color (decimal): -10812071 or 5834075. OLE color: 5834075.

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

Color convert

RGB 91 5 89 -
CMYK 0 0.95 0.02 0.64
HSL 301.4º 0.9% 0.19% -
HSV(B) 301.4º 0.95% 0.36% -
XYZ 6.17 3.05 9.72 -
YUV 40.29 155.49 164.17 -
System Red Green Blue C M Y K H S L
Decimal 91 5 89 0 0.95 0.02 0.64 301.4 0.9 0.19
Hex 5B 5 59 0 5F 2 40 12D 5A 13
Octal 133 5 131 0 137 2 100 455 132 23
Binary 1011011 101 1011001 0 1011111 10 1000000 100101101 1011010 10011

Color Harmonies of #5B0559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B0559

Black with #5B0559

Text Example


Text Example

White with #5B0559

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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