Shades of Purple Heart #760FBA
Tints of Purple Heart #760FBA
RGB
CMYK
RGB Variations
Color information
#760FBA (or 0x760FBA) is known color: Purple Heart. HEX triplet: 76, 0F and BA. RGB value is (118,15,186). Sum of RGB (Red+Green+Blue) = 118+15+186=319 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.99% from 319); Green value is 15 (6.25% from 255 or 4.70% from 319); Blue value is 186 (73.05% from 255 or 58.31% from 319); Max value from RGB is 186 - color contains mainly: blue. Hex color #760FBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #760FBA is #89F045. Grayscale: #404040. Windows color (decimal): -9039942 or 12193654. OLE color: 12193654.
HSL color Cylindrical-coordinate representation of color #760FBA: hue angle of 276.14º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #760FBA is Cyan = 0.37, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 15 | 186 | - |
| CMYK | 0.37 | 0.92 | 0 | 0.27 |
| HSL | 276.14º | 0.85% | 0.39% | - |
| HSV(B) | 276.14º | 0.92% | 0.73% | - |
| XYZ | 16.5 | 7.74 | 47.08 | - |
| YUV | 65.29 | 196.12 | 165.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 15 | 186 | 0.37 | 0.92 | 0 | 0.27 | 276.14 | 0.85 | 0.39 |
| Hex | 76 | F | BA | 25 | 5C | 0 | 1B | 114 | 55 | 27 |
| Octal | 166 | 17 | 272 | 45 | 134 | 0 | 33 | 424 | 125 | 47 |
| Binary | 1110110 | 1111 | 10111010 | 100101 | 1011100 | 0 | 11011 | 100010100 | 1010101 | 100111 |
Color Harmonies of #760FBA
Complementary color
Monochromatic Colors of #760FBA
Black with #760FBA
Text Example
Text Example
White with #760FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760FBA; }
p { color: rgb(118,15,186); }
H1.HeaderClassName
{
color: #760FBA;
}
.AnyTagClassName
{
color: #760FBA;
}
</style>
background-color css
<style>
a { background-color: #760FBA; }
a { background-color: rgb(118,15,186); }
div.DivClassName
{
background-color: #760FBA;
}
.BgClassName
{
background-color: #760FBA;
}
</style>
border-color css
<style>
span { border-color: #760FBA; }
span { border-color: rgb(118,15,186); }
td.TdClassName
{
border-color: #760FBA;
}
.TagClassName
{
border-color: #760FBA;
}
</style>