Shades of Purple Heart #4D02CC
Tints of Purple Heart #4D02CC
RGB
CMYK
RGB Variations
Color information
#4D02CC (or 0x4D02CC) is known color: Purple Heart. HEX triplet: 4D, 02 and CC. RGB value is (77,2,204). Sum of RGB (Red+Green+Blue) = 77+2+204=283 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.21% from 283); Green value is 2 (1.17% from 255 or 0.71% from 283); Blue value is 204 (80.08% from 255 or 72.08% from 283); Max value from RGB is 204 - color contains mainly: blue. Hex color #4D02CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D02CC is #B2FD33. Grayscale: #2E2E2E. Windows color (decimal): -11730228 or 13369933. OLE color: 13369933.
HSL color Cylindrical-coordinate representation of color #4D02CC: hue angle of 262.28º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4D02CC is Cyan = 0.62, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 77 | 2 | 204 | - |
| CMYK | 0.62 | 0.99 | 0 | 0.2 |
| HSL | 262.28º | 0.98% | 0.4% | - |
| HSV(B) | 262.28º | 0.99% | 0.8% | - |
| XYZ | 13.98 | 5.98 | 57.54 | - |
| YUV | 47.45 | 216.35 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 2 | 204 | 0.62 | 0.99 | 0 | 0.2 | 262.28 | 0.98 | 0.4 |
| Hex | 4D | 2 | CC | 3E | 63 | 0 | 14 | 106 | 62 | 28 |
| Octal | 115 | 2 | 314 | 76 | 143 | 0 | 24 | 406 | 142 | 50 |
| Binary | 1001101 | 10 | 11001100 | 111110 | 1100011 | 0 | 10100 | 100000110 | 1100010 | 101000 |
Color Harmonies of #4D02CC
Complementary color
Monochromatic Colors of #4D02CC
Black with #4D02CC
Text Example
Text Example
White with #4D02CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D02CC; }
p { color: rgb(77,2,204); }
H1.HeaderClassName
{
color: #4D02CC;
}
.AnyTagClassName
{
color: #4D02CC;
}
</style>
background-color css
<style>
a { background-color: #4D02CC; }
a { background-color: rgb(77,2,204); }
div.DivClassName
{
background-color: #4D02CC;
}
.BgClassName
{
background-color: #4D02CC;
}
</style>
border-color css
<style>
span { border-color: #4D02CC; }
span { border-color: rgb(77,2,204); }
td.TdClassName
{
border-color: #4D02CC;
}
.TagClassName
{
border-color: #4D02CC;
}
</style>