Shades of Purple Heart #4C12BD
Tints of Purple Heart #4C12BD
RGB
CMYK
RGB Variations
Color information
#4C12BD (or 0x4C12BD) is known color: Purple Heart. HEX triplet: 4C, 12 and BD. RGB value is (76,18,189). Sum of RGB (Red+Green+Blue) = 76+18+189=283 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.86% from 283); Green value is 18 (7.42% from 255 or 6.36% from 283); Blue value is 189 (74.22% from 255 or 66.78% from 283); Max value from RGB is 189 - color contains mainly: blue. Hex color #4C12BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C12BD is #B3ED42. Grayscale: #363636. Windows color (decimal): -11791683 or 12390988. OLE color: 12390988.
HSL color Cylindrical-coordinate representation of color #4C12BD: hue angle of 260.35º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4C12BD is Cyan = 0.60, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 76 | 18 | 189 | - |
| CMYK | 0.60 | 0.90 | 0 | 0.26 |
| HSL | 260.35º | 0.83% | 0.41% | - |
| HSV(B) | 260.35º | 0.9% | 0.74% | - |
| XYZ | 12.38 | 5.64 | 48.58 | - |
| YUV | 54.84 | 203.72 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 18 | 189 | 0.60 | 0.90 | 0 | 0.26 | 260.35 | 0.83 | 0.41 |
| Hex | 4C | 12 | BD | 3C | 5A | 0 | 1A | 104 | 53 | 29 |
| Octal | 114 | 22 | 275 | 74 | 132 | 0 | 32 | 404 | 123 | 51 |
| Binary | 1001100 | 10010 | 10111101 | 111100 | 1011010 | 0 | 11010 | 100000100 | 1010011 | 101001 |
Color Harmonies of #4C12BD
Complementary color
Monochromatic Colors of #4C12BD
Black with #4C12BD
Text Example
Text Example
White with #4C12BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C12BD; }
p { color: rgb(76,18,189); }
H1.HeaderClassName
{
color: #4C12BD;
}
.AnyTagClassName
{
color: #4C12BD;
}
</style>
background-color css
<style>
a { background-color: #4C12BD; }
a { background-color: rgb(76,18,189); }
div.DivClassName
{
background-color: #4C12BD;
}
.BgClassName
{
background-color: #4C12BD;
}
</style>
border-color css
<style>
span { border-color: #4C12BD; }
span { border-color: rgb(76,18,189); }
td.TdClassName
{
border-color: #4C12BD;
}
.TagClassName
{
border-color: #4C12BD;
}
</style>