#711AAE

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

Shades of Purple Heart #711AAE

Tints of Purple Heart #711AAE

Color information

#711AAE (or 0x711AAE) is unknown color: approx Purple Heart. HEX triplet: 71, 1A and AE. RGB value is (113,26,174). Sum of RGB (Red+Green+Blue) = 113+26+174=313 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.10% from 313); Green value is 26 (10.55% from 255 or 8.31% from 313); Blue value is 174 (68.36% from 255 or 55.59% from 313); Max value from RGB is 174 - color contains mainly: blue. Hex color #711AAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #711AAE is #8EE551. Grayscale: #444444. Windows color (decimal): -9364818 or 11410033. OLE color: 11410033.

HSL color Cylindrical-coordinate representation of color #711AAE: hue angle of 275.27º 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 #711AAE is Cyan = 0.35, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11326174-
CMYK0.350.8500.32
HSL275.27º74%39.22%-
HSV(B)275.27º85.06%68.24%-
XYZ14.827.3140.67-
YUV68.89187.32159.47-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.10%
GREEN value IS 26 (10.55% from 255) = 8.31%
BLUE value IS 174 (68.36% from 255) = 55.59%
R=36.10%
G=8.31%
B=55.59%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal113261740.350.8500.32275.277439.22
Hex711AAE23550201134a27
Octal161322564312504042311247
Binary11100011101010101110100011101010101000001000100111001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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