Html Css Color HEX #5210AD Purple Heart

📋 copy color: '#5210AD'

red 82 ◦ green 16 ◦ blue 173

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

Shades of Purple Heart #5210AD

Tints of Purple Heart #5210AD

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.9%

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

R = 30.26%
G = 5.9%
B = 63.84%

CMYK

 C value IS 0.53

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5210AD (or 0x5210AD) is known color: Purple Heart. HEX triplet: 52, 10 and AD. RGB value is (82,16,173). Sum of RGB (Red+Green+Blue) = 82+16+173=271 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.26% from 271); Green value is 16 (6.64% from 255 or 5.90% from 271); Blue value is 173 (67.97% from 255 or 63.84% from 271); Max value from RGB is 173 - color contains mainly: blue. Hex color #5210AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5210AD is #ADEF52. Grayscale: #353535. Windows color (decimal): -11398995 or 11341906. OLE color: 11341906.

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

Color convert

RGB 82 16 173 -
CMYK 0.53 0.91 0 0.32
HSL 265.22º 0.83% 0.37% -
HSV(B) 265.22º 0.91% 0.68% -
XYZ 11.21 5.18 39.94 -
YUV 53.63 195.37 148.23 -
System Red Green Blue C M Y K H S L
Decimal 82 16 173 0.53 0.91 0 0.32 265.22 0.83 0.37
Hex 52 10 AD 35 5B 0 20 109 53 25
Octal 122 20 255 65 133 0 40 411 123 45
Binary 1010010 10000 10101101 110101 1011011 0 100000 100001001 1010011 100101

Color Harmonies of #5210AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5210AD

Black with #5210AD

Text Example


Text Example

White with #5210AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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