Shades of Purple Heart #762CBC
Tints of Purple Heart #762CBC
RGB
CMYK
RGB Variations
Color information
#762CBC (or 0x762CBC) is known color: Purple Heart. HEX triplet: 76, 2C and BC. RGB value is (118,44,188). Sum of RGB (Red+Green+Blue) = 118+44+188=350 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.71% from 350); Green value is 44 (17.58% from 255 or 12.57% from 350); Blue value is 188 (73.83% from 255 or 53.71% from 350); Max value from RGB is 188 - color contains mainly: blue. Hex color #762CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762CBC is #89D343. Grayscale: #525252. Windows color (decimal): -9032516 or 12332150. OLE color: 12332150.
HSL color Cylindrical-coordinate representation of color #762CBC: hue angle of 270.83º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #762CBC is Cyan = 0.37, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 118 | 44 | 188 | - |
| CMYK | 0.37 | 0.77 | 0 | 0.26 |
| HSL | 270.83º | 0.62% | 0.45% | - |
| HSV(B) | 270.83º | 0.77% | 0.74% | - |
| XYZ | 17.45 | 9.28 | 48.45 | - |
| YUV | 82.54 | 187.52 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 44 | 188 | 0.37 | 0.77 | 0 | 0.26 | 270.83 | 0.62 | 0.45 |
| Hex | 76 | 2C | BC | 25 | 4D | 0 | 1A | 10F | 3E | 2D |
| Octal | 166 | 54 | 274 | 45 | 115 | 0 | 32 | 417 | 76 | 55 |
| Binary | 1110110 | 101100 | 10111100 | 100101 | 1001101 | 0 | 11010 | 100001111 | 111110 | 101101 |
Color Harmonies of #762CBC
Complementary color
Monochromatic Colors of #762CBC
Black with #762CBC
Text Example
Text Example
White with #762CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762CBC; }
p { color: rgb(118,44,188); }
H1.HeaderClassName
{
color: #762CBC;
}
.AnyTagClassName
{
color: #762CBC;
}
</style>
background-color css
<style>
a { background-color: #762CBC; }
a { background-color: rgb(118,44,188); }
div.DivClassName
{
background-color: #762CBC;
}
.BgClassName
{
background-color: #762CBC;
}
</style>
border-color css
<style>
span { border-color: #762CBC; }
span { border-color: rgb(118,44,188); }
td.TdClassName
{
border-color: #762CBC;
}
.TagClassName
{
border-color: #762CBC;
}
</style>