#7009AE

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

Shades of Purple Heart #7009AE

Tints of Purple Heart #7009AE

Color information

#7009AE (or 0x7009AE) is unknown color: approx Purple Heart. HEX triplet: 70, 09 and AE. RGB value is (112,9,174). Sum of RGB (Red+Green+Blue) = 112+9+174=295 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.97% from 295); Green value is 9 (3.91% from 255 or 3.05% from 295); Blue value is 174 (68.36% from 255 or 58.98% from 295); Max value from RGB is 174 - color contains mainly: blue. Hex color #7009AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7009AE is #8FF651. Grayscale: #3A3A3A. Windows color (decimal): -9434706 or 11405680. OLE color: 11405680.

HSL color Cylindrical-coordinate representation of color #7009AE: hue angle of 277.45º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7009AE is Cyan = 0.36, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1129174-
CMYK0.360.9500.32
HSL277.45º90.16%35.88%-
HSV(B)277.45º94.83%68.24%-
XYZ14.426.740.58-
YUV58.61193.12166.08-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.97%
GREEN value IS 9 (3.91% from 255) = 3.05%
BLUE value IS 174 (68.36% from 255) = 58.98%
R=37.97%
G=3.05%
B=58.98%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal11291740.360.9500.32277.4590.1635.88
Hex709AE245F0201155a24
Octal160112564413704042513244
Binary1110000100110101110100100101111101000001000101011011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7009AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,9,174); }

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

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

 a { background-color: rgb(112,9,174); }

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

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

 span { border-color: rgb(112,9,174); }

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