Html Css Color HEX #5013AA Purple Heart

📋 copy color: '#5013AA'

red 80 ◦ green 19 ◦ blue 170

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

Shades of Purple Heart #5013AA

Tints of Purple Heart #5013AA

RGB

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

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

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

R = 29.74%
G = 7.06%
B = 63.2%

CMYK

 C value IS 0.53

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5013AA (or 0x5013AA) is known color: Purple Heart. HEX triplet: 50, 13 and AA. RGB value is (80,19,170). Sum of RGB (Red+Green+Blue) = 80+19+170=269 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.74% from 269); Green value is 19 (7.81% from 255 or 7.06% from 269); Blue value is 170 (66.80% from 255 or 63.20% from 269); Max value from RGB is 170 - color contains mainly: blue. Hex color #5013AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5013AA is #AFEC55. Grayscale: #353535. Windows color (decimal): -11529302 or 11146064. OLE color: 11146064.

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

Color convert

RGB 80 19 170 -
CMYK 0.53 0.89 0 0.33
HSL 264.24º 0.8% 0.37% -
HSV(B) 264.24º 0.89% 0.67% -
XYZ 10.8 5.07 38.44 -
YUV 54.45 193.21 146.22 -
System Red Green Blue C M Y K H S L
Decimal 80 19 170 0.53 0.89 0 0.33 264.24 0.8 0.37
Hex 50 13 AA 35 59 0 21 108 50 25
Octal 120 23 252 65 131 0 41 410 120 45
Binary 1010000 10011 10101010 110101 1011001 0 100001 100001000 1010000 100101

Color Harmonies of #5013AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5013AA

Black with #5013AA

Text Example


Text Example

White with #5013AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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