Shades of Purple Heart #762DB7
Tints of Purple Heart #762DB7
RGB
CMYK
RGB Variations
Color information
#762DB7 (or 0x762DB7) is known color: Purple Heart. HEX triplet: 76, 2D and B7. RGB value is (118,45,183). Sum of RGB (Red+Green+Blue) = 118+45+183=346 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.10% from 346); Green value is 45 (17.97% from 255 or 13.01% from 346); Blue value is 183 (71.88% from 255 or 52.89% from 346); Max value from RGB is 183 - color contains mainly: blue. Hex color #762DB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762DB7 is #89D248. Grayscale: #525252. Windows color (decimal): -9032265 or 12004726. OLE color: 12004726.
HSL color Cylindrical-coordinate representation of color #762DB7: hue angle of 271.74º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #762DB7 is Cyan = 0.36, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 118 | 45 | 183 | - |
| CMYK | 0.36 | 0.75 | 0 | 0.28 |
| HSL | 271.74º | 0.61% | 0.45% | - |
| HSV(B) | 271.74º | 0.75% | 0.72% | - |
| XYZ | 16.96 | 9.15 | 45.67 | - |
| YUV | 82.56 | 184.68 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 45 | 183 | 0.36 | 0.75 | 0 | 0.28 | 271.74 | 0.61 | 0.45 |
| Hex | 76 | 2D | B7 | 24 | 4B | 0 | 1C | 110 | 3D | 2D |
| Octal | 166 | 55 | 267 | 44 | 113 | 0 | 34 | 420 | 75 | 55 |
| Binary | 1110110 | 101101 | 10110111 | 100100 | 1001011 | 0 | 11100 | 100010000 | 111101 | 101101 |
Color Harmonies of #762DB7
Complementary color
Monochromatic Colors of #762DB7
Black with #762DB7
Text Example
Text Example
White with #762DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762DB7; }
p { color: rgb(118,45,183); }
H1.HeaderClassName
{
color: #762DB7;
}
.AnyTagClassName
{
color: #762DB7;
}
</style>
background-color css
<style>
a { background-color: #762DB7; }
a { background-color: rgb(118,45,183); }
div.DivClassName
{
background-color: #762DB7;
}
.BgClassName
{
background-color: #762DB7;
}
</style>
border-color css
<style>
span { border-color: #762DB7; }
span { border-color: rgb(118,45,183); }
td.TdClassName
{
border-color: #762DB7;
}
.TagClassName
{
border-color: #762DB7;
}
</style>