Shades of Purple Heart #762BBA
Tints of Purple Heart #762BBA
RGB
CMYK
RGB Variations
Color information
#762BBA (or 0x762BBA) is known color: Purple Heart. HEX triplet: 76, 2B and BA. RGB value is (118,43,186). Sum of RGB (Red+Green+Blue) = 118+43+186=347 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.01% from 347); Green value is 43 (17.19% from 255 or 12.39% from 347); Blue value is 186 (73.05% from 255 or 53.60% from 347); Max value from RGB is 186 - color contains mainly: blue. Hex color #762BBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762BBA is #89D445. Grayscale: #515151. Windows color (decimal): -9032774 or 12200822. OLE color: 12200822.
HSL color Cylindrical-coordinate representation of color #762BBA: hue angle of 271.47º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #762BBA is Cyan = 0.37, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 43 | 186 | - |
| CMYK | 0.37 | 0.77 | 0 | 0.27 |
| HSL | 271.47º | 0.62% | 0.45% | - |
| HSV(B) | 271.47º | 0.77% | 0.73% | - |
| XYZ | 17.2 | 9.12 | 47.31 | - |
| YUV | 81.73 | 186.85 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 43 | 186 | 0.37 | 0.77 | 0 | 0.27 | 271.47 | 0.62 | 0.45 |
| Hex | 76 | 2B | BA | 25 | 4D | 0 | 1B | 10F | 3E | 2D |
| Octal | 166 | 53 | 272 | 45 | 115 | 0 | 33 | 417 | 76 | 55 |
| Binary | 1110110 | 101011 | 10111010 | 100101 | 1001101 | 0 | 11011 | 100001111 | 111110 | 101101 |
Color Harmonies of #762BBA
Complementary color
Monochromatic Colors of #762BBA
Black with #762BBA
Text Example
Text Example
White with #762BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762BBA; }
p { color: rgb(118,43,186); }
H1.HeaderClassName
{
color: #762BBA;
}
.AnyTagClassName
{
color: #762BBA;
}
</style>
background-color css
<style>
a { background-color: #762BBA; }
a { background-color: rgb(118,43,186); }
div.DivClassName
{
background-color: #762BBA;
}
.BgClassName
{
background-color: #762BBA;
}
</style>
border-color css
<style>
span { border-color: #762BBA; }
span { border-color: rgb(118,43,186); }
td.TdClassName
{
border-color: #762BBA;
}
.TagClassName
{
border-color: #762BBA;
}
</style>