Shades of Purple Heart #762DBA
Tints of Purple Heart #762DBA
RGB
CMYK
RGB Variations
Color information
#762DBA (or 0x762DBA) is known color: Purple Heart. HEX triplet: 76, 2D and BA. RGB value is (118,45,186). Sum of RGB (Red+Green+Blue) = 118+45+186=349 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.81% from 349); Green value is 45 (17.97% from 255 or 12.89% from 349); Blue value is 186 (73.05% from 255 or 53.30% from 349); Max value from RGB is 186 - color contains mainly: blue. Hex color #762DBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762DBA is #89D245. Grayscale: #525252. Windows color (decimal): -9032262 or 12201334. OLE color: 12201334.
HSL color Cylindrical-coordinate representation of color #762DBA: hue angle of 271.06º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #762DBA is Cyan = 0.37, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 45 | 186 | - |
| CMYK | 0.37 | 0.76 | 0 | 0.27 |
| HSL | 271.06º | 0.61% | 0.45% | - |
| HSV(B) | 271.06º | 0.76% | 0.73% | - |
| XYZ | 17.27 | 9.27 | 47.33 | - |
| YUV | 82.9 | 186.18 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 45 | 186 | 0.37 | 0.76 | 0 | 0.27 | 271.06 | 0.61 | 0.45 |
| Hex | 76 | 2D | BA | 25 | 4C | 0 | 1B | 10F | 3D | 2D |
| Octal | 166 | 55 | 272 | 45 | 114 | 0 | 33 | 417 | 75 | 55 |
| Binary | 1110110 | 101101 | 10111010 | 100101 | 1001100 | 0 | 11011 | 100001111 | 111101 | 101101 |
Color Harmonies of #762DBA
Complementary color
Monochromatic Colors of #762DBA
Black with #762DBA
Text Example
Text Example
White with #762DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762DBA; }
p { color: rgb(118,45,186); }
H1.HeaderClassName
{
color: #762DBA;
}
.AnyTagClassName
{
color: #762DBA;
}
</style>
background-color css
<style>
a { background-color: #762DBA; }
a { background-color: rgb(118,45,186); }
div.DivClassName
{
background-color: #762DBA;
}
.BgClassName
{
background-color: #762DBA;
}
</style>
border-color css
<style>
span { border-color: #762DBA; }
span { border-color: rgb(118,45,186); }
td.TdClassName
{
border-color: #762DBA;
}
.TagClassName
{
border-color: #762DBA;
}
</style>