Html Css Color HEX #5820E4 Han Purple

📋 copy color: '#5820E4'

red 88 ◦ green 32 ◦ blue 228

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

Shades of Han Purple #5820E4

Tints of Han Purple #5820E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 65.52%

R = 25.29%
G = 9.2%
B = 65.52%

CMYK

 C value IS 0.61

 M value IS 0.86

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#5820E4 (or 0x5820E4) is known color: Han Purple. HEX triplet: 58, 20 and E4. RGB value is (88,32,228). Sum of RGB (Red+Green+Blue) = 88+32+228=348 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.29% from 348); Green value is 32 (12.89% from 255 or 9.20% from 348); Blue value is 228 (89.45% from 255 or 65.52% from 348); Max value from RGB is 228 - color contains mainly: blue. Hex color #5820E4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5820E4 is #A7DF1B. Grayscale: #464646. Windows color (decimal): -11001628 or 14950488. OLE color: 14950488.

HSL color Cylindrical-coordinate representation of color #5820E4: hue angle of 257.14º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5820E4 is Cyan = 0.61, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 88 32 228 -
CMYK 0.61 0.86 0 0.11
HSL 257.14º 0.78% 0.51% -
HSV(B) 257.14º 0.86% 0.89% -
XYZ 18.54 8.71 74.1 -
YUV 71.09 216.55 140.06 -
System Red Green Blue C M Y K H S L
Decimal 88 32 228 0.61 0.86 0 0.11 257.14 0.78 0.51
Hex 58 20 E4 3D 56 0 B 101 4E 33
Octal 130 40 344 75 126 0 13 401 116 63
Binary 1011000 100000 11100100 111101 1010110 0 1011 100000001 1001110 110011

Color Harmonies of #5820E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5820E4

Black with #5820E4

Text Example


Text Example

White with #5820E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5820E4; }

 p { color: rgb(88,32,228); }

 H1.HeaderClassName
 {
   color: #5820E4;
 }
 .AnyTagClassName
 {
   color: #5820E4;
 }
</style>

background-color css

<style>
 a { background-color: #5820E4; }

 a { background-color: rgb(88,32,228); }

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

border-color css

<style>
 span { border-color: #5820E4; }

 span { border-color: rgb(88,32,228); }

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