Shades of Purple Heart #750AAC
Tints of Purple Heart #750AAC
RGB
CMYK
RGB Variations
Color information
#750AAC (or 0x750AAC) is known color: Purple Heart. HEX triplet: 75, 0A and AC. RGB value is (117,10,172). Sum of RGB (Red+Green+Blue) = 117+10+172=299 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.13% from 299); Green value is 10 (4.30% from 255 or 3.34% from 299); Blue value is 172 (67.58% from 255 or 57.53% from 299); Max value from RGB is 172 - color contains mainly: blue. Hex color #750AAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750AAC is #8AF553. Grayscale: #3B3B3B. Windows color (decimal): -9106772 or 11274869. OLE color: 11274869.
HSL color Cylindrical-coordinate representation of color #750AAC: hue angle of 279.63º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #750AAC is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 10 | 172 | - |
| CMYK | 0.32 | 0.94 | 0 | 0.33 |
| HSL | 279.63º | 0.89% | 0.36% | - |
| HSV(B) | 279.63º | 0.94% | 0.67% | - |
| XYZ | 14.89 | 6.98 | 39.59 | - |
| YUV | 60.46 | 190.95 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 10 | 172 | 0.32 | 0.94 | 0 | 0.33 | 279.63 | 0.89 | 0.36 |
| Hex | 75 | A | AC | 20 | 5E | 0 | 21 | 118 | 59 | 24 |
| Octal | 165 | 12 | 254 | 40 | 136 | 0 | 41 | 430 | 131 | 44 |
| Binary | 1110101 | 1010 | 10101100 | 100000 | 1011110 | 0 | 100001 | 100011000 | 1011001 | 100100 |
Color Harmonies of #750AAC
Complementary color
Monochromatic Colors of #750AAC
Black with #750AAC
Text Example
Text Example
White with #750AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750AAC; }
p { color: rgb(117,10,172); }
H1.HeaderClassName
{
color: #750AAC;
}
.AnyTagClassName
{
color: #750AAC;
}
</style>
background-color css
<style>
a { background-color: #750AAC; }
a { background-color: rgb(117,10,172); }
div.DivClassName
{
background-color: #750AAC;
}
.BgClassName
{
background-color: #750AAC;
}
</style>
border-color css
<style>
span { border-color: #750AAC; }
span { border-color: rgb(117,10,172); }
td.TdClassName
{
border-color: #750AAC;
}
.TagClassName
{
border-color: #750AAC;
}
</style>