Html Css Color HEX #5B32EC Han Purple

📋 copy color: '#5B32EC'

red 91 ◦ green 50 ◦ blue 236

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

Shades of Han Purple #5B32EC

Tints of Han Purple #5B32EC

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.26%

 BLUE value IS 236 (92.58% from 255) = 62.6%

R = 24.14%
G = 13.26%
B = 62.6%

CMYK

 C value IS 0.61

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5B32EC (or 0x5B32EC) is known color: Han Purple. HEX triplet: 5B, 32 and EC. RGB value is (91,50,236). Sum of RGB (Red+Green+Blue) = 91+50+236=377 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.14% from 377); Green value is 50 (19.92% from 255 or 13.26% from 377); Blue value is 236 (92.58% from 255 or 62.60% from 377); Max value from RGB is 236 - color contains mainly: blue. Hex color #5B32EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5B32EC is #A4CD13. Grayscale: #525252. Windows color (decimal): -10800404 or 15479387. OLE color: 15479387.

HSL color Cylindrical-coordinate representation of color #5B32EC: hue angle of 253.23º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5B32EC is Cyan = 0.61, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 91 50 236 -
CMYK 0.61 0.79 0 0.07
HSL 253.23º 0.83% 0.56% -
HSV(B) 253.23º 0.79% 0.93% -
XYZ 20.6 10.56 80.31 -
YUV 83.46 214.08 133.38 -
System Red Green Blue C M Y K H S L
Decimal 91 50 236 0.61 0.79 0 0.07 253.23 0.83 0.56
Hex 5B 32 EC 3D 4F 0 7 FD 53 38
Octal 133 62 354 75 117 0 7 375 123 70
Binary 1011011 110010 11101100 111101 1001111 0 111 11111101 1010011 111000

Color Harmonies of #5B32EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B32EC

Black with #5B32EC

Text Example


Text Example

White with #5B32EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,50,236); }

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

background-color css

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

 a { background-color: rgb(91,50,236); }

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

border-color css

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

 span { border-color: rgb(91,50,236); }

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