Shades of Purple Heart #761BAF
Tints of Purple Heart #761BAF
RGB
CMYK
RGB Variations
Color information
#761BAF (or 0x761BAF) is known color: Purple Heart. HEX triplet: 76, 1B and AF. RGB value is (118,27,175). Sum of RGB (Red+Green+Blue) = 118+27+175=320 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.88% from 320); Green value is 27 (10.94% from 255 or 8.44% from 320); Blue value is 175 (68.75% from 255 or 54.69% from 320); Max value from RGB is 175 - color contains mainly: blue. Hex color #761BAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #761BAF is #89E450. Grayscale: #464646. Windows color (decimal): -9036881 or 11475830. OLE color: 11475830.
HSL color Cylindrical-coordinate representation of color #761BAF: hue angle of 276.89º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #761BAF is Cyan = 0.33, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 118 | 27 | 175 | - |
| CMYK | 0.33 | 0.85 | 0 | 0.31 |
| HSL | 276.89º | 0.73% | 0.4% | - |
| HSV(B) | 276.89º | 0.85% | 0.69% | - |
| XYZ | 15.6 | 7.73 | 41.23 | - |
| YUV | 71.08 | 186.65 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 27 | 175 | 0.33 | 0.85 | 0 | 0.31 | 276.89 | 0.73 | 0.4 |
| Hex | 76 | 1B | AF | 21 | 55 | 0 | 1F | 115 | 49 | 28 |
| Octal | 166 | 33 | 257 | 41 | 125 | 0 | 37 | 425 | 111 | 50 |
| Binary | 1110110 | 11011 | 10101111 | 100001 | 1010101 | 0 | 11111 | 100010101 | 1001001 | 101000 |
Color Harmonies of #761BAF
Complementary color
Monochromatic Colors of #761BAF
Black with #761BAF
Text Example
Text Example
White with #761BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761BAF; }
p { color: rgb(118,27,175); }
H1.HeaderClassName
{
color: #761BAF;
}
.AnyTagClassName
{
color: #761BAF;
}
</style>
background-color css
<style>
a { background-color: #761BAF; }
a { background-color: rgb(118,27,175); }
div.DivClassName
{
background-color: #761BAF;
}
.BgClassName
{
background-color: #761BAF;
}
</style>
border-color css
<style>
span { border-color: #761BAF; }
span { border-color: rgb(118,27,175); }
td.TdClassName
{
border-color: #761BAF;
}
.TagClassName
{
border-color: #761BAF;
}
</style>