Shades of Purple Heart #4D1FBF
Tints of Purple Heart #4D1FBF
RGB
CMYK
RGB Variations
Color information
#4D1FBF (or 0x4D1FBF) is known color: Purple Heart. HEX triplet: 4D, 1F and BF. RGB value is (77,31,191). Sum of RGB (Red+Green+Blue) = 77+31+191=299 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.75% from 299); Green value is 31 (12.5% from 255 or 10.37% from 299); Blue value is 191 (75% from 255 or 63.88% from 299); Max value from RGB is 191 - color contains mainly: blue. Hex color #4D1FBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D1FBF is #B2E040. Grayscale: #3E3E3E. Windows color (decimal): -11722817 or 12525389. OLE color: 12525389.
HSL color Cylindrical-coordinate representation of color #4D1FBF: hue angle of 257.25º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4D1FBF is Cyan = 0.60, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 31 | 191 | - |
| CMYK | 0.60 | 0.84 | 0 | 0.25 |
| HSL | 257.25º | 0.72% | 0.44% | - |
| HSV(B) | 257.25º | 0.84% | 0.75% | - |
| XYZ | 12.95 | 6.32 | 49.83 | - |
| YUV | 62.99 | 200.24 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 31 | 191 | 0.60 | 0.84 | 0 | 0.25 | 257.25 | 0.72 | 0.44 |
| Hex | 4D | 1F | BF | 3C | 54 | 0 | 19 | 101 | 48 | 2C |
| Octal | 115 | 37 | 277 | 74 | 124 | 0 | 31 | 401 | 110 | 54 |
| Binary | 1001101 | 11111 | 10111111 | 111100 | 1010100 | 0 | 11001 | 100000001 | 1001000 | 101100 |
Color Harmonies of #4D1FBF
Complementary color
Monochromatic Colors of #4D1FBF
Black with #4D1FBF
Text Example
Text Example
White with #4D1FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1FBF; }
p { color: rgb(77,31,191); }
H1.HeaderClassName
{
color: #4D1FBF;
}
.AnyTagClassName
{
color: #4D1FBF;
}
</style>
background-color css
<style>
a { background-color: #4D1FBF; }
a { background-color: rgb(77,31,191); }
div.DivClassName
{
background-color: #4D1FBF;
}
.BgClassName
{
background-color: #4D1FBF;
}
</style>
border-color css
<style>
span { border-color: #4D1FBF; }
span { border-color: rgb(77,31,191); }
td.TdClassName
{
border-color: #4D1FBF;
}
.TagClassName
{
border-color: #4D1FBF;
}
</style>