Html Css Color HEX #5213AD Purple Heart

📋 copy color: '#5213AD'

red 82 ◦ green 19 ◦ blue 173

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

Shades of Purple Heart #5213AD

Tints of Purple Heart #5213AD

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.93%

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

R = 29.93%
G = 6.93%
B = 63.14%

CMYK

 C value IS 0.53

 M value IS 0.89

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5213AD (or 0x5213AD) is known color: Purple Heart. HEX triplet: 52, 13 and AD. RGB value is (82,19,173). Sum of RGB (Red+Green+Blue) = 82+19+173=274 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.93% from 274); Green value is 19 (7.81% from 255 or 6.93% from 274); Blue value is 173 (67.97% from 255 or 63.14% from 274); Max value from RGB is 173 - color contains mainly: blue. Hex color #5213AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5213AD is #ADEC52. Grayscale: #363636. Windows color (decimal): -11398227 or 11342674. OLE color: 11342674.

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

Color convert

RGB 82 19 173 -
CMYK 0.53 0.89 0 0.32
HSL 264.55º 0.8% 0.38% -
HSV(B) 264.55º 0.89% 0.68% -
XYZ 11.26 5.28 39.96 -
YUV 55.39 194.37 146.98 -
System Red Green Blue C M Y K H S L
Decimal 82 19 173 0.53 0.89 0 0.32 264.55 0.8 0.38
Hex 52 13 AD 35 59 0 20 109 50 26
Octal 122 23 255 65 131 0 40 411 120 46
Binary 1010010 10011 10101101 110101 1011001 0 100000 100001001 1010000 100110

Color Harmonies of #5213AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5213AD

Black with #5213AD

Text Example


Text Example

White with #5213AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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