Shades of Purple Heart #4C12CF
Tints of Purple Heart #4C12CF
RGB
CMYK
RGB Variations
Color information
#4C12CF (or 0x4C12CF) is known color: Purple Heart. HEX triplet: 4C, 12 and CF. RGB value is (76,18,207). Sum of RGB (Red+Green+Blue) = 76+18+207=301 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.25% from 301); Green value is 18 (7.42% from 255 or 5.98% from 301); Blue value is 207 (81.25% from 255 or 68.77% from 301); Max value from RGB is 207 - color contains mainly: blue. Hex color #4C12CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C12CF is #B3ED30. Grayscale: #383838. Windows color (decimal): -11791665 or 13570636. OLE color: 13570636.
HSL color Cylindrical-coordinate representation of color #4C12CF: hue angle of 258.41º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4C12CF is Cyan = 0.63, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 76 | 18 | 207 | - |
| CMYK | 0.63 | 0.91 | 0 | 0.19 |
| HSL | 258.41º | 0.84% | 0.44% | - |
| HSV(B) | 258.41º | 0.91% | 0.81% | - |
| XYZ | 14.46 | 6.47 | 59.52 | - |
| YUV | 56.89 | 212.72 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 18 | 207 | 0.63 | 0.91 | 0 | 0.19 | 258.41 | 0.84 | 0.44 |
| Hex | 4C | 12 | CF | 3F | 5B | 0 | 13 | 102 | 54 | 2C |
| Octal | 114 | 22 | 317 | 77 | 133 | 0 | 23 | 402 | 124 | 54 |
| Binary | 1001100 | 10010 | 11001111 | 111111 | 1011011 | 0 | 10011 | 100000010 | 1010100 | 101100 |
Color Harmonies of #4C12CF
Complementary color
Monochromatic Colors of #4C12CF
Black with #4C12CF
Text Example
Text Example
White with #4C12CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C12CF; }
p { color: rgb(76,18,207); }
H1.HeaderClassName
{
color: #4C12CF;
}
.AnyTagClassName
{
color: #4C12CF;
}
</style>
background-color css
<style>
a { background-color: #4C12CF; }
a { background-color: rgb(76,18,207); }
div.DivClassName
{
background-color: #4C12CF;
}
.BgClassName
{
background-color: #4C12CF;
}
</style>
border-color css
<style>
span { border-color: #4C12CF; }
span { border-color: rgb(76,18,207); }
td.TdClassName
{
border-color: #4C12CF;
}
.TagClassName
{
border-color: #4C12CF;
}
</style>