Shades of Purple Heart #4D1BCD
Tints of Purple Heart #4D1BCD
RGB
CMYK
RGB Variations
Color information
#4D1BCD (or 0x4D1BCD) is known color: Purple Heart. HEX triplet: 4D, 1B and CD. RGB value is (77,27,205). Sum of RGB (Red+Green+Blue) = 77+27+205=309 (40% of max value = 765). Red value is 77 (30.47% from 255 or 24.92% from 309); Green value is 27 (10.94% from 255 or 8.74% from 309); Blue value is 205 (80.47% from 255 or 66.34% from 309); Max value from RGB is 205 - color contains mainly: blue. Hex color #4D1BCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D1BCD is #B2E432. Grayscale: #3D3D3D. Windows color (decimal): -11723827 or 13441869. OLE color: 13441869.
HSL color Cylindrical-coordinate representation of color #4D1BCD: hue angle of 256.85º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4D1BCD is Cyan = 0.62, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 27 | 205 | - |
| CMYK | 0.62 | 0.87 | 0 | 0.20 |
| HSL | 256.85º | 0.77% | 0.45% | - |
| HSV(B) | 256.85º | 0.87% | 0.8% | - |
| XYZ | 14.47 | 6.77 | 58.3 | - |
| YUV | 62.24 | 208.57 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 27 | 205 | 0.62 | 0.87 | 0 | 0.20 | 256.85 | 0.77 | 0.45 |
| Hex | 4D | 1B | CD | 3E | 57 | 0 | 14 | 101 | 4D | 2D |
| Octal | 115 | 33 | 315 | 76 | 127 | 0 | 24 | 401 | 115 | 55 |
| Binary | 1001101 | 11011 | 11001101 | 111110 | 1010111 | 0 | 10100 | 100000001 | 1001101 | 101101 |
Color Harmonies of #4D1BCD
Complementary color
Monochromatic Colors of #4D1BCD
Black with #4D1BCD
Text Example
Text Example
White with #4D1BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1BCD; }
p { color: rgb(77,27,205); }
H1.HeaderClassName
{
color: #4D1BCD;
}
.AnyTagClassName
{
color: #4D1BCD;
}
</style>
background-color css
<style>
a { background-color: #4D1BCD; }
a { background-color: rgb(77,27,205); }
div.DivClassName
{
background-color: #4D1BCD;
}
.BgClassName
{
background-color: #4D1BCD;
}
</style>
border-color css
<style>
span { border-color: #4D1BCD; }
span { border-color: rgb(77,27,205); }
td.TdClassName
{
border-color: #4D1BCD;
}
.TagClassName
{
border-color: #4D1BCD;
}
</style>