Html Css Color HEX #5021DD Han Purple

📋 copy color: '#5021DD'

red 80 ◦ green 33 ◦ blue 221

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

Shades of Han Purple #5021DD

Tints of Han Purple #5021DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 66.17%

R = 23.95%
G = 9.88%
B = 66.17%

CMYK

 C value IS 0.64

 M value IS 0.85

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5021DD (or 0x5021DD) is known color: Han Purple. HEX triplet: 50, 21 and DD. RGB value is (80,33,221). Sum of RGB (Red+Green+Blue) = 80+33+221=334 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.95% from 334); Green value is 33 (13.28% from 255 or 9.88% from 334); Blue value is 221 (86.72% from 255 or 66.17% from 334); Max value from RGB is 221 - color contains mainly: blue. Hex color #5021DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5021DD is #AFDE22. Grayscale: #434343. Windows color (decimal): -11525667 or 14491984. OLE color: 14491984.

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

Color convert

RGB 80 33 221 -
CMYK 0.64 0.85 0 0.13
HSL 255º 0.74% 0.5% -
HSV(B) 255º 0.85% 0.87% -
XYZ 16.9 8.01 69.06 -
YUV 68.49 214.07 136.21 -
System Red Green Blue C M Y K H S L
Decimal 80 33 221 0.64 0.85 0 0.13 255 0.74 0.5
Hex 50 21 DD 40 55 0 D FF 4A 32
Octal 120 41 335 100 125 0 15 377 112 62
Binary 1010000 100001 11011101 1000000 1010101 0 1101 11111111 1001010 110010

Color Harmonies of #5021DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5021DD

Black with #5021DD

Text Example


Text Example

White with #5021DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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