Html Css Color HEX #5B2FE9 Han Purple

📋 copy color: '#5B2FE9'

red 91 ◦ green 47 ◦ blue 233

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

Shades of Han Purple #5B2FE9

Tints of Han Purple #5B2FE9

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.67%

 BLUE value IS 233 (91.41% from 255) = 62.8%

R = 24.53%
G = 12.67%
B = 62.8%

CMYK

 C value IS 0.61

 M value IS 0.80

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#5B2FE9 (or 0x5B2FE9) is known color: Han Purple. HEX triplet: 5B, 2F and E9. RGB value is (91,47,233). Sum of RGB (Red+Green+Blue) = 91+47+233=371 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.53% from 371); Green value is 47 (18.75% from 255 or 12.67% from 371); Blue value is 233 (91.41% from 255 or 62.80% from 371); Max value from RGB is 233 - color contains mainly: blue. Hex color #5B2FE9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5B2FE9 is #A4D016. Grayscale: #505050. Windows color (decimal): -10801175 or 15282011. OLE color: 15282011.

HSL color Cylindrical-coordinate representation of color #5B2FE9: hue angle of 254.19º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5B2FE9 is Cyan = 0.61, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 91 47 233 -
CMYK 0.61 0.80 0 0.09
HSL 254.19º 0.81% 0.55% -
HSV(B) 254.19º 0.8% 0.91% -
XYZ 20.04 10.14 77.99 -
YUV 81.36 213.58 134.88 -
System Red Green Blue C M Y K H S L
Decimal 91 47 233 0.61 0.80 0 0.09 254.19 0.81 0.55
Hex 5B 2F E9 3D 50 0 9 FE 51 37
Octal 133 57 351 75 120 0 11 376 121 67
Binary 1011011 101111 11101001 111101 1010000 0 1001 11111110 1010001 110111

Color Harmonies of #5B2FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B2FE9

Black with #5B2FE9

Text Example


Text Example

White with #5B2FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,47,233); }

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

background-color css

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

 a { background-color: rgb(91,47,233); }

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

border-color css

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

 span { border-color: rgb(91,47,233); }

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