Shades of Purple Heart #4C16BD
Tints of Purple Heart #4C16BD
RGB
CMYK
RGB Variations
Color information
#4C16BD (or 0x4C16BD) is known color: Purple Heart. HEX triplet: 4C, 16 and BD. RGB value is (76,22,189). Sum of RGB (Red+Green+Blue) = 76+22+189=287 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.48% from 287); Green value is 22 (8.98% from 255 or 7.67% from 287); Blue value is 189 (74.22% from 255 or 65.85% from 287); Max value from RGB is 189 - color contains mainly: blue. Hex color #4C16BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C16BD is #B3E942. Grayscale: #383838. Windows color (decimal): -11790659 or 12392012. OLE color: 12392012.
HSL color Cylindrical-coordinate representation of color #4C16BD: hue angle of 259.4º 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 #4C16BD is Cyan = 0.60, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 76 | 22 | 189 | - |
| CMYK | 0.60 | 0.88 | 0 | 0.26 |
| HSL | 259.4º | 0.79% | 0.41% | - |
| HSV(B) | 259.4º | 0.88% | 0.74% | - |
| XYZ | 12.45 | 5.78 | 48.6 | - |
| YUV | 57.18 | 202.39 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 22 | 189 | 0.60 | 0.88 | 0 | 0.26 | 259.4 | 0.79 | 0.41 |
| Hex | 4C | 16 | BD | 3C | 58 | 0 | 1A | 103 | 4F | 29 |
| Octal | 114 | 26 | 275 | 74 | 130 | 0 | 32 | 403 | 117 | 51 |
| Binary | 1001100 | 10110 | 10111101 | 111100 | 1011000 | 0 | 11010 | 100000011 | 1001111 | 101001 |
Color Harmonies of #4C16BD
Complementary color
Monochromatic Colors of #4C16BD
Black with #4C16BD
Text Example
Text Example
White with #4C16BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C16BD; }
p { color: rgb(76,22,189); }
H1.HeaderClassName
{
color: #4C16BD;
}
.AnyTagClassName
{
color: #4C16BD;
}
</style>
background-color css
<style>
a { background-color: #4C16BD; }
a { background-color: rgb(76,22,189); }
div.DivClassName
{
background-color: #4C16BD;
}
.BgClassName
{
background-color: #4C16BD;
}
</style>
border-color css
<style>
span { border-color: #4C16BD; }
span { border-color: rgb(76,22,189); }
td.TdClassName
{
border-color: #4C16BD;
}
.TagClassName
{
border-color: #4C16BD;
}
</style>