#7013AE

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

Shades of Purple Heart #7013AE

Tints of Purple Heart #7013AE

Color information

#7013AE (or 0x7013AE) is unknown color: approx Purple Heart. HEX triplet: 70, 13 and AE. RGB value is (112,19,174). Sum of RGB (Red+Green+Blue) = 112+19+174=305 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.72% from 305); Green value is 19 (7.81% from 255 or 6.23% from 305); Blue value is 174 (68.36% from 255 or 57.05% from 305); Max value from RGB is 174 - color contains mainly: blue. Hex color #7013AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7013AE is #8FEC51. Grayscale: #3F3F3F. Windows color (decimal): -9432146 or 11408240. OLE color: 11408240.

HSL color Cylindrical-coordinate representation of color #7013AE: hue angle of 276º 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 #7013AE is Cyan = 0.36, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11219174-
CMYK0.360.8900.32
HSL276º80.31%37.84%-
HSV(B)276º89.08%68.24%-
XYZ14.556.9740.62-
YUV64.48189.81161.9-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.72%
GREEN value IS 19 (7.81% from 255) = 6.23%
BLUE value IS 174 (68.36% from 255) = 57.05%
R=36.72%
G=6.23%
B=57.05%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal112191740.360.8900.3227680.3137.84
Hex7013AE24590201145026
Octal160232564413104042412046
Binary11100001001110101110100100101100101000001000101001010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7013AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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