#711EAF

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

Shades of Purple Heart #711EAF

Tints of Purple Heart #711EAF

Color information

#711EAF (or 0x711EAF) is unknown color: approx Purple Heart. HEX triplet: 71, 1E and AF. RGB value is (113,30,175). Sum of RGB (Red+Green+Blue) = 113+30+175=318 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.53% from 318); Green value is 30 (12.11% from 255 or 9.43% from 318); Blue value is 175 (68.75% from 255 or 55.03% from 318); Max value from RGB is 175 - color contains mainly: blue. Hex color #711EAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #711EAF is #8EE150. Grayscale: #464646. Windows color (decimal): -9363793 or 11476593. OLE color: 11476593.

HSL color Cylindrical-coordinate representation of color #711EAF: hue angle of 274.34º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #711EAF is Cyan = 0.35, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11330175-
CMYK0.350.8300.31
HSL274.34º70.73%40.2%-
HSV(B)274.34º82.86%68.63%-
XYZ15.017.5341.22-
YUV71.35186.5157.71-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.53%
GREEN value IS 30 (12.11% from 255) = 9.43%
BLUE value IS 175 (68.75% from 255) = 55.03%
R=35.53%
G=9.43%
B=55.03%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal113301750.350.8300.31274.3470.7340.2
Hex711EAF235301F1124728
Octal161362574312303742210750
Binary1110001111101010111110001110100110111111000100101000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,30,175); }

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

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

 a { background-color: rgb(113,30,175); }

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

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

 span { border-color: rgb(113,30,175); }

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