#711EAC

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

Shades of Purple Heart #711EAC

Tints of Purple Heart #711EAC

Color information

#711EAC (or 0x711EAC) is unknown color: approx Purple Heart. HEX triplet: 71, 1E and AC. RGB value is (113,30,172). Sum of RGB (Red+Green+Blue) = 113+30+172=315 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.87% from 315); Green value is 30 (12.11% from 255 or 9.52% from 315); Blue value is 172 (67.58% from 255 or 54.60% from 315); Max value from RGB is 172 - color contains mainly: blue. Hex color #711EAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #711EAC is #8EE153. Grayscale: #464646. Windows color (decimal): -9363796 or 11279985. OLE color: 11279985.

HSL color Cylindrical-coordinate representation of color #711EAC: hue angle of 275.07º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #711EAC is Cyan = 0.34, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11330172-
CMYK0.340.8300.33
HSL275.07º70.3%39.61%-
HSV(B)275.07º82.56%67.45%-
XYZ14.727.4239.69-
YUV71185157.95-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.87%
GREEN value IS 30 (12.11% from 255) = 9.52%
BLUE value IS 172 (67.58% from 255) = 54.60%
R=35.87%
G=9.52%
B=54.60%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal113301720.340.8300.33275.0770.339.61
Hex711EAC22530211134628
Octal161362544212304142310650
Binary11100011111010101100100010101001101000011000100111000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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