Shades of Purple Heart #750AAD
Tints of Purple Heart #750AAD
RGB
CMYK
RGB Variations
Color information
#750AAD (or 0x750AAD) is known color: Purple Heart. HEX triplet: 75, 0A and AD. RGB value is (117,10,173). Sum of RGB (Red+Green+Blue) = 117+10+173=300 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39% from 300); Green value is 10 (4.30% from 255 or 3.33% from 300); Blue value is 173 (67.97% from 255 or 57.67% from 300); Max value from RGB is 173 - color contains mainly: blue. Hex color #750AAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750AAD is #8AF552. Grayscale: #3C3C3C. Windows color (decimal): -9106771 or 11340405. OLE color: 11340405.
HSL color Cylindrical-coordinate representation of color #750AAD: hue angle of 279.39º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #750AAD is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 117 | 10 | 173 | - |
| CMYK | 0.32 | 0.94 | 0 | 0.32 |
| HSL | 279.39º | 0.89% | 0.36% | - |
| HSV(B) | 279.39º | 0.94% | 0.68% | - |
| XYZ | 14.99 | 7.02 | 40.1 | - |
| YUV | 60.58 | 191.45 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 10 | 173 | 0.32 | 0.94 | 0 | 0.32 | 279.39 | 0.89 | 0.36 |
| Hex | 75 | A | AD | 20 | 5E | 0 | 20 | 117 | 59 | 24 |
| Octal | 165 | 12 | 255 | 40 | 136 | 0 | 40 | 427 | 131 | 44 |
| Binary | 1110101 | 1010 | 10101101 | 100000 | 1011110 | 0 | 100000 | 100010111 | 1011001 | 100100 |
Color Harmonies of #750AAD
Complementary color
Monochromatic Colors of #750AAD
Black with #750AAD
Text Example
Text Example
White with #750AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750AAD; }
p { color: rgb(117,10,173); }
H1.HeaderClassName
{
color: #750AAD;
}
.AnyTagClassName
{
color: #750AAD;
}
</style>
background-color css
<style>
a { background-color: #750AAD; }
a { background-color: rgb(117,10,173); }
div.DivClassName
{
background-color: #750AAD;
}
.BgClassName
{
background-color: #750AAD;
}
</style>
border-color css
<style>
span { border-color: #750AAD; }
span { border-color: rgb(117,10,173); }
td.TdClassName
{
border-color: #750AAD;
}
.TagClassName
{
border-color: #750AAD;
}
</style>