Shades of Purple Heart #762EC9
Tints of Purple Heart #762EC9
RGB
CMYK
RGB Variations
Color information
#762EC9 (or 0x762EC9) is known color: Purple Heart. HEX triplet: 76, 2E and C9. RGB value is (118,46,201). Sum of RGB (Red+Green+Blue) = 118+46+201=365 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.33% from 365); Green value is 46 (18.36% from 255 or 12.60% from 365); Blue value is 201 (78.91% from 255 or 55.07% from 365); Max value from RGB is 201 - color contains mainly: blue. Hex color #762EC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762EC9 is #89D136. Grayscale: #545454. Windows color (decimal): -9031991 or 13184630. OLE color: 13184630.
HSL color Cylindrical-coordinate representation of color #762EC9: hue angle of 267.87º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #762EC9 is Cyan = 0.41, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 118 | 46 | 201 | - |
| CMYK | 0.41 | 0.77 | 0 | 0.21 |
| HSL | 267.87º | 0.63% | 0.48% | - |
| HSV(B) | 267.87º | 0.77% | 0.79% | - |
| XYZ | 18.99 | 10.02 | 56.19 | - |
| YUV | 85.2 | 193.35 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 46 | 201 | 0.41 | 0.77 | 0 | 0.21 | 267.87 | 0.63 | 0.48 |
| Hex | 76 | 2E | C9 | 29 | 4D | 0 | 15 | 10C | 3F | 30 |
| Octal | 166 | 56 | 311 | 51 | 115 | 0 | 25 | 414 | 77 | 60 |
| Binary | 1110110 | 101110 | 11001001 | 101001 | 1001101 | 0 | 10101 | 100001100 | 111111 | 110000 |
Color Harmonies of #762EC9
Complementary color
Monochromatic Colors of #762EC9
Black with #762EC9
Text Example
Text Example
White with #762EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762EC9; }
p { color: rgb(118,46,201); }
H1.HeaderClassName
{
color: #762EC9;
}
.AnyTagClassName
{
color: #762EC9;
}
</style>
background-color css
<style>
a { background-color: #762EC9; }
a { background-color: rgb(118,46,201); }
div.DivClassName
{
background-color: #762EC9;
}
.BgClassName
{
background-color: #762EC9;
}
</style>
border-color css
<style>
span { border-color: #762EC9; }
span { border-color: rgb(118,46,201); }
td.TdClassName
{
border-color: #762EC9;
}
.TagClassName
{
border-color: #762EC9;
}
</style>