Shades of Purple Heart #4C12B3
Tints of Purple Heart #4C12B3
RGB
CMYK
RGB Variations
Color information
#4C12B3 (or 0x4C12B3) is known color: Purple Heart. HEX triplet: 4C, 12 and B3. RGB value is (76,18,179). Sum of RGB (Red+Green+Blue) = 76+18+179=273 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.84% from 273); Green value is 18 (7.42% from 255 or 6.59% from 273); Blue value is 179 (70.31% from 255 or 65.57% from 273); Max value from RGB is 179 - color contains mainly: blue. Hex color #4C12B3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C12B3 is #B3ED4C. Grayscale: #353535. Windows color (decimal): -11791693 or 11735628. OLE color: 11735628.
HSL color Cylindrical-coordinate representation of color #4C12B3: hue angle of 261.61º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4C12B3 is Cyan = 0.58, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 76 | 18 | 179 | - |
| CMYK | 0.58 | 0.90 | 0 | 0.30 |
| HSL | 261.61º | 0.82% | 0.39% | - |
| HSV(B) | 261.61º | 0.9% | 0.7% | - |
| XYZ | 11.33 | 5.22 | 43.06 | - |
| YUV | 53.7 | 198.72 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 18 | 179 | 0.58 | 0.90 | 0 | 0.30 | 261.61 | 0.82 | 0.39 |
| Hex | 4C | 12 | B3 | 3A | 5A | 0 | 1E | 106 | 52 | 27 |
| Octal | 114 | 22 | 263 | 72 | 132 | 0 | 36 | 406 | 122 | 47 |
| Binary | 1001100 | 10010 | 10110011 | 111010 | 1011010 | 0 | 11110 | 100000110 | 1010010 | 100111 |
Color Harmonies of #4C12B3
Complementary color
Monochromatic Colors of #4C12B3
Black with #4C12B3
Text Example
Text Example
White with #4C12B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C12B3; }
p { color: rgb(76,18,179); }
H1.HeaderClassName
{
color: #4C12B3;
}
.AnyTagClassName
{
color: #4C12B3;
}
</style>
background-color css
<style>
a { background-color: #4C12B3; }
a { background-color: rgb(76,18,179); }
div.DivClassName
{
background-color: #4C12B3;
}
.BgClassName
{
background-color: #4C12B3;
}
</style>
border-color css
<style>
span { border-color: #4C12B3; }
span { border-color: rgb(76,18,179); }
td.TdClassName
{
border-color: #4C12B3;
}
.TagClassName
{
border-color: #4C12B3;
}
</style>