Shades of Purple Heart #762CB7
Tints of Purple Heart #762CB7
RGB
CMYK
RGB Variations
Color information
#762CB7 (or 0x762CB7) is known color: Purple Heart. HEX triplet: 76, 2C and B7. RGB value is (118,44,183). Sum of RGB (Red+Green+Blue) = 118+44+183=345 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.20% from 345); Green value is 44 (17.58% from 255 or 12.75% from 345); Blue value is 183 (71.88% from 255 or 53.04% from 345); Max value from RGB is 183 - color contains mainly: blue. Hex color #762CB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762CB7 is #89D348. Grayscale: #515151. Windows color (decimal): -9032521 or 12004470. OLE color: 12004470.
HSL color Cylindrical-coordinate representation of color #762CB7: hue angle of 271.94º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #762CB7 is Cyan = 0.36, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 118 | 44 | 183 | - |
| CMYK | 0.36 | 0.76 | 0 | 0.28 |
| HSL | 271.94º | 0.61% | 0.45% | - |
| HSV(B) | 271.94º | 0.76% | 0.72% | - |
| XYZ | 16.92 | 9.07 | 45.66 | - |
| YUV | 81.97 | 185.02 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 44 | 183 | 0.36 | 0.76 | 0 | 0.28 | 271.94 | 0.61 | 0.45 |
| Hex | 76 | 2C | B7 | 24 | 4C | 0 | 1C | 110 | 3D | 2D |
| Octal | 166 | 54 | 267 | 44 | 114 | 0 | 34 | 420 | 75 | 55 |
| Binary | 1110110 | 101100 | 10110111 | 100100 | 1001100 | 0 | 11100 | 100010000 | 111101 | 101101 |
Color Harmonies of #762CB7
Complementary color
Monochromatic Colors of #762CB7
Black with #762CB7
Text Example
Text Example
White with #762CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762CB7; }
p { color: rgb(118,44,183); }
H1.HeaderClassName
{
color: #762CB7;
}
.AnyTagClassName
{
color: #762CB7;
}
</style>
background-color css
<style>
a { background-color: #762CB7; }
a { background-color: rgb(118,44,183); }
div.DivClassName
{
background-color: #762CB7;
}
.BgClassName
{
background-color: #762CB7;
}
</style>
border-color css
<style>
span { border-color: #762CB7; }
span { border-color: rgb(118,44,183); }
td.TdClassName
{
border-color: #762CB7;
}
.TagClassName
{
border-color: #762CB7;
}
</style>