#7010A9

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

Shades of Purple Heart #7010A9

Tints of Purple Heart #7010A9

Color information

#7010A9 (or 0x7010A9) is unknown color: approx Purple Heart. HEX triplet: 70, 10 and A9. RGB value is (112,16,169). Sum of RGB (Red+Green+Blue) = 112+16+169=297 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.71% from 297); Green value is 16 (6.64% from 255 or 5.39% from 297); Blue value is 169 (66.41% from 255 or 56.90% from 297); Max value from RGB is 169 - color contains mainly: blue. Hex color #7010A9 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7010A9 is #8FEF56. Grayscale: #3D3D3D. Windows color (decimal): -9432919 or 11079792. OLE color: 11079792.

HSL color Cylindrical-coordinate representation of color #7010A9: hue angle of 277.65º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7010A9 is Cyan = 0.34, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB11216169-
CMYK0.340.9100.34
HSL277.65º82.7%36.27%-
HSV(B)277.65º90.53%66.27%-
XYZ14.036.6838.09-
YUV62.15188.3163.56-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.71%
GREEN value IS 16 (6.64% from 255) = 5.39%
BLUE value IS 169 (66.41% from 255) = 56.90%
R=37.71%
G=5.39%
B=56.90%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal112161690.340.9100.34277.6582.736.27
Hex7010A9225B0221165324
Octal160202514213304242612344
Binary11100001000010101001100010101101101000101000101101010011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7010A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7010A9; }

 p { color: rgb(112,16,169); }

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

<style>
 a { background-color: #7010A9; }

 a { background-color: rgb(112,16,169); }

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

<style>
 span { border-color: #7010A9; }

 span { border-color: rgb(112,16,169); }

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