Html Css Color HEX #5E36FB Han Purple

📋 copy color: '#5E36FB'

red 94 ◦ green 54 ◦ blue 251

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

Shades of Han Purple #5E36FB

Tints of Han Purple #5E36FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 62.91%

R = 23.56%
G = 13.53%
B = 62.91%

CMYK

 C value IS 0.63

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5E36FB (or 0x5E36FB) is known color: Han Purple. HEX triplet: 5E, 36 and FB. RGB value is (94,54,251). Sum of RGB (Red+Green+Blue) = 94+54+251=399 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.56% from 399); Green value is 54 (21.48% from 255 or 13.53% from 399); Blue value is 251 (98.44% from 255 or 62.91% from 399); Max value from RGB is 251 - color contains mainly: blue. Hex color #5E36FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E36FB is #A1C904. Grayscale: #575757. Windows color (decimal): -10602757 or 16463454. OLE color: 16463454.

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

Color convert

RGB 94 54 251 -
CMYK 0.63 0.78 0 0.02
HSL 252.18º 0.96% 0.6% -
HSV(B) 252.18º 0.78% 0.98% -
XYZ 23.35 11.98 92.35 -
YUV 88.42 219.75 131.98 -
System Red Green Blue C M Y K H S L
Decimal 94 54 251 0.63 0.78 0 0.02 252.18 0.96 0.6
Hex 5E 36 FB 3F 4E 0 2 FC 60 3C
Octal 136 66 373 77 116 0 2 374 140 74
Binary 1011110 110110 11111011 111111 1001110 0 10 11111100 1100000 111100

Color Harmonies of #5E36FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E36FB

Black with #5E36FB

Text Example


Text Example

White with #5E36FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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