#7310AE

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

Shades of Purple Heart #7310AE

Tints of Purple Heart #7310AE

Color information

#7310AE (or 0x7310AE) is unknown color: approx Purple Heart. HEX triplet: 73, 10 and AE. RGB value is (115,16,174). Sum of RGB (Red+Green+Blue) = 115+16+174=305 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.70% from 305); Green value is 16 (6.64% from 255 or 5.25% from 305); Blue value is 174 (68.36% from 255 or 57.05% from 305); Max value from RGB is 174 - color contains mainly: blue. Hex color #7310AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7310AE is #8CEF51. Grayscale: #3F3F3F. Windows color (decimal): -9236306 or 11407475. OLE color: 11407475.

HSL color Cylindrical-coordinate representation of color #7310AE: hue angle of 277.59º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7310AE is Cyan = 0.34, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11516174-
CMYK0.340.9100.32
HSL277.59º83.16%37.25%-
HSV(B)277.59º90.8%68.24%-
XYZ14.97.0740.62-
YUV63.61190.3164.65-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.70%
GREEN value IS 16 (6.64% from 255) = 5.25%
BLUE value IS 174 (68.36% from 255) = 57.05%
R=37.70%
G=5.25%
B=57.05%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal115161740.340.9100.32277.5983.1637.25
Hex7310AE225B0201165325
Octal163202564213304042612345
Binary11100111000010101110100010101101101000001000101101010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7310AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7310AE; }

 p { color: rgb(115,16,174); }

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

<style>
 a { background-color: #7310AE; }

 a { background-color: rgb(115,16,174); }

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

<style>
 span { border-color: #7310AE; }

 span { border-color: rgb(115,16,174); }

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