Shades of Purple Heart #762CC8
Tints of Purple Heart #762CC8
RGB
CMYK
RGB Variations
Color information
#762CC8 (or 0x762CC8) is known color: Purple Heart. HEX triplet: 76, 2C and C8. RGB value is (118,44,200). Sum of RGB (Red+Green+Blue) = 118+44+200=362 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.60% from 362); Green value is 44 (17.58% from 255 or 12.15% from 362); Blue value is 200 (78.52% from 255 or 55.25% from 362); Max value from RGB is 200 - color contains mainly: blue. Hex color #762CC8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762CC8 is #89D337. Grayscale: #535353. Windows color (decimal): -9032504 or 13118582. OLE color: 13118582.
HSL color Cylindrical-coordinate representation of color #762CC8: hue angle of 268.46º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #762CC8 is Cyan = 0.41, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 118 | 44 | 200 | - |
| CMYK | 0.41 | 0.78 | 0 | 0.22 |
| HSL | 268.46º | 0.64% | 0.48% | - |
| HSV(B) | 268.46º | 0.78% | 0.78% | - |
| XYZ | 18.8 | 9.82 | 55.55 | - |
| YUV | 83.91 | 193.52 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 44 | 200 | 0.41 | 0.78 | 0 | 0.22 | 268.46 | 0.64 | 0.48 |
| Hex | 76 | 2C | C8 | 29 | 4E | 0 | 16 | 10C | 40 | 30 |
| Octal | 166 | 54 | 310 | 51 | 116 | 0 | 26 | 414 | 100 | 60 |
| Binary | 1110110 | 101100 | 11001000 | 101001 | 1001110 | 0 | 10110 | 100001100 | 1000000 | 110000 |
Color Harmonies of #762CC8
Complementary color
Monochromatic Colors of #762CC8
Black with #762CC8
Text Example
Text Example
White with #762CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762CC8; }
p { color: rgb(118,44,200); }
H1.HeaderClassName
{
color: #762CC8;
}
.AnyTagClassName
{
color: #762CC8;
}
</style>
background-color css
<style>
a { background-color: #762CC8; }
a { background-color: rgb(118,44,200); }
div.DivClassName
{
background-color: #762CC8;
}
.BgClassName
{
background-color: #762CC8;
}
</style>
border-color css
<style>
span { border-color: #762CC8; }
span { border-color: rgb(118,44,200); }
td.TdClassName
{
border-color: #762CC8;
}
.TagClassName
{
border-color: #762CC8;
}
</style>