Shades of Purple Heart #761BC9
Tints of Purple Heart #761BC9
RGB
CMYK
RGB Variations
Color information
#761BC9 (or 0x761BC9) is known color: Purple Heart. HEX triplet: 76, 1B and C9. RGB value is (118,27,201). Sum of RGB (Red+Green+Blue) = 118+27+201=346 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.10% from 346); Green value is 27 (10.94% from 255 or 7.80% from 346); Blue value is 201 (78.91% from 255 or 58.09% from 346); Max value from RGB is 201 - color contains mainly: blue. Hex color #761BC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #761BC9 is #89E436. Grayscale: #494949. Windows color (decimal): -9036855 or 13179766. OLE color: 13179766.
HSL color Cylindrical-coordinate representation of color #761BC9: hue angle of 271.38º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #761BC9 is Cyan = 0.41, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 118 | 27 | 201 | - |
| CMYK | 0.41 | 0.87 | 0 | 0.21 |
| HSL | 271.38º | 0.76% | 0.45% | - |
| HSV(B) | 271.38º | 0.87% | 0.79% | - |
| XYZ | 18.41 | 8.85 | 56 | - |
| YUV | 74.05 | 199.65 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 27 | 201 | 0.41 | 0.87 | 0 | 0.21 | 271.38 | 0.76 | 0.45 |
| Hex | 76 | 1B | C9 | 29 | 57 | 0 | 15 | 10F | 4C | 2D |
| Octal | 166 | 33 | 311 | 51 | 127 | 0 | 25 | 417 | 114 | 55 |
| Binary | 1110110 | 11011 | 11001001 | 101001 | 1010111 | 0 | 10101 | 100001111 | 1001100 | 101101 |
Color Harmonies of #761BC9
Complementary color
Monochromatic Colors of #761BC9
Black with #761BC9
Text Example
Text Example
White with #761BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761BC9; }
p { color: rgb(118,27,201); }
H1.HeaderClassName
{
color: #761BC9;
}
.AnyTagClassName
{
color: #761BC9;
}
</style>
background-color css
<style>
a { background-color: #761BC9; }
a { background-color: rgb(118,27,201); }
div.DivClassName
{
background-color: #761BC9;
}
.BgClassName
{
background-color: #761BC9;
}
</style>
border-color css
<style>
span { border-color: #761BC9; }
span { border-color: rgb(118,27,201); }
td.TdClassName
{
border-color: #761BC9;
}
.TagClassName
{
border-color: #761BC9;
}
</style>