Html Css Color HEX #5E36F9 Han Purple

📋 copy color: '#5E36F9'

red 94 ◦ green 54 ◦ blue 249

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

Shades of Han Purple #5E36F9

Tints of Han Purple #5E36F9

RGB

 RED value IS 94 (37.11% from 255) = 23.68%

 GREEN value IS 54 (21.48% from 255) = 13.6%

 BLUE value IS 249 (97.66% from 255) = 62.72%

R = 23.68%
G = 13.6%
B = 62.72%

CMYK

 C value IS 0.62

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5E36F9 (or 0x5E36F9) is known color: Han Purple. HEX triplet: 5E, 36 and F9. RGB value is (94,54,249). Sum of RGB (Red+Green+Blue) = 94+54+249=397 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.68% from 397); Green value is 54 (21.48% from 255 or 13.60% from 397); Blue value is 249 (97.66% from 255 or 62.72% from 397); Max value from RGB is 249 - color contains mainly: blue. Hex color #5E36F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E36F9 is #A1C906. Grayscale: #575757. Windows color (decimal): -10602759 or 16332382. OLE color: 16332382.

HSL color Cylindrical-coordinate representation of color #5E36F9: hue angle of 252.31º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5E36F9 is Cyan = 0.62, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 94 54 249 -
CMYK 0.62 0.78 0 0.02
HSL 252.31º 0.94% 0.59% -
HSV(B) 252.31º 0.78% 0.98% -
XYZ 23.03 11.86 90.7 -
YUV 88.19 218.75 132.14 -
System Red Green Blue C M Y K H S L
Decimal 94 54 249 0.62 0.78 0 0.02 252.31 0.94 0.59
Hex 5E 36 F9 3E 4E 0 2 FC 5E 3B
Octal 136 66 371 76 116 0 2 374 136 73
Binary 1011110 110110 11111001 111110 1001110 0 10 11111100 1011110 111011

Color Harmonies of #5E36F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E36F9

Black with #5E36F9

Text Example


Text Example

White with #5E36F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,54,249); }

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

background-color css

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

 a { background-color: rgb(94,54,249); }

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

border-color css

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

 span { border-color: rgb(94,54,249); }

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