Shades of Purple Heart #7408AD
Tints of Purple Heart #7408AD
RGB
CMYK
RGB Variations
Color information
#7408AD (or 0x7408AD) is known color: Purple Heart. HEX triplet: 74, 08 and AD. RGB value is (116,8,173). Sum of RGB (Red+Green+Blue) = 116+8+173=297 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.06% from 297); Green value is 8 (3.52% from 255 or 2.69% from 297); Blue value is 173 (67.97% from 255 or 58.25% from 297); Max value from RGB is 173 - color contains mainly: blue. Hex color #7408AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7408AD is #8BF752. Grayscale: #3A3A3A. Windows color (decimal): -9172819 or 11339892. OLE color: 11339892.
HSL color Cylindrical-coordinate representation of color #7408AD: hue angle of 279.27º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7408AD is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 116 | 8 | 173 | - |
| CMYK | 0.33 | 0.95 | 0 | 0.32 |
| HSL | 279.27º | 0.91% | 0.35% | - |
| HSV(B) | 279.27º | 0.95% | 0.68% | - |
| XYZ | 14.83 | 6.9 | 40.09 | - |
| YUV | 59.1 | 192.28 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 8 | 173 | 0.33 | 0.95 | 0 | 0.32 | 279.27 | 0.91 | 0.35 |
| Hex | 74 | 8 | AD | 21 | 5F | 0 | 20 | 117 | 5B | 23 |
| Octal | 164 | 10 | 255 | 41 | 137 | 0 | 40 | 427 | 133 | 43 |
| Binary | 1110100 | 1000 | 10101101 | 100001 | 1011111 | 0 | 100000 | 100010111 | 1011011 | 100011 |
Color Harmonies of #7408AD
Complementary color
Monochromatic Colors of #7408AD
Black with #7408AD
Text Example
Text Example
White with #7408AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7408AD; }
p { color: rgb(116,8,173); }
H1.HeaderClassName
{
color: #7408AD;
}
.AnyTagClassName
{
color: #7408AD;
}
</style>
background-color css
<style>
a { background-color: #7408AD; }
a { background-color: rgb(116,8,173); }
div.DivClassName
{
background-color: #7408AD;
}
.BgClassName
{
background-color: #7408AD;
}
</style>
border-color css
<style>
span { border-color: #7408AD; }
span { border-color: rgb(116,8,173); }
td.TdClassName
{
border-color: #7408AD;
}
.TagClassName
{
border-color: #7408AD;
}
</style>