Html Css Color HEX #5016AC Purple Heart

📋 copy color: '#5016AC'

red 80 ◦ green 22 ◦ blue 172

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

Shades of Purple Heart #5016AC

Tints of Purple Heart #5016AC

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.03%

 BLUE value IS 172 (67.58% from 255) = 62.77%

R = 29.2%
G = 8.03%
B = 62.77%

CMYK

 C value IS 0.53

 M value IS 0.87

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5016AC (or 0x5016AC) is known color: Purple Heart. HEX triplet: 50, 16 and AC. RGB value is (80,22,172). Sum of RGB (Red+Green+Blue) = 80+22+172=274 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.20% from 274); Green value is 22 (8.98% from 255 or 8.03% from 274); Blue value is 172 (67.58% from 255 or 62.77% from 274); Max value from RGB is 172 - color contains mainly: blue. Hex color #5016AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5016AC is #AFE953. Grayscale: #373737. Windows color (decimal): -11528532 or 11277904. OLE color: 11277904.

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

Color convert

RGB 80 22 172 -
CMYK 0.53 0.87 0 0.33
HSL 263.2º 0.77% 0.38% -
HSV(B) 263.2º 0.87% 0.67% -
XYZ 11.04 5.26 39.46 -
YUV 56.44 193.22 144.8 -
System Red Green Blue C M Y K H S L
Decimal 80 22 172 0.53 0.87 0 0.33 263.2 0.77 0.38
Hex 50 16 AC 35 57 0 21 107 4D 26
Octal 120 26 254 65 127 0 41 407 115 46
Binary 1010000 10110 10101100 110101 1010111 0 100001 100000111 1001101 100110

Color Harmonies of #5016AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5016AC

Black with #5016AC

Text Example


Text Example

White with #5016AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5016AC; }

 p { color: rgb(80,22,172); }

 H1.HeaderClassName
 {
   color: #5016AC;
 }
 .AnyTagClassName
 {
   color: #5016AC;
 }
</style>

background-color css

<style>
 a { background-color: #5016AC; }

 a { background-color: rgb(80,22,172); }

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

border-color css

<style>
 span { border-color: #5016AC; }

 span { border-color: rgb(80,22,172); }

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