Shades of Purple Heart #4D27BE
Tints of Purple Heart #4D27BE
RGB
CMYK
RGB Variations
Color information
#4D27BE (or 0x4D27BE) is known color: Purple Heart. HEX triplet: 4D, 27 and BE. RGB value is (77,39,190). Sum of RGB (Red+Green+Blue) = 77+39+190=306 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.16% from 306); Green value is 39 (15.62% from 255 or 12.75% from 306); Blue value is 190 (74.61% from 255 or 62.09% from 306); Max value from RGB is 190 - color contains mainly: blue. Hex color #4D27BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D27BE is #B2D841. Grayscale: #434343. Windows color (decimal): -11720770 or 12461901. OLE color: 12461901.
HSL color Cylindrical-coordinate representation of color #4D27BE: hue angle of 255.1º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4D27BE is Cyan = 0.59, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 39 | 190 | - |
| CMYK | 0.59 | 0.79 | 0 | 0.25 |
| HSL | 255.1º | 0.66% | 0.45% | - |
| HSV(B) | 255.1º | 0.79% | 0.75% | - |
| XYZ | 13.08 | 6.75 | 49.33 | - |
| YUV | 67.58 | 197.09 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 39 | 190 | 0.59 | 0.79 | 0 | 0.25 | 255.1 | 0.66 | 0.45 |
| Hex | 4D | 27 | BE | 3B | 4F | 0 | 19 | FF | 42 | 2D |
| Octal | 115 | 47 | 276 | 73 | 117 | 0 | 31 | 377 | 102 | 55 |
| Binary | 1001101 | 100111 | 10111110 | 111011 | 1001111 | 0 | 11001 | 11111111 | 1000010 | 101101 |
Color Harmonies of #4D27BE
Complementary color
Monochromatic Colors of #4D27BE
Black with #4D27BE
Text Example
Text Example
White with #4D27BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D27BE; }
p { color: rgb(77,39,190); }
H1.HeaderClassName
{
color: #4D27BE;
}
.AnyTagClassName
{
color: #4D27BE;
}
</style>
background-color css
<style>
a { background-color: #4D27BE; }
a { background-color: rgb(77,39,190); }
div.DivClassName
{
background-color: #4D27BE;
}
.BgClassName
{
background-color: #4D27BE;
}
</style>
border-color css
<style>
span { border-color: #4D27BE; }
span { border-color: rgb(77,39,190); }
td.TdClassName
{
border-color: #4D27BE;
}
.TagClassName
{
border-color: #4D27BE;
}
</style>