Shades of Purple Heart #7B2FBB
Tints of Purple Heart #7B2FBB
RGB
CMYK
RGB Variations
Color information
#7B2FBB (or 0x7B2FBB) is known color: Purple Heart. HEX triplet: 7B, 2F and BB. RGB value is (123,47,187). Sum of RGB (Red+Green+Blue) = 123+47+187=357 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.45% from 357); Green value is 47 (18.75% from 255 or 13.17% from 357); Blue value is 187 (73.44% from 255 or 52.38% from 357); Max value from RGB is 187 - color contains mainly: blue. Hex color #7B2FBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B2FBB is #84D044. Grayscale: #555555. Windows color (decimal): -8704069 or 12267387. OLE color: 12267387.
HSL color Cylindrical-coordinate representation of color #7B2FBB: hue angle of 272.57º 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 #7B2FBB is Cyan = 0.34, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 123 | 47 | 187 | - |
| CMYK | 0.34 | 0.75 | 0 | 0.27 |
| HSL | 272.57º | 0.6% | 0.46% | - |
| HSV(B) | 272.57º | 0.75% | 0.73% | - |
| XYZ | 18.15 | 9.83 | 47.95 | - |
| YUV | 85.68 | 185.18 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 47 | 187 | 0.34 | 0.75 | 0 | 0.27 | 272.57 | 0.6 | 0.46 |
| Hex | 7B | 2F | BB | 22 | 4B | 0 | 1B | 111 | 3C | 2E |
| Octal | 173 | 57 | 273 | 42 | 113 | 0 | 33 | 421 | 74 | 56 |
| Binary | 1111011 | 101111 | 10111011 | 100010 | 1001011 | 0 | 11011 | 100010001 | 111100 | 101110 |
Color Harmonies of #7B2FBB
Complementary color
Monochromatic Colors of #7B2FBB
Black with #7B2FBB
Text Example
Text Example
White with #7B2FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2FBB; }
p { color: rgb(123,47,187); }
H1.HeaderClassName
{
color: #7B2FBB;
}
.AnyTagClassName
{
color: #7B2FBB;
}
</style>
background-color css
<style>
a { background-color: #7B2FBB; }
a { background-color: rgb(123,47,187); }
div.DivClassName
{
background-color: #7B2FBB;
}
.BgClassName
{
background-color: #7B2FBB;
}
</style>
border-color css
<style>
span { border-color: #7B2FBB; }
span { border-color: rgb(123,47,187); }
td.TdClassName
{
border-color: #7B2FBB;
}
.TagClassName
{
border-color: #7B2FBB;
}
</style>