Shades of Purple Heart #760FAB
Tints of Purple Heart #760FAB
RGB
CMYK
RGB Variations
Color information
#760FAB (or 0x760FAB) is known color: Purple Heart. HEX triplet: 76, 0F and AB. RGB value is (118,15,171). Sum of RGB (Red+Green+Blue) = 118+15+171=304 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.82% from 304); Green value is 15 (6.25% from 255 or 4.93% from 304); Blue value is 171 (67.19% from 255 or 56.25% from 304); Max value from RGB is 171 - color contains mainly: blue. Hex color #760FAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760FAB is #89F054. Grayscale: #3F3F3F. Windows color (decimal): -9039957 or 11210614. OLE color: 11210614.
HSL color Cylindrical-coordinate representation of color #760FAB: hue angle of 279.62º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #760FAB is Cyan = 0.31, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 15 | 171 | - |
| CMYK | 0.31 | 0.91 | 0 | 0.33 |
| HSL | 279.62º | 0.84% | 0.36% | - |
| HSV(B) | 279.62º | 0.91% | 0.67% | - |
| XYZ | 14.99 | 7.13 | 39.11 | - |
| YUV | 63.58 | 188.62 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 15 | 171 | 0.31 | 0.91 | 0 | 0.33 | 279.62 | 0.84 | 0.36 |
| Hex | 76 | F | AB | 1F | 5B | 0 | 21 | 118 | 54 | 24 |
| Octal | 166 | 17 | 253 | 37 | 133 | 0 | 41 | 430 | 124 | 44 |
| Binary | 1110110 | 1111 | 10101011 | 11111 | 1011011 | 0 | 100001 | 100011000 | 1010100 | 100100 |
Color Harmonies of #760FAB
Complementary color
Monochromatic Colors of #760FAB
Black with #760FAB
Text Example
Text Example
White with #760FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760FAB; }
p { color: rgb(118,15,171); }
H1.HeaderClassName
{
color: #760FAB;
}
.AnyTagClassName
{
color: #760FAB;
}
</style>
background-color css
<style>
a { background-color: #760FAB; }
a { background-color: rgb(118,15,171); }
div.DivClassName
{
background-color: #760FAB;
}
.BgClassName
{
background-color: #760FAB;
}
</style>
border-color css
<style>
span { border-color: #760FAB; }
span { border-color: rgb(118,15,171); }
td.TdClassName
{
border-color: #760FAB;
}
.TagClassName
{
border-color: #760FAB;
}
</style>