Html Css Color HEX #5B0F59 Palatinate Purple

📋 copy color: '#5B0F59'

red 91 ◦ green 15 ◦ blue 89

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

Shades of Palatinate Purple #5B0F59

Tints of Palatinate Purple #5B0F59

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.69%

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

R = 46.67%
G = 7.69%
B = 45.64%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.02

 K value IS 0.64

RGB Variations

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

Color information

#5B0F59 (or 0x5B0F59) is known color: Palatinate Purple. HEX triplet: 5B, 0F and 59. RGB value is (91,15,89). Sum of RGB (Red+Green+Blue) = 91+15+89=195 (25% of max value = 765). Red value is 91 (35.94% from 255 or 46.67% from 195); Green value is 15 (6.25% from 255 or 7.69% from 195); Blue value is 89 (35.16% from 255 or 45.64% from 195); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0F59 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B0F59 is #A4F0A6. Grayscale: #2D2D2D. Windows color (decimal): -10809511 or 5836635. OLE color: 5836635.

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

Color convert

RGB 91 15 89 -
CMYK 0 0.84 0.02 0.64
HSL 301.58º 0.72% 0.21% -
HSV(B) 301.58º 0.84% 0.36% -
XYZ 6.29 3.29 9.75 -
YUV 46.16 152.18 159.98 -
System Red Green Blue C M Y K H S L
Decimal 91 15 89 0 0.84 0.02 0.64 301.58 0.72 0.21
Hex 5B F 59 0 54 2 40 12E 48 15
Octal 133 17 131 0 124 2 100 456 110 25
Binary 1011011 1111 1011001 0 1010100 10 1000000 100101110 1001000 10101

Color Harmonies of #5B0F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B0F59

Black with #5B0F59

Text Example


Text Example

White with #5B0F59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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