Html Css Color HEX #5214AD Purple Heart

📋 copy color: '#5214AD'

red 82 ◦ green 20 ◦ blue 173

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

Shades of Purple Heart #5214AD

Tints of Purple Heart #5214AD

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.27%

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

R = 29.82%
G = 7.27%
B = 62.91%

CMYK

 C value IS 0.53

 M value IS 0.88

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5214AD (or 0x5214AD) is known color: Purple Heart. HEX triplet: 52, 14 and AD. RGB value is (82,20,173). Sum of RGB (Red+Green+Blue) = 82+20+173=275 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.82% from 275); Green value is 20 (8.20% from 255 or 7.27% from 275); Blue value is 173 (67.97% from 255 or 62.91% from 275); Max value from RGB is 173 - color contains mainly: blue. Hex color #5214AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5214AD is #ADEB52. Grayscale: #373737. Windows color (decimal): -11397971 or 11342930. OLE color: 11342930.

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

Color convert

RGB 82 20 173 -
CMYK 0.53 0.88 0 0.32
HSL 264.31º 0.79% 0.38% -
HSV(B) 264.31º 0.88% 0.68% -
XYZ 11.27 5.31 39.97 -
YUV 55.98 194.04 146.56 -
System Red Green Blue C M Y K H S L
Decimal 82 20 173 0.53 0.88 0 0.32 264.31 0.79 0.38
Hex 52 14 AD 35 58 0 20 108 4F 26
Octal 122 24 255 65 130 0 40 410 117 46
Binary 1010010 10100 10101101 110101 1011000 0 100000 100001000 1001111 100110

Color Harmonies of #5214AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5214AD

Black with #5214AD

Text Example


Text Example

White with #5214AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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