Shades of Purple Heart #4D00CB
Tints of Purple Heart #4D00CB
RGB
CMYK
RGB Variations
Color information
#4D00CB (or 0x4D00CB) is known color: Purple Heart. HEX triplet: 4D, 00 and CB. RGB value is (77,0,203). Sum of RGB (Red+Green+Blue) = 77+0+203=280 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.5% from 280); Green value is 0 (0.39% from 255 or 0% from 280); Blue value is 203 (79.69% from 255 or 72.5% from 280); Max value from RGB is 203 - color contains mainly: blue. Hex color #4D00CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D00CB is #B2FF34. Grayscale: #2D2D2D. Windows color (decimal): -11730741 or 13303885. OLE color: 13303885.
HSL color Cylindrical-coordinate representation of color #4D00CB: hue angle of 262.76º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4D00CB is Cyan = 0.62, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 0 | 203 | - |
| CMYK | 0.62 | 1 | 0 | 0.20 |
| HSL | 262.76º | 1% | 0.4% | - |
| HSV(B) | 262.76º | 1% | 0.8% | - |
| XYZ | 13.84 | 5.89 | 56.91 | - |
| YUV | 46.17 | 216.51 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 0 | 203 | 0.62 | 1 | 0 | 0.20 | 262.76 | 1 | 0.4 |
| Hex | 4D | 0 | CB | 3E | 64 | 0 | 14 | 107 | 64 | 28 |
| Octal | 115 | 0 | 313 | 76 | 144 | 0 | 24 | 407 | 144 | 50 |
| Binary | 1001101 | 0 | 11001011 | 111110 | 1100100 | 0 | 10100 | 100000111 | 1100100 | 101000 |
Color Harmonies of #4D00CB
Complementary color
Monochromatic Colors of #4D00CB
Black with #4D00CB
Text Example
Text Example
White with #4D00CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D00CB; }
p { color: rgb(77,0,203); }
H1.HeaderClassName
{
color: #4D00CB;
}
.AnyTagClassName
{
color: #4D00CB;
}
</style>
background-color css
<style>
a { background-color: #4D00CB; }
a { background-color: rgb(77,0,203); }
div.DivClassName
{
background-color: #4D00CB;
}
.BgClassName
{
background-color: #4D00CB;
}
</style>
border-color css
<style>
span { border-color: #4D00CB; }
span { border-color: rgb(77,0,203); }
td.TdClassName
{
border-color: #4D00CB;
}
.TagClassName
{
border-color: #4D00CB;
}
</style>