Shades of Purple Heart #4D25BE
Tints of Purple Heart #4D25BE
RGB
CMYK
RGB Variations
Color information
#4D25BE (or 0x4D25BE) is known color: Purple Heart. HEX triplet: 4D, 25 and BE. RGB value is (77,37,190). Sum of RGB (Red+Green+Blue) = 77+37+190=304 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.33% from 304); Green value is 37 (14.84% from 255 or 12.17% from 304); Blue value is 190 (74.61% from 255 or 62.5% from 304); Max value from RGB is 190 - color contains mainly: blue. Hex color #4D25BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D25BE is #B2DA41. Grayscale: #414141. Windows color (decimal): -11721282 or 12461389. OLE color: 12461389.
HSL color Cylindrical-coordinate representation of color #4D25BE: hue angle of 255.69º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4D25BE is Cyan = 0.59, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 37 | 190 | - |
| CMYK | 0.59 | 0.81 | 0 | 0.25 |
| HSL | 255.69º | 0.67% | 0.45% | - |
| HSV(B) | 255.69º | 0.81% | 0.75% | - |
| XYZ | 13.02 | 6.62 | 49.31 | - |
| YUV | 66.4 | 197.75 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 37 | 190 | 0.59 | 0.81 | 0 | 0.25 | 255.69 | 0.67 | 0.45 |
| Hex | 4D | 25 | BE | 3B | 51 | 0 | 19 | 100 | 43 | 2D |
| Octal | 115 | 45 | 276 | 73 | 121 | 0 | 31 | 400 | 103 | 55 |
| Binary | 1001101 | 100101 | 10111110 | 111011 | 1010001 | 0 | 11001 | 100000000 | 1000011 | 101101 |
Color Harmonies of #4D25BE
Complementary color
Monochromatic Colors of #4D25BE
Black with #4D25BE
Text Example
Text Example
White with #4D25BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D25BE; }
p { color: rgb(77,37,190); }
H1.HeaderClassName
{
color: #4D25BE;
}
.AnyTagClassName
{
color: #4D25BE;
}
</style>
background-color css
<style>
a { background-color: #4D25BE; }
a { background-color: rgb(77,37,190); }
div.DivClassName
{
background-color: #4D25BE;
}
.BgClassName
{
background-color: #4D25BE;
}
</style>
border-color css
<style>
span { border-color: #4D25BE; }
span { border-color: rgb(77,37,190); }
td.TdClassName
{
border-color: #4D25BE;
}
.TagClassName
{
border-color: #4D25BE;
}
</style>