Html Css Color HEX #5015AC Purple Heart

📋 copy color: '#5015AC'

red 80 ◦ green 21 ◦ blue 172

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

Shades of Purple Heart #5015AC

Tints of Purple Heart #5015AC

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.69%

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

R = 29.3%
G = 7.69%
B = 63%

CMYK

 C value IS 0.53

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5015AC (or 0x5015AC) is known color: Purple Heart. HEX triplet: 50, 15 and AC. RGB value is (80,21,172). Sum of RGB (Red+Green+Blue) = 80+21+172=273 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.30% from 273); Green value is 21 (8.59% from 255 or 7.69% from 273); Blue value is 172 (67.58% from 255 or 63.00% from 273); Max value from RGB is 172 - color contains mainly: blue. Hex color #5015AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5015AC is #AFEA53. Grayscale: #373737. Windows color (decimal): -11528788 or 11277648. OLE color: 11277648.

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

Color convert

RGB 80 21 172 -
CMYK 0.53 0.88 0 0.33
HSL 263.44º 0.78% 0.38% -
HSV(B) 263.44º 0.88% 0.67% -
XYZ 11.02 5.22 39.46 -
YUV 55.86 193.55 145.22 -
System Red Green Blue C M Y K H S L
Decimal 80 21 172 0.53 0.88 0 0.33 263.44 0.78 0.38
Hex 50 15 AC 35 58 0 21 107 4E 26
Octal 120 25 254 65 130 0 41 407 116 46
Binary 1010000 10101 10101100 110101 1011000 0 100001 100000111 1001110 100110

Color Harmonies of #5015AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5015AC

Black with #5015AC

Text Example


Text Example

White with #5015AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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