Html Css Color HEX #5220ED Han Purple

📋 copy color: '#5220ED'

red 82 ◦ green 32 ◦ blue 237

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

Shades of Han Purple #5220ED

Tints of Han Purple #5220ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 67.52%

R = 23.36%
G = 9.12%
B = 67.52%

CMYK

 C value IS 0.65

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5220ED (or 0x5220ED) is known color: Han Purple. HEX triplet: 52, 20 and ED. RGB value is (82,32,237). Sum of RGB (Red+Green+Blue) = 82+32+237=351 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.36% from 351); Green value is 32 (12.89% from 255 or 9.12% from 351); Blue value is 237 (92.97% from 255 or 67.52% from 351); Max value from RGB is 237 - color contains mainly: blue. Hex color #5220ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5220ED is #ADDF12. Grayscale: #454545. Windows color (decimal): -11394835 or 15540306. OLE color: 15540306.

HSL color Cylindrical-coordinate representation of color #5220ED: hue angle of 254.63º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5220ED is Cyan = 0.65, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 82 32 237 -
CMYK 0.65 0.86 0 0.07
HSL 254.63º 0.85% 0.53% -
HSV(B) 254.63º 0.86% 0.93% -
XYZ 19.28 8.94 80.83 -
YUV 70.32 222.07 136.33 -
System Red Green Blue C M Y K H S L
Decimal 82 32 237 0.65 0.86 0 0.07 254.63 0.85 0.53
Hex 52 20 ED 41 56 0 7 FF 55 35
Octal 122 40 355 101 126 0 7 377 125 65
Binary 1010010 100000 11101101 1000001 1010110 0 111 11111111 1010101 110101

Color Harmonies of #5220ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5220ED

Black with #5220ED

Text Example


Text Example

White with #5220ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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