#701AAE

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

Shades of Purple Heart #701AAE

Tints of Purple Heart #701AAE

Color information

#701AAE (or 0x701AAE) is unknown color: approx Purple Heart. HEX triplet: 70, 1A and AE. RGB value is (112,26,174). Sum of RGB (Red+Green+Blue) = 112+26+174=312 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.90% from 312); Green value is 26 (10.55% from 255 or 8.33% from 312); Blue value is 174 (68.36% from 255 or 55.77% from 312); Max value from RGB is 174 - color contains mainly: blue. Hex color #701AAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #701AAE is #8FE551. Grayscale: #444444. Windows color (decimal): -9430354 or 11410032. OLE color: 11410032.

HSL color Cylindrical-coordinate representation of color #701AAE: hue angle of 274.86º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #701AAE is Cyan = 0.36, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11226174-
CMYK0.360.8500.32
HSL274.86º74%39.22%-
HSV(B)274.86º85.06%68.24%-
XYZ14.697.2440.67-
YUV68.59187.49158.97-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.90%
GREEN value IS 26 (10.55% from 255) = 8.33%
BLUE value IS 174 (68.36% from 255) = 55.77%
R=35.90%
G=8.33%
B=55.77%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal112261740.360.8500.32274.867439.22
Hex701AAE24550201134a27
Octal160322564412504042311247
Binary11100001101010101110100100101010101000001000100111001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701AAE; }

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

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

<style>
 a { background-color: #701AAE; }

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

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

<style>
 span { border-color: #701AAE; }

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

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