Html Css Color HEX #5015AD Purple Heart

📋 copy color: '#5015AD'

red 80 ◦ green 21 ◦ blue 173

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

Shades of Purple Heart #5015AD

Tints of Purple Heart #5015AD

RGB

 RED value IS 80 (31.64% from 255) = 29.2%

 GREEN value IS 21 (8.59% from 255) = 7.66%

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

R = 29.2%
G = 7.66%
B = 63.14%

CMYK

 C value IS 0.54

 M value IS 0.88

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5015AD (or 0x5015AD) is known color: Purple Heart. HEX triplet: 50, 15 and AD. RGB value is (80,21,173). Sum of RGB (Red+Green+Blue) = 80+21+173=274 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.20% from 274); Green value is 21 (8.59% from 255 or 7.66% 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 #5015AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5015AD is #AFEA52. Grayscale: #373737. Windows color (decimal): -11528787 or 11343184. OLE color: 11343184.

HSL color Cylindrical-coordinate representation of color #5015AD: hue angle of 263.29º degrees, saturation: 0.78, 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 #5015AD is Cyan = 0.54, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 80 21 173 -
CMYK 0.54 0.88 0 0.32
HSL 263.29º 0.78% 0.38% -
HSV(B) 263.29º 0.88% 0.68% -
XYZ 11.12 5.26 39.96 -
YUV 55.97 194.05 145.14 -
System Red Green Blue C M Y K H S L
Decimal 80 21 173 0.54 0.88 0 0.32 263.29 0.78 0.38
Hex 50 15 AD 36 58 0 20 107 4E 26
Octal 120 25 255 66 130 0 40 407 116 46
Binary 1010000 10101 10101101 110110 1011000 0 100000 100000111 1001110 100110

Color Harmonies of #5015AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5015AD

Black with #5015AD

Text Example


Text Example

White with #5015AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,21,173); }

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

background-color css

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

 a { background-color: rgb(80,21,173); }

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

border-color css

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

 span { border-color: rgb(80,21,173); }

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