Html Css Color HEX #5021DC Han Purple

📋 copy color: '#5021DC'

red 80 ◦ green 33 ◦ blue 220

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

Shades of Han Purple #5021DC

Tints of Han Purple #5021DC

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.91%

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

R = 24.02%
G = 9.91%
B = 66.07%

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

#5021DC (or 0x5021DC) is known color: Han Purple. HEX triplet: 50, 21 and DC. RGB value is (80,33,220). Sum of RGB (Red+Green+Blue) = 80+33+220=333 (44% of max value = 765). Red value is 80 (31.64% from 255 or 24.02% from 333); Green value is 33 (13.28% from 255 or 9.91% from 333); Blue value is 220 (86.33% from 255 or 66.07% from 333); Max value from RGB is 220 - color contains mainly: blue. Hex color #5021DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5021DC is #AFDE23. Grayscale: #434343. Windows color (decimal): -11525668 or 14426448. OLE color: 14426448.

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

Color convert

RGB 80 33 220 -
CMYK 0.64 0.85 0 0.14
HSL 255.08º 0.74% 0.5% -
HSV(B) 255.08º 0.85% 0.86% -
XYZ 16.77 7.96 68.36 -
YUV 68.37 213.57 136.29 -
System Red Green Blue C M Y K H S L
Decimal 80 33 220 0.64 0.85 0 0.14 255.08 0.74 0.5
Hex 50 21 DC 40 55 0 E FF 4A 32
Octal 120 41 334 100 125 0 16 377 112 62
Binary 1010000 100001 11011100 1000000 1010101 0 1110 11111111 1001010 110010

Color Harmonies of #5021DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5021DC

Black with #5021DC

Text Example


Text Example

White with #5021DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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