Shades of Purple Heart #4D10CF
Tints of Purple Heart #4D10CF
RGB
CMYK
RGB Variations
Color information
#4D10CF (or 0x4D10CF) is known color: Purple Heart. HEX triplet: 4D, 10 and CF. RGB value is (77,16,207). Sum of RGB (Red+Green+Blue) = 77+16+207=300 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.67% from 300); Green value is 16 (6.64% from 255 or 5.33% from 300); Blue value is 207 (81.25% from 255 or 69% from 300); Max value from RGB is 207 - color contains mainly: blue. Hex color #4D10CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D10CF is #B2EF30. Grayscale: #373737. Windows color (decimal): -11726641 or 13570125. OLE color: 13570125.
HSL color Cylindrical-coordinate representation of color #4D10CF: hue angle of 259.16º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4D10CF is Cyan = 0.63, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 16 | 207 | - |
| CMYK | 0.63 | 0.92 | 0 | 0.19 |
| HSL | 259.16º | 0.86% | 0.44% | - |
| HSV(B) | 259.16º | 0.92% | 0.81% | - |
| XYZ | 14.51 | 6.45 | 59.51 | - |
| YUV | 56.01 | 213.21 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 16 | 207 | 0.63 | 0.92 | 0 | 0.19 | 259.16 | 0.86 | 0.44 |
| Hex | 4D | 10 | CF | 3F | 5C | 0 | 13 | 103 | 56 | 2C |
| Octal | 115 | 20 | 317 | 77 | 134 | 0 | 23 | 403 | 126 | 54 |
| Binary | 1001101 | 10000 | 11001111 | 111111 | 1011100 | 0 | 10011 | 100000011 | 1010110 | 101100 |
Color Harmonies of #4D10CF
Complementary color
Monochromatic Colors of #4D10CF
Black with #4D10CF
Text Example
Text Example
White with #4D10CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D10CF; }
p { color: rgb(77,16,207); }
H1.HeaderClassName
{
color: #4D10CF;
}
.AnyTagClassName
{
color: #4D10CF;
}
</style>
background-color css
<style>
a { background-color: #4D10CF; }
a { background-color: rgb(77,16,207); }
div.DivClassName
{
background-color: #4D10CF;
}
.BgClassName
{
background-color: #4D10CF;
}
</style>
border-color css
<style>
span { border-color: #4D10CF; }
span { border-color: rgb(77,16,207); }
td.TdClassName
{
border-color: #4D10CF;
}
.TagClassName
{
border-color: #4D10CF;
}
</style>