Html Css Color HEX #5021DF Han Purple

📋 copy color: '#5021DF'

red 80 ◦ green 33 ◦ blue 223

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

Shades of Han Purple #5021DF

Tints of Han Purple #5021DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 66.37%

R = 23.81%
G = 9.82%
B = 66.37%

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

#5021DF (or 0x5021DF) is known color: Han Purple. HEX triplet: 50, 21 and DF. RGB value is (80,33,223). Sum of RGB (Red+Green+Blue) = 80+33+223=336 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.81% from 336); Green value is 33 (13.28% from 255 or 9.82% from 336); Blue value is 223 (87.5% from 255 or 66.37% from 336); Max value from RGB is 223 - color contains mainly: blue. Hex color #5021DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5021DF is #AFDE20. Grayscale: #444444. Windows color (decimal): -11525665 or 14623056. OLE color: 14623056.

HSL color Cylindrical-coordinate representation of color #5021DF: hue angle of 254.84º degrees, saturation: 0.75, 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 #5021DF is Cyan = 0.64, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 80 33 223 -
CMYK 0.64 0.85 0 0.13
HSL 254.84º 0.75% 0.5% -
HSV(B) 254.84º 0.85% 0.87% -
XYZ 17.17 8.12 70.47 -
YUV 68.71 215.07 136.05 -
System Red Green Blue C M Y K H S L
Decimal 80 33 223 0.64 0.85 0 0.13 254.84 0.75 0.5
Hex 50 21 DF 40 55 0 D FF 4B 32
Octal 120 41 337 100 125 0 15 377 113 62
Binary 1010000 100001 11011111 1000000 1010101 0 1101 11111111 1001011 110010

Color Harmonies of #5021DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5021DF

Black with #5021DF

Text Example


Text Example

White with #5021DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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