Shades of Purple Heart #761CAC
Tints of Purple Heart #761CAC
RGB
CMYK
RGB Variations
Color information
#761CAC (or 0x761CAC) is known color: Purple Heart. HEX triplet: 76, 1C and AC. RGB value is (118,28,172). Sum of RGB (Red+Green+Blue) = 118+28+172=318 (42% of max value = 765). Red value is 118 (46.48% from 255 or 37.11% from 318); Green value is 28 (11.33% from 255 or 8.81% from 318); Blue value is 172 (67.58% from 255 or 54.09% from 318); Max value from RGB is 172 - color contains mainly: blue. Hex color #761CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #761CAC is #89E353. Grayscale: #464646. Windows color (decimal): -9036628 or 11279478. OLE color: 11279478.
HSL color Cylindrical-coordinate representation of color #761CAC: hue angle of 277.5º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #761CAC is Cyan = 0.31, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 28 | 172 | - |
| CMYK | 0.31 | 0.84 | 0 | 0.33 |
| HSL | 277.5º | 0.72% | 0.39% | - |
| HSV(B) | 277.5º | 0.84% | 0.67% | - |
| XYZ | 15.33 | 7.66 | 39.7 | - |
| YUV | 71.33 | 184.82 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 28 | 172 | 0.31 | 0.84 | 0 | 0.33 | 277.5 | 0.72 | 0.39 |
| Hex | 76 | 1C | AC | 1F | 54 | 0 | 21 | 116 | 48 | 27 |
| Octal | 166 | 34 | 254 | 37 | 124 | 0 | 41 | 426 | 110 | 47 |
| Binary | 1110110 | 11100 | 10101100 | 11111 | 1010100 | 0 | 100001 | 100010110 | 1001000 | 100111 |
Color Harmonies of #761CAC
Complementary color
Monochromatic Colors of #761CAC
Black with #761CAC
Text Example
Text Example
White with #761CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761CAC; }
p { color: rgb(118,28,172); }
H1.HeaderClassName
{
color: #761CAC;
}
.AnyTagClassName
{
color: #761CAC;
}
</style>
background-color css
<style>
a { background-color: #761CAC; }
a { background-color: rgb(118,28,172); }
div.DivClassName
{
background-color: #761CAC;
}
.BgClassName
{
background-color: #761CAC;
}
</style>
border-color css
<style>
span { border-color: #761CAC; }
span { border-color: rgb(118,28,172); }
td.TdClassName
{
border-color: #761CAC;
}
.TagClassName
{
border-color: #761CAC;
}
</style>