Shades of Purple Heart #762DC9
Tints of Purple Heart #762DC9
RGB
CMYK
RGB Variations
Color information
#762DC9 (or 0x762DC9) is known color: Purple Heart. HEX triplet: 76, 2D and C9. RGB value is (118,45,201). Sum of RGB (Red+Green+Blue) = 118+45+201=364 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.42% from 364); Green value is 45 (17.97% from 255 or 12.36% from 364); Blue value is 201 (78.91% from 255 or 55.22% from 364); Max value from RGB is 201 - color contains mainly: blue. Hex color #762DC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762DC9 is #89D236. Grayscale: #545454. Windows color (decimal): -9032247 or 13184374. OLE color: 13184374.
HSL color Cylindrical-coordinate representation of color #762DC9: hue angle of 268.08º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #762DC9 is Cyan = 0.41, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 118 | 45 | 201 | - |
| CMYK | 0.41 | 0.78 | 0 | 0.21 |
| HSL | 268.08º | 0.63% | 0.48% | - |
| HSV(B) | 268.08º | 0.78% | 0.79% | - |
| XYZ | 18.95 | 9.95 | 56.18 | - |
| YUV | 84.61 | 193.68 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 45 | 201 | 0.41 | 0.78 | 0 | 0.21 | 268.08 | 0.63 | 0.48 |
| Hex | 76 | 2D | C9 | 29 | 4E | 0 | 15 | 10C | 3F | 30 |
| Octal | 166 | 55 | 311 | 51 | 116 | 0 | 25 | 414 | 77 | 60 |
| Binary | 1110110 | 101101 | 11001001 | 101001 | 1001110 | 0 | 10101 | 100001100 | 111111 | 110000 |
Color Harmonies of #762DC9
Complementary color
Monochromatic Colors of #762DC9
Black with #762DC9
Text Example
Text Example
White with #762DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762DC9; }
p { color: rgb(118,45,201); }
H1.HeaderClassName
{
color: #762DC9;
}
.AnyTagClassName
{
color: #762DC9;
}
</style>
background-color css
<style>
a { background-color: #762DC9; }
a { background-color: rgb(118,45,201); }
div.DivClassName
{
background-color: #762DC9;
}
.BgClassName
{
background-color: #762DC9;
}
</style>
border-color css
<style>
span { border-color: #762DC9; }
span { border-color: rgb(118,45,201); }
td.TdClassName
{
border-color: #762DC9;
}
.TagClassName
{
border-color: #762DC9;
}
</style>