Shades of Purple Heart #4D12CF
Tints of Purple Heart #4D12CF
RGB
CMYK
RGB Variations
Color information
#4D12CF (or 0x4D12CF) is known color: Purple Heart. HEX triplet: 4D, 12 and CF. RGB value is (77,18,207). Sum of RGB (Red+Green+Blue) = 77+18+207=302 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.50% from 302); Green value is 18 (7.42% from 255 or 5.96% from 302); Blue value is 207 (81.25% from 255 or 68.54% from 302); Max value from RGB is 207 - color contains mainly: blue. Hex color #4D12CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D12CF is #B2ED30. Grayscale: #383838. Windows color (decimal): -11726129 or 13570637. OLE color: 13570637.
HSL color Cylindrical-coordinate representation of color #4D12CF: hue angle of 258.73º 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 #4D12CF is Cyan = 0.63, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 18 | 207 | - |
| CMYK | 0.63 | 0.91 | 0 | 0.19 |
| HSL | 258.73º | 0.84% | 0.44% | - |
| HSV(B) | 258.73º | 0.91% | 0.81% | - |
| XYZ | 14.54 | 6.52 | 59.52 | - |
| YUV | 57.19 | 212.55 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 18 | 207 | 0.63 | 0.91 | 0 | 0.19 | 258.73 | 0.84 | 0.44 |
| Hex | 4D | 12 | CF | 3F | 5B | 0 | 13 | 103 | 54 | 2C |
| Octal | 115 | 22 | 317 | 77 | 133 | 0 | 23 | 403 | 124 | 54 |
| Binary | 1001101 | 10010 | 11001111 | 111111 | 1011011 | 0 | 10011 | 100000011 | 1010100 | 101100 |
Color Harmonies of #4D12CF
Complementary color
Monochromatic Colors of #4D12CF
Black with #4D12CF
Text Example
Text Example
White with #4D12CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D12CF; }
p { color: rgb(77,18,207); }
H1.HeaderClassName
{
color: #4D12CF;
}
.AnyTagClassName
{
color: #4D12CF;
}
</style>
background-color css
<style>
a { background-color: #4D12CF; }
a { background-color: rgb(77,18,207); }
div.DivClassName
{
background-color: #4D12CF;
}
.BgClassName
{
background-color: #4D12CF;
}
</style>
border-color css
<style>
span { border-color: #4D12CF; }
span { border-color: rgb(77,18,207); }
td.TdClassName
{
border-color: #4D12CF;
}
.TagClassName
{
border-color: #4D12CF;
}
</style>