Html Css Color HEX #5015AA Purple Heart

📋 copy color: '#5015AA'

red 80 ◦ green 21 ◦ blue 170

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

Shades of Purple Heart #5015AA

Tints of Purple Heart #5015AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 62.73%

R = 29.52%
G = 7.75%
B = 62.73%

CMYK

 C value IS 0.53

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5015AA (or 0x5015AA) is known color: Purple Heart. HEX triplet: 50, 15 and AA. RGB value is (80,21,170). Sum of RGB (Red+Green+Blue) = 80+21+170=271 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.52% from 271); Green value is 21 (8.59% from 255 or 7.75% from 271); Blue value is 170 (66.80% from 255 or 62.73% from 271); Max value from RGB is 170 - color contains mainly: blue. Hex color #5015AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5015AA is #AFEA55. Grayscale: #373737. Windows color (decimal): -11528790 or 11146576. OLE color: 11146576.

HSL color Cylindrical-coordinate representation of color #5015AA: hue angle of 263.76º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5015AA is Cyan = 0.53, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 80 21 170 -
CMYK 0.53 0.88 0 0.33
HSL 263.76º 0.78% 0.37% -
HSV(B) 263.76º 0.88% 0.67% -
XYZ 10.83 5.14 38.45 -
YUV 55.63 192.55 145.38 -
System Red Green Blue C M Y K H S L
Decimal 80 21 170 0.53 0.88 0 0.33 263.76 0.78 0.37
Hex 50 15 AA 35 58 0 21 108 4E 25
Octal 120 25 252 65 130 0 41 410 116 45
Binary 1010000 10101 10101010 110101 1011000 0 100001 100001000 1001110 100101

Color Harmonies of #5015AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5015AA

Black with #5015AA

Text Example


Text Example

White with #5015AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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