#7009AB

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

Shades of Purple Heart #7009AB

Tints of Purple Heart #7009AB

Color information

#7009AB (or 0x7009AB) is unknown color: approx Purple Heart. HEX triplet: 70, 09 and AB. RGB value is (112,9,171). Sum of RGB (Red+Green+Blue) = 112+9+171=292 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.36% from 292); Green value is 9 (3.91% from 255 or 3.08% from 292); Blue value is 171 (67.19% from 255 or 58.56% from 292); Max value from RGB is 171 - color contains mainly: blue. Hex color #7009AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7009AB is #8FF654. Grayscale: #393939. Windows color (decimal): -9434709 or 11209072. OLE color: 11209072.

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

Color convert

RGB1129171-
CMYK0.350.9500.33
HSL278.15º90%35.29%-
HSV(B)278.15º94.74%67.06%-
XYZ14.136.5839.05-
YUV58.26191.62166.33-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.36%
GREEN value IS 9 (3.91% from 255) = 3.08%
BLUE value IS 171 (67.19% from 255) = 58.56%
R=38.36%
G=3.08%
B=58.56%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal11291710.350.9500.33278.159035.29
Hex709AB235F0211165a23
Octal160112534313704142613243
Binary1110000100110101011100011101111101000011000101101011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7009AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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