Html Css Color HEX #5019AA Purple Heart

📋 copy color: '#5019AA'

red 80 ◦ green 25 ◦ blue 170

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

Shades of Purple Heart #5019AA

Tints of Purple Heart #5019AA

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.09%

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

R = 29.09%
G = 9.09%
B = 61.82%

CMYK

 C value IS 0.53

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5019AA (or 0x5019AA) is known color: Purple Heart. HEX triplet: 50, 19 and AA. RGB value is (80,25,170). Sum of RGB (Red+Green+Blue) = 80+25+170=275 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.09% from 275); Green value is 25 (10.16% from 255 or 9.09% from 275); Blue value is 170 (66.80% from 255 or 61.82% from 275); Max value from RGB is 170 - color contains mainly: blue. Hex color #5019AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5019AA is #AFE655. Grayscale: #393939. Windows color (decimal): -11527766 or 11147600. OLE color: 11147600.

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

Color convert

RGB 80 25 170 -
CMYK 0.53 0.85 0 0.33
HSL 262.76º 0.74% 0.38% -
HSV(B) 262.76º 0.85% 0.67% -
XYZ 10.91 5.3 38.48 -
YUV 57.98 191.22 143.71 -
System Red Green Blue C M Y K H S L
Decimal 80 25 170 0.53 0.85 0 0.33 262.76 0.74 0.38
Hex 50 19 AA 35 55 0 21 107 4A 26
Octal 120 31 252 65 125 0 41 407 112 46
Binary 1010000 11001 10101010 110101 1010101 0 100001 100000111 1001010 100110

Color Harmonies of #5019AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5019AA

Black with #5019AA

Text Example


Text Example

White with #5019AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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