Shades of Purple Heart #4D04CD
Tints of Purple Heart #4D04CD
RGB
CMYK
RGB Variations
Color information
#4D04CD (or 0x4D04CD) is known color: Purple Heart. HEX triplet: 4D, 04 and CD. RGB value is (77,4,205). Sum of RGB (Red+Green+Blue) = 77+4+205=286 (37% of max value = 765). Red value is 77 (30.47% from 255 or 26.92% from 286); Green value is 4 (1.95% from 255 or 1.40% from 286); Blue value is 205 (80.47% from 255 or 71.68% from 286); Max value from RGB is 205 - color contains mainly: blue. Hex color #4D04CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D04CD is #B2FB32. Grayscale: #303030. Windows color (decimal): -11729715 or 13435981. OLE color: 13435981.
HSL color Cylindrical-coordinate representation of color #4D04CD: hue angle of 261.79º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4D04CD is Cyan = 0.62, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 4 | 205 | - |
| CMYK | 0.62 | 0.98 | 0 | 0.20 |
| HSL | 261.79º | 0.96% | 0.41% | - |
| HSV(B) | 261.79º | 0.98% | 0.8% | - |
| XYZ | 14.12 | 6.07 | 58.19 | - |
| YUV | 48.74 | 216.18 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 4 | 205 | 0.62 | 0.98 | 0 | 0.20 | 261.79 | 0.96 | 0.41 |
| Hex | 4D | 4 | CD | 3E | 62 | 0 | 14 | 106 | 60 | 29 |
| Octal | 115 | 4 | 315 | 76 | 142 | 0 | 24 | 406 | 140 | 51 |
| Binary | 1001101 | 100 | 11001101 | 111110 | 1100010 | 0 | 10100 | 100000110 | 1100000 | 101001 |
Color Harmonies of #4D04CD
Complementary color
Monochromatic Colors of #4D04CD
Black with #4D04CD
Text Example
Text Example
White with #4D04CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D04CD; }
p { color: rgb(77,4,205); }
H1.HeaderClassName
{
color: #4D04CD;
}
.AnyTagClassName
{
color: #4D04CD;
}
</style>
background-color css
<style>
a { background-color: #4D04CD; }
a { background-color: rgb(77,4,205); }
div.DivClassName
{
background-color: #4D04CD;
}
.BgClassName
{
background-color: #4D04CD;
}
</style>
border-color css
<style>
span { border-color: #4D04CD; }
span { border-color: rgb(77,4,205); }
td.TdClassName
{
border-color: #4D04CD;
}
.TagClassName
{
border-color: #4D04CD;
}
</style>