Shades of Purple Heart #4D25D1
Tints of Purple Heart #4D25D1
RGB
CMYK
RGB Variations
Color information
#4D25D1 (or 0x4D25D1) is known color: Purple Heart. HEX triplet: 4D, 25 and D1. RGB value is (77,37,209). Sum of RGB (Red+Green+Blue) = 77+37+209=323 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.84% from 323); Green value is 37 (14.84% from 255 or 11.46% from 323); Blue value is 209 (82.03% from 255 or 64.71% from 323); Max value from RGB is 209 - color contains mainly: blue. Hex color #4D25D1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D25D1 is #B2DA2E. Grayscale: #434343. Windows color (decimal): -11721263 or 13706573. OLE color: 13706573.
HSL color Cylindrical-coordinate representation of color #4D25D1: hue angle of 253.95º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4D25D1 is Cyan = 0.63, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 77 | 37 | 209 | - |
| CMYK | 0.63 | 0.82 | 0 | 0.18 |
| HSL | 253.95º | 0.7% | 0.48% | - |
| HSV(B) | 253.95º | 0.82% | 0.82% | - |
| XYZ | 15.23 | 7.5 | 60.97 | - |
| YUV | 68.57 | 207.25 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 37 | 209 | 0.63 | 0.82 | 0 | 0.18 | 253.95 | 0.7 | 0.48 |
| Hex | 4D | 25 | D1 | 3F | 52 | 0 | 12 | FE | 46 | 30 |
| Octal | 115 | 45 | 321 | 77 | 122 | 0 | 22 | 376 | 106 | 60 |
| Binary | 1001101 | 100101 | 11010001 | 111111 | 1010010 | 0 | 10010 | 11111110 | 1000110 | 110000 |
Color Harmonies of #4D25D1
Complementary color
Monochromatic Colors of #4D25D1
Black with #4D25D1
Text Example
Text Example
White with #4D25D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D25D1; }
p { color: rgb(77,37,209); }
H1.HeaderClassName
{
color: #4D25D1;
}
.AnyTagClassName
{
color: #4D25D1;
}
</style>
background-color css
<style>
a { background-color: #4D25D1; }
a { background-color: rgb(77,37,209); }
div.DivClassName
{
background-color: #4D25D1;
}
.BgClassName
{
background-color: #4D25D1;
}
</style>
border-color css
<style>
span { border-color: #4D25D1; }
span { border-color: rgb(77,37,209); }
td.TdClassName
{
border-color: #4D25D1;
}
.TagClassName
{
border-color: #4D25D1;
}
</style>