Shades of Purple Heart #761AAB
Tints of Purple Heart #761AAB
RGB
CMYK
RGB Variations
Color information
#761AAB (or 0x761AAB) is known color: Purple Heart. HEX triplet: 76, 1A and AB. RGB value is (118,26,171). Sum of RGB (Red+Green+Blue) = 118+26+171=315 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.46% from 315); Green value is 26 (10.55% from 255 or 8.25% from 315); Blue value is 171 (67.19% from 255 or 54.29% from 315); Max value from RGB is 171 - color contains mainly: blue. Hex color #761AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #761AAB is #89E554. Grayscale: #454545. Windows color (decimal): -9037141 or 11213430. OLE color: 11213430.
HSL color Cylindrical-coordinate representation of color #761AAB: hue angle of 278.07º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #761AAB is Cyan = 0.31, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 26 | 171 | - |
| CMYK | 0.31 | 0.85 | 0 | 0.33 |
| HSL | 278.07º | 0.74% | 0.39% | - |
| HSV(B) | 278.07º | 0.85% | 0.67% | - |
| XYZ | 15.19 | 7.53 | 39.18 | - |
| YUV | 70.04 | 184.98 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 26 | 171 | 0.31 | 0.85 | 0 | 0.33 | 278.07 | 0.74 | 0.39 |
| Hex | 76 | 1A | AB | 1F | 55 | 0 | 21 | 116 | 4A | 27 |
| Octal | 166 | 32 | 253 | 37 | 125 | 0 | 41 | 426 | 112 | 47 |
| Binary | 1110110 | 11010 | 10101011 | 11111 | 1010101 | 0 | 100001 | 100010110 | 1001010 | 100111 |
Color Harmonies of #761AAB
Complementary color
Monochromatic Colors of #761AAB
Black with #761AAB
Text Example
Text Example
White with #761AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761AAB; }
p { color: rgb(118,26,171); }
H1.HeaderClassName
{
color: #761AAB;
}
.AnyTagClassName
{
color: #761AAB;
}
</style>
background-color css
<style>
a { background-color: #761AAB; }
a { background-color: rgb(118,26,171); }
div.DivClassName
{
background-color: #761AAB;
}
.BgClassName
{
background-color: #761AAB;
}
</style>
border-color css
<style>
span { border-color: #761AAB; }
span { border-color: rgb(118,26,171); }
td.TdClassName
{
border-color: #761AAB;
}
.TagClassName
{
border-color: #761AAB;
}
</style>