Shades of Purple Heart #762BC8
Tints of Purple Heart #762BC8
RGB
CMYK
RGB Variations
Color information
#762BC8 (or 0x762BC8) is known color: Purple Heart. HEX triplet: 76, 2B and C8. RGB value is (118,43,200). Sum of RGB (Red+Green+Blue) = 118+43+200=361 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.69% from 361); Green value is 43 (17.19% from 255 or 11.91% from 361); Blue value is 200 (78.52% from 255 or 55.40% from 361); Max value from RGB is 200 - color contains mainly: blue. Hex color #762BC8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762BC8 is #89D437. Grayscale: #525252. Windows color (decimal): -9032760 or 13118326. OLE color: 13118326.
HSL color Cylindrical-coordinate representation of color #762BC8: hue angle of 268.66º degrees, saturation: 0.65, 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 #762BC8 is Cyan = 0.41, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 118 | 43 | 200 | - |
| CMYK | 0.41 | 0.78 | 0 | 0.22 |
| HSL | 268.66º | 0.65% | 0.48% | - |
| HSV(B) | 268.66º | 0.79% | 0.78% | - |
| XYZ | 18.76 | 9.75 | 55.54 | - |
| YUV | 83.32 | 193.85 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 43 | 200 | 0.41 | 0.78 | 0 | 0.22 | 268.66 | 0.65 | 0.48 |
| Hex | 76 | 2B | C8 | 29 | 4E | 0 | 16 | 10D | 41 | 30 |
| Octal | 166 | 53 | 310 | 51 | 116 | 0 | 26 | 415 | 101 | 60 |
| Binary | 1110110 | 101011 | 11001000 | 101001 | 1001110 | 0 | 10110 | 100001101 | 1000001 | 110000 |
Color Harmonies of #762BC8
Complementary color
Monochromatic Colors of #762BC8
Black with #762BC8
Text Example
Text Example
White with #762BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762BC8; }
p { color: rgb(118,43,200); }
H1.HeaderClassName
{
color: #762BC8;
}
.AnyTagClassName
{
color: #762BC8;
}
</style>
background-color css
<style>
a { background-color: #762BC8; }
a { background-color: rgb(118,43,200); }
div.DivClassName
{
background-color: #762BC8;
}
.BgClassName
{
background-color: #762BC8;
}
</style>
border-color css
<style>
span { border-color: #762BC8; }
span { border-color: rgb(118,43,200); }
td.TdClassName
{
border-color: #762BC8;
}
.TagClassName
{
border-color: #762BC8;
}
</style>