#5013AC

Color #5013AC Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #5013AC

Tints of Purple Heart #5013AC

Color information

#5013AC (or 0x5013AC) is unknown color: approx Purple Heart. HEX triplet: 50, 13 and AC. RGB value is (80,19,172). Sum of RGB (Red+Green+Blue) = 80+19+172=271 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.52% from 271); Green value is 19 (7.81% from 255 or 7.01% from 271); Blue value is 172 (67.58% from 255 or 63.47% from 271); Max value from RGB is 172 - color contains mainly: blue. Hex color #5013AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5013AC is #AFEC53. Grayscale: #363636. Windows color (decimal): -11529300 or 11277136. OLE color: 11277136.

HSL color Cylindrical-coordinate representation of color #5013AC: hue angle of 263.92º 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 #5013AC is Cyan = 0.53, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8019172-
CMYK0.530.8900.33
HSL263.92º80.1%37.45%-
HSV(B)263.92º88.95%67.45%-
XYZ10.995.1539.44-
YUV54.68194.21146.06-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.52%
GREEN value IS 19 (7.81% from 255) = 7.01%
BLUE value IS 172 (67.58% from 255) = 63.47%
R=29.52%
G=7.01%
B=63.47%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal80191720.530.8900.33263.9280.137.45
Hex5013AC35590211085025
Octal120232546513104141012045
Binary10100001001110101100110101101100101000011000010001010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5013AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5013AC;
 }
 .AnyTagClassName
 {
   color: #5013AC;
 }
</style>
background-color css

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

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

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

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

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

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