Html Css Color HEX #5920EC Han Purple

📋 copy color: '#5920EC'

red 89 ◦ green 32 ◦ blue 236

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

Shades of Han Purple #5920EC

Tints of Han Purple #5920EC

RGB

 RED value IS 89 (35.16% from 255) = 24.93%

 GREEN value IS 32 (12.89% from 255) = 8.96%

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

R = 24.93%
G = 8.96%
B = 66.11%

CMYK

 C value IS 0.62

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5920EC (or 0x5920EC) is known color: Han Purple. HEX triplet: 59, 20 and EC. RGB value is (89,32,236). Sum of RGB (Red+Green+Blue) = 89+32+236=357 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.93% from 357); Green value is 32 (12.89% from 255 or 8.96% from 357); Blue value is 236 (92.58% from 255 or 66.11% from 357); Max value from RGB is 236 - color contains mainly: blue. Hex color #5920EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5920EC is #A6DF13. Grayscale: #474747. Windows color (decimal): -10936084 or 15474777. OLE color: 15474777.

HSL color Cylindrical-coordinate representation of color #5920EC: hue angle of 256.76º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5920EC is Cyan = 0.62, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 89 32 236 -
CMYK 0.62 0.86 0 0.07
HSL 256.76º 0.84% 0.53% -
HSV(B) 256.76º 0.86% 0.93% -
XYZ 19.78 9.21 80.09 -
YUV 72.3 220.38 139.91 -
System Red Green Blue C M Y K H S L
Decimal 89 32 236 0.62 0.86 0 0.07 256.76 0.84 0.53
Hex 59 20 EC 3E 56 0 7 101 54 35
Octal 131 40 354 76 126 0 7 401 124 65
Binary 1011001 100000 11101100 111110 1010110 0 111 100000001 1010100 110101

Color Harmonies of #5920EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5920EC

Black with #5920EC

Text Example


Text Example

White with #5920EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5920EC; }

 p { color: rgb(89,32,236); }

 H1.HeaderClassName
 {
   color: #5920EC;
 }
 .AnyTagClassName
 {
   color: #5920EC;
 }
</style>

background-color css

<style>
 a { background-color: #5920EC; }

 a { background-color: rgb(89,32,236); }

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

border-color css

<style>
 span { border-color: #5920EC; }

 span { border-color: rgb(89,32,236); }

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