Html Css Color HEX #5B31EC Han Purple

📋 copy color: '#5B31EC'

red 91 ◦ green 49 ◦ blue 236

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

Shades of Han Purple #5B31EC

Tints of Han Purple #5B31EC

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.03%

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

R = 24.2%
G = 13.03%
B = 62.77%

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

#5B31EC (or 0x5B31EC) is known color: Han Purple. HEX triplet: 5B, 31 and EC. RGB value is (91,49,236). Sum of RGB (Red+Green+Blue) = 91+49+236=376 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.20% from 376); Green value is 49 (19.53% from 255 or 13.03% from 376); Blue value is 236 (92.58% from 255 or 62.77% from 376); Max value from RGB is 236 - color contains mainly: blue. Hex color #5B31EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5B31EC is #A4CE13. Grayscale: #525252. Windows color (decimal): -10800660 or 15479131. OLE color: 15479131.

HSL color Cylindrical-coordinate representation of color #5B31EC: hue angle of 253.48º 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 #5B31EC is Cyan = 0.61, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 91 49 236 -
CMYK 0.61 0.79 0 0.07
HSL 253.48º 0.83% 0.56% -
HSV(B) 253.48º 0.79% 0.93% -
XYZ 20.55 10.48 80.3 -
YUV 82.88 214.41 133.79 -
System Red Green Blue C M Y K H S L
Decimal 91 49 236 0.61 0.79 0 0.07 253.48 0.83 0.56
Hex 5B 31 EC 3D 4F 0 7 FD 53 38
Octal 133 61 354 75 117 0 7 375 123 70
Binary 1011011 110001 11101100 111101 1001111 0 111 11111101 1010011 111000

Color Harmonies of #5B31EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B31EC

Black with #5B31EC

Text Example


Text Example

White with #5B31EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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