Shades of Purple Heart #4D01BC
Tints of Purple Heart #4D01BC
RGB
CMYK
RGB Variations
Color information
#4D01BC (or 0x4D01BC) is known color: Purple Heart. HEX triplet: 4D, 01 and BC. RGB value is (77,1,188). Sum of RGB (Red+Green+Blue) = 77+1+188=266 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.95% from 266); Green value is 1 (0.78% from 255 or 0.38% from 266); Blue value is 188 (73.83% from 255 or 70.68% from 266); Max value from RGB is 188 - color contains mainly: blue. Hex color #4D01BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D01BC is #B2FE43. Grayscale: #2C2C2C. Windows color (decimal): -11730500 or 12321101. OLE color: 12321101.
HSL color Cylindrical-coordinate representation of color #4D01BC: hue angle of 264.39º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4D01BC is Cyan = 0.59, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 1 | 188 | - |
| CMYK | 0.59 | 0.99 | 0 | 0.26 |
| HSL | 264.39º | 0.99% | 0.37% | - |
| HSV(B) | 264.39º | 0.99% | 0.74% | - |
| XYZ | 12.15 | 5.23 | 47.95 | - |
| YUV | 45.04 | 208.68 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 1 | 188 | 0.59 | 0.99 | 0 | 0.26 | 264.39 | 0.99 | 0.37 |
| Hex | 4D | 1 | BC | 3B | 63 | 0 | 1A | 108 | 63 | 25 |
| Octal | 115 | 1 | 274 | 73 | 143 | 0 | 32 | 410 | 143 | 45 |
| Binary | 1001101 | 1 | 10111100 | 111011 | 1100011 | 0 | 11010 | 100001000 | 1100011 | 100101 |
Color Harmonies of #4D01BC
Complementary color
Monochromatic Colors of #4D01BC
Black with #4D01BC
Text Example
Text Example
White with #4D01BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D01BC; }
p { color: rgb(77,1,188); }
H1.HeaderClassName
{
color: #4D01BC;
}
.AnyTagClassName
{
color: #4D01BC;
}
</style>
background-color css
<style>
a { background-color: #4D01BC; }
a { background-color: rgb(77,1,188); }
div.DivClassName
{
background-color: #4D01BC;
}
.BgClassName
{
background-color: #4D01BC;
}
</style>
border-color css
<style>
span { border-color: #4D01BC; }
span { border-color: rgb(77,1,188); }
td.TdClassName
{
border-color: #4D01BC;
}
.TagClassName
{
border-color: #4D01BC;
}
</style>