Html Css Color HEX #5B0BE5 Han Purple

📋 copy color: '#5B0BE5'

red 91 ◦ green 11 ◦ blue 229

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

Shades of Han Purple #5B0BE5

Tints of Han Purple #5B0BE5

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.32%

 BLUE value IS 229 (89.84% from 255) = 69.18%

R = 27.49%
G = 3.32%
B = 69.18%

CMYK

 C value IS 0.60

 M value IS 0.95

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#5B0BE5 (or 0x5B0BE5) is known color: Han Purple. HEX triplet: 5B, 0B and E5. RGB value is (91,11,229). Sum of RGB (Red+Green+Blue) = 91+11+229=331 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.49% from 331); Green value is 11 (4.69% from 255 or 3.32% from 331); Blue value is 229 (89.84% from 255 or 69.18% from 331); Max value from RGB is 229 - color contains mainly: blue. Hex color #5B0BE5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B0BE5 is #A4F41A. Grayscale: #3A3A3A. Windows color (decimal): -10810395 or 15010651. OLE color: 15010651.

HSL color Cylindrical-coordinate representation of color #5B0BE5: hue angle of 262.02º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5B0BE5 is Cyan = 0.60, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 91 11 229 -
CMYK 0.60 0.95 0 0.10
HSL 262.02º 0.91% 0.47% -
HSV(B) 262.02º 0.95% 0.9% -
XYZ 18.58 8.12 74.72 -
YUV 59.77 223.5 150.27 -
System Red Green Blue C M Y K H S L
Decimal 91 11 229 0.60 0.95 0 0.10 262.02 0.91 0.47
Hex 5B B E5 3C 5F 0 A 106 5B 2F
Octal 133 13 345 74 137 0 12 406 133 57
Binary 1011011 1011 11100101 111100 1011111 0 1010 100000110 1011011 101111

Color Harmonies of #5B0BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B0BE5

Black with #5B0BE5

Text Example


Text Example

White with #5B0BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,11,229); }

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

background-color css

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

 a { background-color: rgb(91,11,229); }

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

border-color css

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

 span { border-color: rgb(91,11,229); }

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