Html Css Color HEX #5220DF Han Purple

📋 copy color: '#5220DF'

red 82 ◦ green 32 ◦ blue 223

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

Shades of Han Purple #5220DF

Tints of Han Purple #5220DF

RGB

 RED value IS 82 (32.42% from 255) = 24.33%

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

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

R = 24.33%
G = 9.5%
B = 66.17%

CMYK

 C value IS 0.63

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5220DF (or 0x5220DF) is known color: Han Purple. HEX triplet: 52, 20 and DF. RGB value is (82,32,223). Sum of RGB (Red+Green+Blue) = 82+32+223=337 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.33% from 337); Green value is 32 (12.89% from 255 or 9.50% from 337); Blue value is 223 (87.5% from 255 or 66.17% from 337); Max value from RGB is 223 - color contains mainly: blue. Hex color #5220DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5220DF is #ADDF20. Grayscale: #444444. Windows color (decimal): -11394849 or 14622802. OLE color: 14622802.

HSL color Cylindrical-coordinate representation of color #5220DF: hue angle of 255.71º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5220DF is Cyan = 0.63, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 82 32 223 -
CMYK 0.63 0.86 0 0.13
HSL 255.71º 0.75% 0.5% -
HSV(B) 255.71º 0.86% 0.87% -
XYZ 17.32 8.15 70.47 -
YUV 68.72 215.07 137.47 -
System Red Green Blue C M Y K H S L
Decimal 82 32 223 0.63 0.86 0 0.13 255.71 0.75 0.5
Hex 52 20 DF 3F 56 0 D 100 4B 32
Octal 122 40 337 77 126 0 15 400 113 62
Binary 1010010 100000 11011111 111111 1010110 0 1101 100000000 1001011 110010

Color Harmonies of #5220DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5220DF

Black with #5220DF

Text Example


Text Example

White with #5220DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,32,223); }

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

background-color css

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

 a { background-color: rgb(82,32,223); }

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

border-color css

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

 span { border-color: rgb(82,32,223); }

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