Html Css Color HEX #5924ED Han Purple

📋 copy color: '#5924ED'

red 89 ◦ green 36 ◦ blue 237

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

Shades of Han Purple #5924ED

Tints of Han Purple #5924ED

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.94%

 BLUE value IS 237 (92.97% from 255) = 65.47%

R = 24.59%
G = 9.94%
B = 65.47%

CMYK

 C value IS 0.62

 M value IS 0.85

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5924ED (or 0x5924ED) is known color: Han Purple. HEX triplet: 59, 24 and ED. RGB value is (89,36,237). Sum of RGB (Red+Green+Blue) = 89+36+237=362 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.59% from 362); Green value is 36 (14.45% from 255 or 9.94% from 362); Blue value is 237 (92.97% from 255 or 65.47% from 362); Max value from RGB is 237 - color contains mainly: blue. Hex color #5924ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5924ED is #A6DB12. Grayscale: #4A4A4A. Windows color (decimal): -10935059 or 15541337. OLE color: 15541337.

HSL color Cylindrical-coordinate representation of color #5924ED: hue angle of 255.82º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5924ED is Cyan = 0.62, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 89 36 237 -
CMYK 0.62 0.85 0 0.07
HSL 255.82º 0.85% 0.54% -
HSV(B) 255.82º 0.85% 0.93% -
XYZ 20.04 9.5 80.9 -
YUV 74.76 219.56 138.16 -
System Red Green Blue C M Y K H S L
Decimal 89 36 237 0.62 0.85 0 0.07 255.82 0.85 0.54
Hex 59 24 ED 3E 55 0 7 100 55 36
Octal 131 44 355 76 125 0 7 400 125 66
Binary 1011001 100100 11101101 111110 1010101 0 111 100000000 1010101 110110

Color Harmonies of #5924ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5924ED

Black with #5924ED

Text Example


Text Example

White with #5924ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5924ED; }

 p { color: rgb(89,36,237); }

 H1.HeaderClassName
 {
   color: #5924ED;
 }
 .AnyTagClassName
 {
   color: #5924ED;
 }
</style>

background-color css

<style>
 a { background-color: #5924ED; }

 a { background-color: rgb(89,36,237); }

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

border-color css

<style>
 span { border-color: #5924ED; }

 span { border-color: rgb(89,36,237); }

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