Shades of Purple Heart #4D05CC
Tints of Purple Heart #4D05CC
RGB
CMYK
RGB Variations
Color information
#4D05CC (or 0x4D05CC) is known color: Purple Heart. HEX triplet: 4D, 05 and CC. RGB value is (77,5,204). Sum of RGB (Red+Green+Blue) = 77+5+204=286 (37% of max value = 765). Red value is 77 (30.47% from 255 or 26.92% from 286); Green value is 5 (2.34% from 255 or 1.75% from 286); Blue value is 204 (80.08% from 255 or 71.33% from 286); Max value from RGB is 204 - color contains mainly: blue. Hex color #4D05CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D05CC is #B2FA33. Grayscale: #303030. Windows color (decimal): -11729460 or 13370701. OLE color: 13370701.
HSL color Cylindrical-coordinate representation of color #4D05CC: hue angle of 261.71º degrees, saturation: 0.95, 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 #4D05CC is Cyan = 0.62, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 77 | 5 | 204 | - |
| CMYK | 0.62 | 0.98 | 0 | 0.2 |
| HSL | 261.71º | 0.95% | 0.41% | - |
| HSV(B) | 261.71º | 0.98% | 0.8% | - |
| XYZ | 14.01 | 6.05 | 57.56 | - |
| YUV | 49.21 | 215.35 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 5 | 204 | 0.62 | 0.98 | 0 | 0.2 | 261.71 | 0.95 | 0.41 |
| Hex | 4D | 5 | CC | 3E | 62 | 0 | 14 | 106 | 5F | 29 |
| Octal | 115 | 5 | 314 | 76 | 142 | 0 | 24 | 406 | 137 | 51 |
| Binary | 1001101 | 101 | 11001100 | 111110 | 1100010 | 0 | 10100 | 100000110 | 1011111 | 101001 |
Color Harmonies of #4D05CC
Complementary color
Monochromatic Colors of #4D05CC
Black with #4D05CC
Text Example
Text Example
White with #4D05CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D05CC; }
p { color: rgb(77,5,204); }
H1.HeaderClassName
{
color: #4D05CC;
}
.AnyTagClassName
{
color: #4D05CC;
}
</style>
background-color css
<style>
a { background-color: #4D05CC; }
a { background-color: rgb(77,5,204); }
div.DivClassName
{
background-color: #4D05CC;
}
.BgClassName
{
background-color: #4D05CC;
}
</style>
border-color css
<style>
span { border-color: #4D05CC; }
span { border-color: rgb(77,5,204); }
td.TdClassName
{
border-color: #4D05CC;
}
.TagClassName
{
border-color: #4D05CC;
}
</style>