Shades of Purple Heart #7C1BBB
Tints of Purple Heart #7C1BBB
RGB
CMYK
RGB Variations
Color information
#7C1BBB (or 0x7C1BBB) is known color: Purple Heart. HEX triplet: 7C, 1B and BB. RGB value is (124,27,187). Sum of RGB (Red+Green+Blue) = 124+27+187=338 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.69% from 338); Green value is 27 (10.94% from 255 or 7.99% from 338); Blue value is 187 (73.44% from 255 or 55.33% from 338); Max value from RGB is 187 - color contains mainly: blue. Hex color #7C1BBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C1BBB is #83E444. Grayscale: #494949. Windows color (decimal): -8643653 or 12262268. OLE color: 12262268.
HSL color Cylindrical-coordinate representation of color #7C1BBB: hue angle of 276.38º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7C1BBB is Cyan = 0.34, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 27 | 187 | - |
| CMYK | 0.34 | 0.86 | 0 | 0.27 |
| HSL | 276.38º | 0.75% | 0.42% | - |
| HSV(B) | 276.38º | 0.86% | 0.73% | - |
| XYZ | 17.67 | 8.66 | 47.75 | - |
| YUV | 74.24 | 191.64 | 163.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 27 | 187 | 0.34 | 0.86 | 0 | 0.27 | 276.38 | 0.75 | 0.42 |
| Hex | 7C | 1B | BB | 22 | 56 | 0 | 1B | 114 | 4B | 2A |
| Octal | 174 | 33 | 273 | 42 | 126 | 0 | 33 | 424 | 113 | 52 |
| Binary | 1111100 | 11011 | 10111011 | 100010 | 1010110 | 0 | 11011 | 100010100 | 1001011 | 101010 |
Color Harmonies of #7C1BBB
Complementary color
Monochromatic Colors of #7C1BBB
Black with #7C1BBB
Text Example
Text Example
White with #7C1BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1BBB; }
p { color: rgb(124,27,187); }
H1.HeaderClassName
{
color: #7C1BBB;
}
.AnyTagClassName
{
color: #7C1BBB;
}
</style>
background-color css
<style>
a { background-color: #7C1BBB; }
a { background-color: rgb(124,27,187); }
div.DivClassName
{
background-color: #7C1BBB;
}
.BgClassName
{
background-color: #7C1BBB;
}
</style>
border-color css
<style>
span { border-color: #7C1BBB; }
span { border-color: rgb(124,27,187); }
td.TdClassName
{
border-color: #7C1BBB;
}
.TagClassName
{
border-color: #7C1BBB;
}
</style>