Shades of Purple Heart #762DBD
Tints of Purple Heart #762DBD
RGB
CMYK
RGB Variations
Color information
#762DBD (or 0x762DBD) is known color: Purple Heart. HEX triplet: 76, 2D and BD. RGB value is (118,45,189). Sum of RGB (Red+Green+Blue) = 118+45+189=352 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.52% from 352); Green value is 45 (17.97% from 255 or 12.78% from 352); Blue value is 189 (74.22% from 255 or 53.69% from 352); Max value from RGB is 189 - color contains mainly: blue. Hex color #762DBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762DBD is #89D242. Grayscale: #525252. Windows color (decimal): -9032259 or 12397942. OLE color: 12397942.
HSL color Cylindrical-coordinate representation of color #762DBD: hue angle of 270.42º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #762DBD is Cyan = 0.38, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 118 | 45 | 189 | - |
| CMYK | 0.38 | 0.76 | 0 | 0.26 |
| HSL | 270.42º | 0.62% | 0.46% | - |
| HSV(B) | 270.42º | 0.76% | 0.74% | - |
| XYZ | 17.59 | 9.4 | 49.03 | - |
| YUV | 83.24 | 187.68 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 45 | 189 | 0.38 | 0.76 | 0 | 0.26 | 270.42 | 0.62 | 0.46 |
| Hex | 76 | 2D | BD | 26 | 4C | 0 | 1A | 10E | 3E | 2E |
| Octal | 166 | 55 | 275 | 46 | 114 | 0 | 32 | 416 | 76 | 56 |
| Binary | 1110110 | 101101 | 10111101 | 100110 | 1001100 | 0 | 11010 | 100001110 | 111110 | 101110 |
Color Harmonies of #762DBD
Complementary color
Monochromatic Colors of #762DBD
Black with #762DBD
Text Example
Text Example
White with #762DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762DBD; }
p { color: rgb(118,45,189); }
H1.HeaderClassName
{
color: #762DBD;
}
.AnyTagClassName
{
color: #762DBD;
}
</style>
background-color css
<style>
a { background-color: #762DBD; }
a { background-color: rgb(118,45,189); }
div.DivClassName
{
background-color: #762DBD;
}
.BgClassName
{
background-color: #762DBD;
}
</style>
border-color css
<style>
span { border-color: #762DBD; }
span { border-color: rgb(118,45,189); }
td.TdClassName
{
border-color: #762DBD;
}
.TagClassName
{
border-color: #762DBD;
}
</style>