Shades of Purple Heart #7C31CB
Tints of Purple Heart #7C31CB
RGB
CMYK
RGB Variations
Color information
#7C31CB (or 0x7C31CB) is known color: Purple Heart. HEX triplet: 7C, 31 and CB. RGB value is (124,49,203). Sum of RGB (Red+Green+Blue) = 124+49+203=376 (49% of max value = 765). Red value is 124 (48.83% from 255 or 32.98% from 376); Green value is 49 (19.53% from 255 or 13.03% from 376); Blue value is 203 (79.69% from 255 or 53.99% from 376); Max value from RGB is 203 - color contains mainly: blue. Hex color #7C31CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C31CB is #83CE34. Grayscale: #585858. Windows color (decimal): -8638005 or 13316476. OLE color: 13316476.
HSL color Cylindrical-coordinate representation of color #7C31CB: hue angle of 269.22º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7C31CB is Cyan = 0.39, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 124 | 49 | 203 | - |
| CMYK | 0.39 | 0.76 | 0 | 0.20 |
| HSL | 269.22º | 0.61% | 0.49% | - |
| HSV(B) | 269.22º | 0.76% | 0.8% | - |
| XYZ | 20.19 | 10.79 | 57.52 | - |
| YUV | 88.98 | 192.35 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 49 | 203 | 0.39 | 0.76 | 0 | 0.20 | 269.22 | 0.61 | 0.49 |
| Hex | 7C | 31 | CB | 27 | 4C | 0 | 14 | 10D | 3D | 31 |
| Octal | 174 | 61 | 313 | 47 | 114 | 0 | 24 | 415 | 75 | 61 |
| Binary | 1111100 | 110001 | 11001011 | 100111 | 1001100 | 0 | 10100 | 100001101 | 111101 | 110001 |
Color Harmonies of #7C31CB
Complementary color
Monochromatic Colors of #7C31CB
Black with #7C31CB
Text Example
Text Example
White with #7C31CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C31CB; }
p { color: rgb(124,49,203); }
H1.HeaderClassName
{
color: #7C31CB;
}
.AnyTagClassName
{
color: #7C31CB;
}
</style>
background-color css
<style>
a { background-color: #7C31CB; }
a { background-color: rgb(124,49,203); }
div.DivClassName
{
background-color: #7C31CB;
}
.BgClassName
{
background-color: #7C31CB;
}
</style>
border-color css
<style>
span { border-color: #7C31CB; }
span { border-color: rgb(124,49,203); }
td.TdClassName
{
border-color: #7C31CB;
}
.TagClassName
{
border-color: #7C31CB;
}
</style>