#711FAE

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

Shades of Purple Heart #711FAE

Tints of Purple Heart #711FAE

Color information

#711FAE (or 0x711FAE) is unknown color: approx Purple Heart. HEX triplet: 71, 1F and AE. RGB value is (113,31,174). Sum of RGB (Red+Green+Blue) = 113+31+174=318 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.53% from 318); Green value is 31 (12.5% from 255 or 9.75% from 318); Blue value is 174 (68.36% from 255 or 54.72% from 318); Max value from RGB is 174 - color contains mainly: blue. Hex color #711FAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #711FAE is #8EE051. Grayscale: #474747. Windows color (decimal): -9363538 or 11411313. OLE color: 11411313.

HSL color Cylindrical-coordinate representation of color #711FAE: hue angle of 274.41º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #711FAE is Cyan = 0.35, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11331174-
CMYK0.350.8200.32
HSL274.41º69.76%40.2%-
HSV(B)274.41º82.18%68.24%-
XYZ14.947.5540.71-
YUV71.82185.67157.37-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.53%
GREEN value IS 31 (12.5% from 255) = 9.75%
BLUE value IS 174 (68.36% from 255) = 54.72%
R=35.53%
G=9.75%
B=54.72%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal113311740.350.8200.32274.4169.7640.2
Hex711FAE23520201124628
Octal161372564312204042210650
Binary11100011111110101110100011101001001000001000100101000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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