Html Css Color HEX #5120AD Purple Heart

📋 copy color: '#5120AD'

red 81 ◦ green 32 ◦ blue 173

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

Shades of Purple Heart #5120AD

Tints of Purple Heart #5120AD

RGB

 RED value IS 81 (32.03% from 255) = 28.32%

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

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

R = 28.32%
G = 11.19%
B = 60.49%

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

#5120AD (or 0x5120AD) is known color: Purple Heart. HEX triplet: 51, 20 and AD. RGB value is (81,32,173). Sum of RGB (Red+Green+Blue) = 81+32+173=286 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.32% from 286); Green value is 32 (12.89% from 255 or 11.19% from 286); Blue value is 173 (67.97% from 255 or 60.49% from 286); Max value from RGB is 173 - color contains mainly: blue. Hex color #5120AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5120AD is #AEDF52. Grayscale: #3E3E3E. Windows color (decimal): -11460435 or 11346001. OLE color: 11346001.

HSL color Cylindrical-coordinate representation of color #5120AD: hue angle of 260.85º 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 #5120AD is Cyan = 0.53, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 81 32 173 -
CMYK 0.53 0.82 0 0.32
HSL 260.85º 0.69% 0.4% -
HSV(B) 260.85º 0.82% 0.68% -
XYZ 11.45 5.8 40.05 -
YUV 62.73 190.23 141.04 -
System Red Green Blue C M Y K H S L
Decimal 81 32 173 0.53 0.82 0 0.32 260.85 0.69 0.4
Hex 51 20 AD 35 52 0 20 105 45 28
Octal 121 40 255 65 122 0 40 405 105 50
Binary 1010001 100000 10101101 110101 1010010 0 100000 100000101 1000101 101000

Color Harmonies of #5120AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5120AD

Black with #5120AD

Text Example


Text Example

White with #5120AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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