Html Css Color HEX #5211AD Purple Heart

📋 copy color: '#5211AD'

red 82 ◦ green 17 ◦ blue 173

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

Shades of Purple Heart #5211AD

Tints of Purple Heart #5211AD

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.25%

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

R = 30.15%
G = 6.25%
B = 63.6%

CMYK

 C value IS 0.53

 M value IS 0.90

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5211AD (or 0x5211AD) is known color: Purple Heart. HEX triplet: 52, 11 and AD. RGB value is (82,17,173). Sum of RGB (Red+Green+Blue) = 82+17+173=272 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.15% from 272); Green value is 17 (7.03% from 255 or 6.25% from 272); Blue value is 173 (67.97% from 255 or 63.60% from 272); Max value from RGB is 173 - color contains mainly: blue. Hex color #5211AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5211AD is #ADEE52. Grayscale: #353535. Windows color (decimal): -11398739 or 11342162. OLE color: 11342162.

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

Color convert

RGB 82 17 173 -
CMYK 0.53 0.90 0 0.32
HSL 265º 0.82% 0.37% -
HSV(B) 265º 0.9% 0.68% -
XYZ 11.22 5.21 39.95 -
YUV 54.22 195.03 147.82 -
System Red Green Blue C M Y K H S L
Decimal 82 17 173 0.53 0.90 0 0.32 265 0.82 0.37
Hex 52 11 AD 35 5A 0 20 109 52 25
Octal 122 21 255 65 132 0 40 411 122 45
Binary 1010010 10001 10101101 110101 1011010 0 100000 100001001 1010010 100101

Color Harmonies of #5211AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5211AD

Black with #5211AD

Text Example


Text Example

White with #5211AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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