Shades of Purple Heart #762AB9
Tints of Purple Heart #762AB9
RGB
CMYK
RGB Variations
Color information
#762AB9 (or 0x762AB9) is known color: Purple Heart. HEX triplet: 76, 2A and B9. RGB value is (118,42,185). Sum of RGB (Red+Green+Blue) = 118+42+185=345 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.20% from 345); Green value is 42 (16.80% from 255 or 12.17% from 345); Blue value is 185 (72.66% from 255 or 53.62% from 345); Max value from RGB is 185 - color contains mainly: blue. Hex color #762AB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762AB9 is #89D546. Grayscale: #505050. Windows color (decimal): -9033031 or 12135030. OLE color: 12135030.
HSL color Cylindrical-coordinate representation of color #762AB9: hue angle of 271.89º degrees, saturation: 0.63, 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 #762AB9 is Cyan = 0.36, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 42 | 185 | - |
| CMYK | 0.36 | 0.77 | 0 | 0.27 |
| HSL | 271.89º | 0.63% | 0.45% | - |
| HSV(B) | 271.89º | 0.77% | 0.73% | - |
| XYZ | 17.06 | 9.01 | 46.74 | - |
| YUV | 81.03 | 186.68 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 42 | 185 | 0.36 | 0.77 | 0 | 0.27 | 271.89 | 0.63 | 0.45 |
| Hex | 76 | 2A | B9 | 24 | 4D | 0 | 1B | 110 | 3F | 2D |
| Octal | 166 | 52 | 271 | 44 | 115 | 0 | 33 | 420 | 77 | 55 |
| Binary | 1110110 | 101010 | 10111001 | 100100 | 1001101 | 0 | 11011 | 100010000 | 111111 | 101101 |
Color Harmonies of #762AB9
Complementary color
Monochromatic Colors of #762AB9
Black with #762AB9
Text Example
Text Example
White with #762AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762AB9; }
p { color: rgb(118,42,185); }
H1.HeaderClassName
{
color: #762AB9;
}
.AnyTagClassName
{
color: #762AB9;
}
</style>
background-color css
<style>
a { background-color: #762AB9; }
a { background-color: rgb(118,42,185); }
div.DivClassName
{
background-color: #762AB9;
}
.BgClassName
{
background-color: #762AB9;
}
</style>
border-color css
<style>
span { border-color: #762AB9; }
span { border-color: rgb(118,42,185); }
td.TdClassName
{
border-color: #762AB9;
}
.TagClassName
{
border-color: #762AB9;
}
</style>