Html Css Color HEX #5824EA Han Purple

📋 copy color: '#5824EA'

red 88 ◦ green 36 ◦ blue 234

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

Shades of Han Purple #5824EA

Tints of Han Purple #5824EA

RGB

 RED value IS 88 (34.77% from 255) = 24.58%

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

 BLUE value IS 234 (91.8% from 255) = 65.36%

R = 24.58%
G = 10.06%
B = 65.36%

CMYK

 C value IS 0.62

 M value IS 0.85

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5824EA (or 0x5824EA) is known color: Han Purple. HEX triplet: 58, 24 and EA. RGB value is (88,36,234). Sum of RGB (Red+Green+Blue) = 88+36+234=358 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.58% from 358); Green value is 36 (14.45% from 255 or 10.06% from 358); Blue value is 234 (91.80% from 255 or 65.36% from 358); Max value from RGB is 234 - color contains mainly: blue. Hex color #5824EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5824EA is #A7DB15. Grayscale: #494949. Windows color (decimal): -11000598 or 15344728. OLE color: 15344728.

HSL color Cylindrical-coordinate representation of color #5824EA: hue angle of 255.76º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5824EA is Cyan = 0.62, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 88 36 234 -
CMYK 0.62 0.85 0 0.08
HSL 255.76º 0.83% 0.53% -
HSV(B) 255.76º 0.85% 0.92% -
XYZ 19.51 9.28 78.6 -
YUV 74.12 218.23 137.9 -
System Red Green Blue C M Y K H S L
Decimal 88 36 234 0.62 0.85 0 0.08 255.76 0.83 0.53
Hex 58 24 EA 3E 55 0 8 100 52 35
Octal 130 44 352 76 125 0 10 400 122 65
Binary 1011000 100100 11101010 111110 1010101 0 1000 100000000 1010010 110101

Color Harmonies of #5824EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5824EA

Black with #5824EA

Text Example


Text Example

White with #5824EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5824EA; }

 p { color: rgb(88,36,234); }

 H1.HeaderClassName
 {
   color: #5824EA;
 }
 .AnyTagClassName
 {
   color: #5824EA;
 }
</style>

background-color css

<style>
 a { background-color: #5824EA; }

 a { background-color: rgb(88,36,234); }

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

border-color css

<style>
 span { border-color: #5824EA; }

 span { border-color: rgb(88,36,234); }

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