Shades of Purple Heart #761FBC
Tints of Purple Heart #761FBC
RGB
CMYK
RGB Variations
Color information
#761FBC (or 0x761FBC) is known color: Purple Heart. HEX triplet: 76, 1F and BC. RGB value is (118,31,188). Sum of RGB (Red+Green+Blue) = 118+31+188=337 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.01% from 337); Green value is 31 (12.5% from 255 or 9.20% from 337); Blue value is 188 (73.83% from 255 or 55.79% from 337); Max value from RGB is 188 - color contains mainly: blue. Hex color #761FBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #761FBC is #89E043. Grayscale: #4A4A4A. Windows color (decimal): -9035844 or 12328822. OLE color: 12328822.
HSL color Cylindrical-coordinate representation of color #761FBC: hue angle of 273.25º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #761FBC is Cyan = 0.37, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 118 | 31 | 188 | - |
| CMYK | 0.37 | 0.84 | 0 | 0.26 |
| HSL | 273.25º | 0.72% | 0.43% | - |
| HSV(B) | 273.25º | 0.84% | 0.74% | - |
| XYZ | 17.04 | 8.46 | 48.31 | - |
| YUV | 74.91 | 191.82 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 31 | 188 | 0.37 | 0.84 | 0 | 0.26 | 273.25 | 0.72 | 0.43 |
| Hex | 76 | 1F | BC | 25 | 54 | 0 | 1A | 111 | 48 | 2B |
| Octal | 166 | 37 | 274 | 45 | 124 | 0 | 32 | 421 | 110 | 53 |
| Binary | 1110110 | 11111 | 10111100 | 100101 | 1010100 | 0 | 11010 | 100010001 | 1001000 | 101011 |
Color Harmonies of #761FBC
Complementary color
Monochromatic Colors of #761FBC
Black with #761FBC
Text Example
Text Example
White with #761FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761FBC; }
p { color: rgb(118,31,188); }
H1.HeaderClassName
{
color: #761FBC;
}
.AnyTagClassName
{
color: #761FBC;
}
</style>
background-color css
<style>
a { background-color: #761FBC; }
a { background-color: rgb(118,31,188); }
div.DivClassName
{
background-color: #761FBC;
}
.BgClassName
{
background-color: #761FBC;
}
</style>
border-color css
<style>
span { border-color: #761FBC; }
span { border-color: rgb(118,31,188); }
td.TdClassName
{
border-color: #761FBC;
}
.TagClassName
{
border-color: #761FBC;
}
</style>