Html Css Color HEX #5020EA Han Purple

📋 copy color: '#5020EA'

red 80 ◦ green 32 ◦ blue 234

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

Shades of Han Purple #5020EA

Tints of Han Purple #5020EA

RGB

 RED value IS 80 (31.64% from 255) = 23.12%

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

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

R = 23.12%
G = 9.25%
B = 67.63%

CMYK

 C value IS 0.66

 M value IS 0.86

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5020EA (or 0x5020EA) is known color: Han Purple. HEX triplet: 50, 20 and EA. RGB value is (80,32,234). Sum of RGB (Red+Green+Blue) = 80+32+234=346 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.12% from 346); Green value is 32 (12.89% from 255 or 9.25% from 346); Blue value is 234 (91.80% from 255 or 67.63% from 346); Max value from RGB is 234 - color contains mainly: blue. Hex color #5020EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5020EA is #AFDF15. Grayscale: #444444. Windows color (decimal): -11525910 or 15343696. OLE color: 15343696.

HSL color Cylindrical-coordinate representation of color #5020EA: hue angle of 254.26º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5020EA is Cyan = 0.66, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 80 32 234 -
CMYK 0.66 0.86 0 0.08
HSL 254.26º 0.83% 0.52% -
HSV(B) 254.26º 0.86% 0.92% -
XYZ 18.68 8.68 78.53 -
YUV 69.38 220.9 135.57 -
System Red Green Blue C M Y K H S L
Decimal 80 32 234 0.66 0.86 0 0.08 254.26 0.83 0.52
Hex 50 20 EA 42 56 0 8 FE 53 34
Octal 120 40 352 102 126 0 10 376 123 64
Binary 1010000 100000 11101010 1000010 1010110 0 1000 11111110 1010011 110100

Color Harmonies of #5020EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5020EA

Black with #5020EA

Text Example


Text Example

White with #5020EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,32,234); }

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

background-color css

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

 a { background-color: rgb(80,32,234); }

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

border-color css

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

 span { border-color: rgb(80,32,234); }

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