Shades of Purple Heart #762CCC
Tints of Purple Heart #762CCC
RGB
CMYK
RGB Variations
Color information
#762CCC (or 0x762CCC) is known color: Purple Heart. HEX triplet: 76, 2C and CC. RGB value is (118,44,204). Sum of RGB (Red+Green+Blue) = 118+44+204=366 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.24% from 366); Green value is 44 (17.58% from 255 or 12.02% from 366); Blue value is 204 (80.08% from 255 or 55.74% from 366); Max value from RGB is 204 - color contains mainly: blue. Hex color #762CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762CCC is #89D333. Grayscale: #535353. Windows color (decimal): -9032500 or 13380726. OLE color: 13380726.
HSL color Cylindrical-coordinate representation of color #762CCC: hue angle of 267.75º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #762CCC is Cyan = 0.42, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 118 | 44 | 204 | - |
| CMYK | 0.42 | 0.78 | 0 | 0.2 |
| HSL | 267.75º | 0.65% | 0.49% | - |
| HSV(B) | 267.75º | 0.78% | 0.8% | - |
| XYZ | 19.27 | 10.01 | 58.04 | - |
| YUV | 84.37 | 195.52 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 44 | 204 | 0.42 | 0.78 | 0 | 0.2 | 267.75 | 0.65 | 0.49 |
| Hex | 76 | 2C | CC | 2A | 4E | 0 | 14 | 10C | 41 | 31 |
| Octal | 166 | 54 | 314 | 52 | 116 | 0 | 24 | 414 | 101 | 61 |
| Binary | 1110110 | 101100 | 11001100 | 101010 | 1001110 | 0 | 10100 | 100001100 | 1000001 | 110001 |
Color Harmonies of #762CCC
Complementary color
Monochromatic Colors of #762CCC
Black with #762CCC
Text Example
Text Example
White with #762CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762CCC; }
p { color: rgb(118,44,204); }
H1.HeaderClassName
{
color: #762CCC;
}
.AnyTagClassName
{
color: #762CCC;
}
</style>
background-color css
<style>
a { background-color: #762CCC; }
a { background-color: rgb(118,44,204); }
div.DivClassName
{
background-color: #762CCC;
}
.BgClassName
{
background-color: #762CCC;
}
</style>
border-color css
<style>
span { border-color: #762CCC; }
span { border-color: rgb(118,44,204); }
td.TdClassName
{
border-color: #762CCC;
}
.TagClassName
{
border-color: #762CCC;
}
</style>