#7013AD

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

Shades of Purple Heart #7013AD

Tints of Purple Heart #7013AD

Color information

#7013AD (or 0x7013AD) is unknown color: approx Purple Heart. HEX triplet: 70, 13 and AD. RGB value is (112,19,173). Sum of RGB (Red+Green+Blue) = 112+19+173=304 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.84% from 304); Green value is 19 (7.81% from 255 or 6.25% from 304); Blue value is 173 (67.97% from 255 or 56.91% from 304); Max value from RGB is 173 - color contains mainly: blue. Hex color #7013AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7013AD is #8FEC52. Grayscale: #3F3F3F. Windows color (decimal): -9432147 or 11342704. OLE color: 11342704.

HSL color Cylindrical-coordinate representation of color #7013AD: hue angle of 276.23º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7013AD is Cyan = 0.35, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11219173-
CMYK0.350.8900.32
HSL276.23º80.21%37.65%-
HSV(B)276.23º89.02%67.84%-
XYZ14.466.9340.11-
YUV64.36189.31161.98-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.84%
GREEN value IS 19 (7.81% from 255) = 6.25%
BLUE value IS 173 (67.97% from 255) = 56.91%
R=36.84%
G=6.25%
B=56.91%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal112191730.350.8900.32276.2380.2137.65
Hex7013AD23590201145026
Octal160232554313104042412046
Binary11100001001110101101100011101100101000001000101001010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7013AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7013AD; }

 p { color: rgb(112,19,173); }

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

<style>
 a { background-color: #7013AD; }

 a { background-color: rgb(112,19,173); }

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

<style>
 span { border-color: #7013AD; }

 span { border-color: rgb(112,19,173); }

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