Html Css Color HEX #5020DC Han Purple

📋 copy color: '#5020DC'

red 80 ◦ green 32 ◦ blue 220

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

Shades of Han Purple #5020DC

Tints of Han Purple #5020DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 66.27%

R = 24.1%
G = 9.64%
B = 66.27%

CMYK

 C value IS 0.64

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5020DC (or 0x5020DC) is known color: Han Purple. HEX triplet: 50, 20 and DC. RGB value is (80,32,220). Sum of RGB (Red+Green+Blue) = 80+32+220=332 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.10% from 332); Green value is 32 (12.89% from 255 or 9.64% from 332); Blue value is 220 (86.33% from 255 or 66.27% from 332); Max value from RGB is 220 - color contains mainly: blue. Hex color #5020DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5020DC is #AFDF23. Grayscale: #434343. Windows color (decimal): -11525924 or 14426192. OLE color: 14426192.

HSL color Cylindrical-coordinate representation of color #5020DC: hue angle of 255.32º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5020DC is Cyan = 0.64, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 80 32 220 -
CMYK 0.64 0.85 0 0.14
HSL 255.32º 0.75% 0.49% -
HSV(B) 255.32º 0.85% 0.86% -
XYZ 16.74 7.91 68.35 -
YUV 67.78 213.9 136.71 -
System Red Green Blue C M Y K H S L
Decimal 80 32 220 0.64 0.85 0 0.14 255.32 0.75 0.49
Hex 50 20 DC 40 55 0 E FF 4B 31
Octal 120 40 334 100 125 0 16 377 113 61
Binary 1010000 100000 11011100 1000000 1010101 0 1110 11111111 1001011 110001

Color Harmonies of #5020DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5020DC

Black with #5020DC

Text Example


Text Example

White with #5020DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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