Shades of Purple Heart #7C16BD
Tints of Purple Heart #7C16BD
RGB
CMYK
RGB Variations
Color information
#7C16BD (or 0x7C16BD) is known color: Purple Heart. HEX triplet: 7C, 16 and BD. RGB value is (124,22,189). Sum of RGB (Red+Green+Blue) = 124+22+189=335 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.01% from 335); Green value is 22 (8.98% from 255 or 6.57% from 335); Blue value is 189 (74.22% from 255 or 56.42% from 335); Max value from RGB is 189 - color contains mainly: blue. Hex color #7C16BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C16BD is #83E942. Grayscale: #464646. Windows color (decimal): -8644931 or 12392060. OLE color: 12392060.
HSL color Cylindrical-coordinate representation of color #7C16BD: hue angle of 276.65º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7C16BD is Cyan = 0.34, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 124 | 22 | 189 | - |
| CMYK | 0.34 | 0.88 | 0 | 0.26 |
| HSL | 276.65º | 0.79% | 0.41% | - |
| HSV(B) | 276.65º | 0.88% | 0.74% | - |
| XYZ | 17.78 | 8.53 | 48.85 | - |
| YUV | 71.54 | 194.29 | 165.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 22 | 189 | 0.34 | 0.88 | 0 | 0.26 | 276.65 | 0.79 | 0.41 |
| Hex | 7C | 16 | BD | 22 | 58 | 0 | 1A | 115 | 4F | 29 |
| Octal | 174 | 26 | 275 | 42 | 130 | 0 | 32 | 425 | 117 | 51 |
| Binary | 1111100 | 10110 | 10111101 | 100010 | 1011000 | 0 | 11010 | 100010101 | 1001111 | 101001 |
Color Harmonies of #7C16BD
Complementary color
Monochromatic Colors of #7C16BD
Black with #7C16BD
Text Example
Text Example
White with #7C16BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C16BD; }
p { color: rgb(124,22,189); }
H1.HeaderClassName
{
color: #7C16BD;
}
.AnyTagClassName
{
color: #7C16BD;
}
</style>
background-color css
<style>
a { background-color: #7C16BD; }
a { background-color: rgb(124,22,189); }
div.DivClassName
{
background-color: #7C16BD;
}
.BgClassName
{
background-color: #7C16BD;
}
</style>
border-color css
<style>
span { border-color: #7C16BD; }
span { border-color: rgb(124,22,189); }
td.TdClassName
{
border-color: #7C16BD;
}
.TagClassName
{
border-color: #7C16BD;
}
</style>