Shades of Purple Heart #762ABB
Tints of Purple Heart #762ABB
RGB
CMYK
RGB Variations
Color information
#762ABB (or 0x762ABB) is known color: Purple Heart. HEX triplet: 76, 2A and BB. RGB value is (118,42,187). Sum of RGB (Red+Green+Blue) = 118+42+187=347 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.01% from 347); Green value is 42 (16.80% from 255 or 12.10% from 347); Blue value is 187 (73.44% from 255 or 53.89% from 347); Max value from RGB is 187 - color contains mainly: blue. Hex color #762ABB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762ABB is #89D544. Grayscale: #505050. Windows color (decimal): -9033029 or 12266102. OLE color: 12266102.
HSL color Cylindrical-coordinate representation of color #762ABB: hue angle of 271.45º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #762ABB is Cyan = 0.37, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 42 | 187 | - |
| CMYK | 0.37 | 0.78 | 0 | 0.27 |
| HSL | 271.45º | 0.63% | 0.45% | - |
| HSV(B) | 271.45º | 0.78% | 0.73% | - |
| XYZ | 17.27 | 9.1 | 47.86 | - |
| YUV | 81.25 | 187.68 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 42 | 187 | 0.37 | 0.78 | 0 | 0.27 | 271.45 | 0.63 | 0.45 |
| Hex | 76 | 2A | BB | 25 | 4E | 0 | 1B | 10F | 3F | 2D |
| Octal | 166 | 52 | 273 | 45 | 116 | 0 | 33 | 417 | 77 | 55 |
| Binary | 1110110 | 101010 | 10111011 | 100101 | 1001110 | 0 | 11011 | 100001111 | 111111 | 101101 |
Color Harmonies of #762ABB
Complementary color
Monochromatic Colors of #762ABB
Black with #762ABB
Text Example
Text Example
White with #762ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762ABB; }
p { color: rgb(118,42,187); }
H1.HeaderClassName
{
color: #762ABB;
}
.AnyTagClassName
{
color: #762ABB;
}
</style>
background-color css
<style>
a { background-color: #762ABB; }
a { background-color: rgb(118,42,187); }
div.DivClassName
{
background-color: #762ABB;
}
.BgClassName
{
background-color: #762ABB;
}
</style>
border-color css
<style>
span { border-color: #762ABB; }
span { border-color: rgb(118,42,187); }
td.TdClassName
{
border-color: #762ABB;
}
.TagClassName
{
border-color: #762ABB;
}
</style>