#711CAE

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

Shades of Purple Heart #711CAE

Tints of Purple Heart #711CAE

Color information

#711CAE (or 0x711CAE) is unknown color: approx Purple Heart. HEX triplet: 71, 1C and AE. RGB value is (113,28,174). Sum of RGB (Red+Green+Blue) = 113+28+174=315 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.87% from 315); Green value is 28 (11.33% from 255 or 8.89% from 315); Blue value is 174 (68.36% from 255 or 55.24% from 315); Max value from RGB is 174 - color contains mainly: blue. Hex color #711CAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #711CAE is #8EE351. Grayscale: #454545. Windows color (decimal): -9364306 or 11410545. OLE color: 11410545.

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

Color convert

RGB11328174-
CMYK0.350.8400.32
HSL274.93º72.28%39.61%-
HSV(B)274.93º83.91%68.24%-
XYZ14.877.440.69-
YUV70.06186.66158.63-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.87%
GREEN value IS 28 (11.33% from 255) = 8.89%
BLUE value IS 174 (68.36% from 255) = 55.24%
R=35.87%
G=8.89%
B=55.24%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal113281740.350.8400.32274.9372.2839.61
Hex711CAE23540201134828
Octal161342564312404042311050
Binary11100011110010101110100011101010001000001000100111001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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