Html Css Color HEX #5017AA Purple Heart

📋 copy color: '#5017AA'

red 80 ◦ green 23 ◦ blue 170

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

Shades of Purple Heart #5017AA

Tints of Purple Heart #5017AA

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.42%

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

R = 29.3%
G = 8.42%
B = 62.27%

CMYK

 C value IS 0.53

 M value IS 0.86

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5017AA (or 0x5017AA) is known color: Purple Heart. HEX triplet: 50, 17 and AA. RGB value is (80,23,170). Sum of RGB (Red+Green+Blue) = 80+23+170=273 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.30% from 273); Green value is 23 (9.38% from 255 or 8.42% from 273); Blue value is 170 (66.80% from 255 or 62.27% from 273); Max value from RGB is 170 - color contains mainly: blue. Hex color #5017AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5017AA is #AFE855. Grayscale: #383838. Windows color (decimal): -11528278 or 11147088. OLE color: 11147088.

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

Color convert

RGB 80 23 170 -
CMYK 0.53 0.86 0 0.33
HSL 263.27º 0.76% 0.38% -
HSV(B) 263.27º 0.86% 0.67% -
XYZ 10.87 5.22 38.46 -
YUV 56.8 191.88 144.55 -
System Red Green Blue C M Y K H S L
Decimal 80 23 170 0.53 0.86 0 0.33 263.27 0.76 0.38
Hex 50 17 AA 35 56 0 21 107 4C 26
Octal 120 27 252 65 126 0 41 407 114 46
Binary 1010000 10111 10101010 110101 1010110 0 100001 100000111 1001100 100110

Color Harmonies of #5017AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5017AA

Black with #5017AA

Text Example


Text Example

White with #5017AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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