Shades of Purple Heart #762FBB
Tints of Purple Heart #762FBB
RGB
CMYK
RGB Variations
Color information
#762FBB (or 0x762FBB) is known color: Purple Heart. HEX triplet: 76, 2F and BB. RGB value is (118,47,187). Sum of RGB (Red+Green+Blue) = 118+47+187=352 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.52% from 352); Green value is 47 (18.75% from 255 or 13.35% from 352); Blue value is 187 (73.44% from 255 or 53.12% from 352); Max value from RGB is 187 - color contains mainly: blue. Hex color #762FBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762FBB is #89D044. Grayscale: #535353. Windows color (decimal): -9031749 or 12267382. OLE color: 12267382.
HSL color Cylindrical-coordinate representation of color #762FBB: hue angle of 270.43º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #762FBB is Cyan = 0.37, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 47 | 187 | - |
| CMYK | 0.37 | 0.75 | 0 | 0.27 |
| HSL | 270.43º | 0.6% | 0.46% | - |
| HSV(B) | 270.43º | 0.75% | 0.73% | - |
| XYZ | 17.46 | 9.47 | 47.92 | - |
| YUV | 84.19 | 186.02 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 47 | 187 | 0.37 | 0.75 | 0 | 0.27 | 270.43 | 0.6 | 0.46 |
| Hex | 76 | 2F | BB | 25 | 4B | 0 | 1B | 10E | 3C | 2E |
| Octal | 166 | 57 | 273 | 45 | 113 | 0 | 33 | 416 | 74 | 56 |
| Binary | 1110110 | 101111 | 10111011 | 100101 | 1001011 | 0 | 11011 | 100001110 | 111100 | 101110 |
Color Harmonies of #762FBB
Complementary color
Monochromatic Colors of #762FBB
Black with #762FBB
Text Example
Text Example
White with #762FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762FBB; }
p { color: rgb(118,47,187); }
H1.HeaderClassName
{
color: #762FBB;
}
.AnyTagClassName
{
color: #762FBB;
}
</style>
background-color css
<style>
a { background-color: #762FBB; }
a { background-color: rgb(118,47,187); }
div.DivClassName
{
background-color: #762FBB;
}
.BgClassName
{
background-color: #762FBB;
}
</style>
border-color css
<style>
span { border-color: #762FBB; }
span { border-color: rgb(118,47,187); }
td.TdClassName
{
border-color: #762FBB;
}
.TagClassName
{
border-color: #762FBB;
}
</style>