Shades of Purple Heart #7514A8
Tints of Purple Heart #7514A8
RGB
CMYK
RGB Variations
Color information
#7514A8 (or 0x7514A8) is known color: Purple Heart. HEX triplet: 75, 14 and A8. RGB value is (117,20,168). Sum of RGB (Red+Green+Blue) = 117+20+168=305 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.36% from 305); Green value is 20 (8.20% from 255 or 6.56% from 305); Blue value is 168 (66.02% from 255 or 55.08% from 305); Max value from RGB is 168 - color contains mainly: blue. Hex color #7514A8 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7514A8 is #8AEB57. Grayscale: #414141. Windows color (decimal): -9104216 or 11015285. OLE color: 11015285.
HSL color Cylindrical-coordinate representation of color #7514A8: hue angle of 279.32º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7514A8 is Cyan = 0.30, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 117 | 20 | 168 | - |
| CMYK | 0.30 | 0.88 | 0 | 0.34 |
| HSL | 279.32º | 0.79% | 0.37% | - |
| HSV(B) | 279.32º | 0.88% | 0.66% | - |
| XYZ | 14.65 | 7.11 | 37.65 | - |
| YUV | 65.88 | 185.64 | 164.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 20 | 168 | 0.30 | 0.88 | 0 | 0.34 | 279.32 | 0.79 | 0.37 |
| Hex | 75 | 14 | A8 | 1E | 58 | 0 | 22 | 117 | 4F | 25 |
| Octal | 165 | 24 | 250 | 36 | 130 | 0 | 42 | 427 | 117 | 45 |
| Binary | 1110101 | 10100 | 10101000 | 11110 | 1011000 | 0 | 100010 | 100010111 | 1001111 | 100101 |
Color Harmonies of #7514A8
Complementary color
Monochromatic Colors of #7514A8
Black with #7514A8
Text Example
Text Example
White with #7514A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7514A8; }
p { color: rgb(117,20,168); }
H1.HeaderClassName
{
color: #7514A8;
}
.AnyTagClassName
{
color: #7514A8;
}
</style>
background-color css
<style>
a { background-color: #7514A8; }
a { background-color: rgb(117,20,168); }
div.DivClassName
{
background-color: #7514A8;
}
.BgClassName
{
background-color: #7514A8;
}
</style>
border-color css
<style>
span { border-color: #7514A8; }
span { border-color: rgb(117,20,168); }
td.TdClassName
{
border-color: #7514A8;
}
.TagClassName
{
border-color: #7514A8;
}
</style>