#710AAA

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

Shades of Purple Heart #710AAA

Tints of Purple Heart #710AAA

Color information

#710AAA (or 0x710AAA) is unknown color: approx Purple Heart. HEX triplet: 71, 0A and AA. RGB value is (113,10,170). Sum of RGB (Red+Green+Blue) = 113+10+170=293 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.57% from 293); Green value is 10 (4.30% from 255 or 3.41% from 293); Blue value is 170 (66.80% from 255 or 58.02% from 293); Max value from RGB is 170 - color contains mainly: blue. Hex color #710AAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710AAA is #8EF555. Grayscale: #3A3A3A. Windows color (decimal): -9368918 or 11143793. OLE color: 11143793.

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

Color convert

RGB11310170-
CMYK0.340.9400.33
HSL278.62º88.89%35.29%-
HSV(B)278.62º94.12%66.67%-
XYZ14.176.6338.56-
YUV59.04190.62166.49-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.57%
GREEN value IS 10 (4.30% from 255) = 3.41%
BLUE value IS 170 (66.80% from 255) = 58.02%
R=38.57%
G=3.41%
B=58.02%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal113101700.340.9400.33278.6288.8935.29
Hex71AAA225E0211175923
Octal161122524213604142713143
Binary1110001101010101010100010101111001000011000101111011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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