#711AAA

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

Shades of Purple Heart #711AAA

Tints of Purple Heart #711AAA

Color information

#711AAA (or 0x711AAA) is unknown color: approx Purple Heart. HEX triplet: 71, 1A and AA. RGB value is (113,26,170). Sum of RGB (Red+Green+Blue) = 113+26+170=309 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.57% from 309); Green value is 26 (10.55% from 255 or 8.41% from 309); Blue value is 170 (66.80% from 255 or 55.02% from 309); Max value from RGB is 170 - color contains mainly: blue. Hex color #711AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #711AAA is #8EE555. Grayscale: #434343. Windows color (decimal): -9364822 or 11147889. OLE color: 11147889.

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

Color convert

RGB11326170-
CMYK0.340.8500.33
HSL276.25º73.47%38.43%-
HSV(B)276.25º84.71%66.67%-
XYZ14.447.1538.65-
YUV68.43185.32159.79-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.57%
GREEN value IS 26 (10.55% from 255) = 8.41%
BLUE value IS 170 (66.80% from 255) = 55.02%
R=36.57%
G=8.41%
B=55.02%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal113261700.340.8500.33276.2573.4738.43
Hex711AAA22550211144926
Octal161322524212504142411146
Binary11100011101010101010100010101010101000011000101001001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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