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