Html Css Color HEX #5020EB Han Purple

📋 copy color: '#5020EB'

red 80 ◦ green 32 ◦ blue 235

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

Shades of Han Purple #5020EB

Tints of Han Purple #5020EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 67.72%

R = 23.05%
G = 9.22%
B = 67.72%

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

#5020EB (or 0x5020EB) is known color: Han Purple. HEX triplet: 50, 20 and EB. RGB value is (80,32,235). Sum of RGB (Red+Green+Blue) = 80+32+235=347 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.05% from 347); Green value is 32 (12.89% from 255 or 9.22% from 347); Blue value is 235 (92.19% from 255 or 67.72% from 347); Max value from RGB is 235 - color contains mainly: blue. Hex color #5020EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5020EB is #AFDF14. Grayscale: #444444. Windows color (decimal): -11525909 or 15409232. OLE color: 15409232.

HSL color Cylindrical-coordinate representation of color #5020EB: hue angle of 254.19º degrees, saturation: 0.84, 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 #5020EB is Cyan = 0.66, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 80 32 235 -
CMYK 0.66 0.86 0 0.08
HSL 254.19º 0.84% 0.52% -
HSV(B) 254.19º 0.86% 0.92% -
XYZ 18.82 8.74 79.29 -
YUV 69.49 221.4 135.49 -
System Red Green Blue C M Y K H S L
Decimal 80 32 235 0.66 0.86 0 0.08 254.19 0.84 0.52
Hex 50 20 EB 42 56 0 8 FE 54 34
Octal 120 40 353 102 126 0 10 376 124 64
Binary 1010000 100000 11101011 1000010 1010110 0 1000 11111110 1010100 110100

Color Harmonies of #5020EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5020EB

Black with #5020EB

Text Example


Text Example

White with #5020EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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