Shades of Purple Heart #4C16BE
Tints of Purple Heart #4C16BE
RGB
CMYK
RGB Variations
Color information
#4C16BE (or 0x4C16BE) is known color: Purple Heart. HEX triplet: 4C, 16 and BE. RGB value is (76,22,190). Sum of RGB (Red+Green+Blue) = 76+22+190=288 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.39% from 288); Green value is 22 (8.98% from 255 or 7.64% from 288); Blue value is 190 (74.61% from 255 or 65.97% from 288); Max value from RGB is 190 - color contains mainly: blue. Hex color #4C16BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C16BE is #B3E941. Grayscale: #383838. Windows color (decimal): -11790658 or 12457548. OLE color: 12457548.
HSL color Cylindrical-coordinate representation of color #4C16BE: hue angle of 259.29º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4C16BE is Cyan = 0.60, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 76 | 22 | 190 | - |
| CMYK | 0.60 | 0.88 | 0 | 0.25 |
| HSL | 259.29º | 0.79% | 0.42% | - |
| HSV(B) | 259.29º | 0.88% | 0.75% | - |
| XYZ | 12.56 | 5.83 | 49.18 | - |
| YUV | 57.3 | 202.89 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 22 | 190 | 0.60 | 0.88 | 0 | 0.25 | 259.29 | 0.79 | 0.42 |
| Hex | 4C | 16 | BE | 3C | 58 | 0 | 19 | 103 | 4F | 2A |
| Octal | 114 | 26 | 276 | 74 | 130 | 0 | 31 | 403 | 117 | 52 |
| Binary | 1001100 | 10110 | 10111110 | 111100 | 1011000 | 0 | 11001 | 100000011 | 1001111 | 101010 |
Color Harmonies of #4C16BE
Complementary color
Monochromatic Colors of #4C16BE
Black with #4C16BE
Text Example
Text Example
White with #4C16BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C16BE; }
p { color: rgb(76,22,190); }
H1.HeaderClassName
{
color: #4C16BE;
}
.AnyTagClassName
{
color: #4C16BE;
}
</style>
background-color css
<style>
a { background-color: #4C16BE; }
a { background-color: rgb(76,22,190); }
div.DivClassName
{
background-color: #4C16BE;
}
.BgClassName
{
background-color: #4C16BE;
}
</style>
border-color css
<style>
span { border-color: #4C16BE; }
span { border-color: rgb(76,22,190); }
td.TdClassName
{
border-color: #4C16BE;
}
.TagClassName
{
border-color: #4C16BE;
}
</style>