Shades of Purple Heart #761EBA
Tints of Purple Heart #761EBA
RGB
CMYK
RGB Variations
Color information
#761EBA (or 0x761EBA) is known color: Purple Heart. HEX triplet: 76, 1E and BA. RGB value is (118,30,186). Sum of RGB (Red+Green+Blue) = 118+30+186=334 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.33% from 334); Green value is 30 (12.11% from 255 or 8.98% from 334); Blue value is 186 (73.05% from 255 or 55.69% from 334); Max value from RGB is 186 - color contains mainly: blue. Hex color #761EBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #761EBA is #89E145. Grayscale: #494949. Windows color (decimal): -9036102 or 12197494. OLE color: 12197494.
HSL color Cylindrical-coordinate representation of color #761EBA: hue angle of 273.85º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #761EBA is Cyan = 0.37, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 30 | 186 | - |
| CMYK | 0.37 | 0.84 | 0 | 0.27 |
| HSL | 273.85º | 0.72% | 0.42% | - |
| HSV(B) | 273.85º | 0.84% | 0.73% | - |
| XYZ | 16.8 | 8.33 | 47.18 | - |
| YUV | 74.1 | 191.15 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 30 | 186 | 0.37 | 0.84 | 0 | 0.27 | 273.85 | 0.72 | 0.42 |
| Hex | 76 | 1E | BA | 25 | 54 | 0 | 1B | 112 | 48 | 2A |
| Octal | 166 | 36 | 272 | 45 | 124 | 0 | 33 | 422 | 110 | 52 |
| Binary | 1110110 | 11110 | 10111010 | 100101 | 1010100 | 0 | 11011 | 100010010 | 1001000 | 101010 |
Color Harmonies of #761EBA
Complementary color
Monochromatic Colors of #761EBA
Black with #761EBA
Text Example
Text Example
White with #761EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761EBA; }
p { color: rgb(118,30,186); }
H1.HeaderClassName
{
color: #761EBA;
}
.AnyTagClassName
{
color: #761EBA;
}
</style>
background-color css
<style>
a { background-color: #761EBA; }
a { background-color: rgb(118,30,186); }
div.DivClassName
{
background-color: #761EBA;
}
.BgClassName
{
background-color: #761EBA;
}
</style>
border-color css
<style>
span { border-color: #761EBA; }
span { border-color: rgb(118,30,186); }
td.TdClassName
{
border-color: #761EBA;
}
.TagClassName
{
border-color: #761EBA;
}
</style>