Html Css Color HEX #5013A9 Purple Heart

📋 copy color: '#5013A9'

red 80 ◦ green 19 ◦ blue 169

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

Shades of Purple Heart #5013A9

Tints of Purple Heart #5013A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 63.06%

R = 29.85%
G = 7.09%
B = 63.06%

CMYK

 C value IS 0.53

 M value IS 0.89

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#5013A9 (or 0x5013A9) is known color: Purple Heart. HEX triplet: 50, 13 and A9. RGB value is (80,19,169). Sum of RGB (Red+Green+Blue) = 80+19+169=268 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.85% from 268); Green value is 19 (7.81% from 255 or 7.09% from 268); Blue value is 169 (66.41% from 255 or 63.06% from 268); Max value from RGB is 169 - color contains mainly: blue. Hex color #5013A9 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5013A9 is #AFEC56. Grayscale: #353535. Windows color (decimal): -11529303 or 11080528. OLE color: 11080528.

HSL color Cylindrical-coordinate representation of color #5013A9: hue angle of 264.4º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5013A9 is Cyan = 0.53, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 80 19 169 -
CMYK 0.53 0.89 0 0.34
HSL 264.4º 0.8% 0.37% -
HSV(B) 264.4º 0.89% 0.66% -
XYZ 10.7 5.04 37.94 -
YUV 54.34 192.71 146.3 -
System Red Green Blue C M Y K H S L
Decimal 80 19 169 0.53 0.89 0 0.34 264.4 0.8 0.37
Hex 50 13 A9 35 59 0 22 108 50 25
Octal 120 23 251 65 131 0 42 410 120 45
Binary 1010000 10011 10101001 110101 1011001 0 100010 100001000 1010000 100101

Color Harmonies of #5013A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5013A9

Black with #5013A9

Text Example


Text Example

White with #5013A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5013A9; }

 p { color: rgb(80,19,169); }

 H1.HeaderClassName
 {
   color: #5013A9;
 }
 .AnyTagClassName
 {
   color: #5013A9;
 }
</style>

background-color css

<style>
 a { background-color: #5013A9; }

 a { background-color: rgb(80,19,169); }

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

border-color css

<style>
 span { border-color: #5013A9; }

 span { border-color: rgb(80,19,169); }

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