Html Css Color HEX #5220AD Purple Heart

📋 copy color: '#5220AD'

red 82 ◦ green 32 ◦ blue 173

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

Shades of Purple Heart #5220AD

Tints of Purple Heart #5220AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 60.28%

R = 28.57%
G = 11.15%
B = 60.28%

CMYK

 C value IS 0.53

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5220AD (or 0x5220AD) is known color: Purple Heart. HEX triplet: 52, 20 and AD. RGB value is (82,32,173). Sum of RGB (Red+Green+Blue) = 82+32+173=287 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.57% from 287); Green value is 32 (12.89% from 255 or 11.15% from 287); Blue value is 173 (67.97% from 255 or 60.28% from 287); Max value from RGB is 173 - color contains mainly: blue. Hex color #5220AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5220AD is #ADDF52. Grayscale: #3E3E3E. Windows color (decimal): -11394899 or 11346002. OLE color: 11346002.

HSL color Cylindrical-coordinate representation of color #5220AD: hue angle of 261.28º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5220AD is Cyan = 0.53, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 82 32 173 -
CMYK 0.53 0.82 0 0.32
HSL 261.28º 0.69% 0.4% -
HSV(B) 261.28º 0.82% 0.68% -
XYZ 11.54 5.84 40.06 -
YUV 63.02 190.07 141.54 -
System Red Green Blue C M Y K H S L
Decimal 82 32 173 0.53 0.82 0 0.32 261.28 0.69 0.4
Hex 52 20 AD 35 52 0 20 105 45 28
Octal 122 40 255 65 122 0 40 405 105 50
Binary 1010010 100000 10101101 110101 1010010 0 100000 100000101 1000101 101000

Color Harmonies of #5220AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5220AD

Black with #5220AD

Text Example


Text Example

White with #5220AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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