#7309AB

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

Shades of Purple Heart #7309AB

Tints of Purple Heart #7309AB

Color information

#7309AB (or 0x7309AB) is unknown color: approx Purple Heart. HEX triplet: 73, 09 and AB. RGB value is (115,9,171). Sum of RGB (Red+Green+Blue) = 115+9+171=295 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.98% from 295); Green value is 9 (3.91% from 255 or 3.05% from 295); Blue value is 171 (67.19% from 255 or 57.97% from 295); Max value from RGB is 171 - color contains mainly: blue. Hex color #7309AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7309AB is #8CF654. Grayscale: #3A3A3A. Windows color (decimal): -9238101 or 11209075. OLE color: 11209075.

HSL color Cylindrical-coordinate representation of color #7309AB: hue angle of 279.26º 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 #7309AB is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1159171-
CMYK0.330.9500.33
HSL279.26º90%35.29%-
HSV(B)279.26º94.74%67.06%-
XYZ14.526.7839.07-
YUV59.16191.12167.83-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.98%
GREEN value IS 9 (3.91% from 255) = 3.05%
BLUE value IS 171 (67.19% from 255) = 57.97%
R=38.98%
G=3.05%
B=57.97%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal11591710.330.9500.33279.269035.29
Hex739AB215F0211175a23
Octal163112534113704142713243
Binary1110011100110101011100001101111101000011000101111011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7309AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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