Shades of Purple Heart #4D25BA
Tints of Purple Heart #4D25BA
RGB
CMYK
RGB Variations
Color information
#4D25BA (or 0x4D25BA) is known color: Purple Heart. HEX triplet: 4D, 25 and BA. RGB value is (77,37,186). Sum of RGB (Red+Green+Blue) = 77+37+186=300 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.67% from 300); Green value is 37 (14.84% from 255 or 12.33% from 300); Blue value is 186 (73.05% from 255 or 62% from 300); Max value from RGB is 186 - color contains mainly: blue. Hex color #4D25BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D25BA is #B2DA45. Grayscale: #414141. Windows color (decimal): -11721286 or 12199245. OLE color: 12199245.
HSL color Cylindrical-coordinate representation of color #4D25BA: hue angle of 256.11º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4D25BA is Cyan = 0.59, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 37 | 186 | - |
| CMYK | 0.59 | 0.80 | 0 | 0.27 |
| HSL | 256.11º | 0.67% | 0.44% | - |
| HSV(B) | 256.11º | 0.8% | 0.73% | - |
| XYZ | 12.59 | 6.45 | 47.04 | - |
| YUV | 65.95 | 195.75 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 37 | 186 | 0.59 | 0.80 | 0 | 0.27 | 256.11 | 0.67 | 0.44 |
| Hex | 4D | 25 | BA | 3B | 50 | 0 | 1B | 100 | 43 | 2C |
| Octal | 115 | 45 | 272 | 73 | 120 | 0 | 33 | 400 | 103 | 54 |
| Binary | 1001101 | 100101 | 10111010 | 111011 | 1010000 | 0 | 11011 | 100000000 | 1000011 | 101100 |
Color Harmonies of #4D25BA
Complementary color
Monochromatic Colors of #4D25BA
Black with #4D25BA
Text Example
Text Example
White with #4D25BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D25BA; }
p { color: rgb(77,37,186); }
H1.HeaderClassName
{
color: #4D25BA;
}
.AnyTagClassName
{
color: #4D25BA;
}
</style>
background-color css
<style>
a { background-color: #4D25BA; }
a { background-color: rgb(77,37,186); }
div.DivClassName
{
background-color: #4D25BA;
}
.BgClassName
{
background-color: #4D25BA;
}
</style>
border-color css
<style>
span { border-color: #4D25BA; }
span { border-color: rgb(77,37,186); }
td.TdClassName
{
border-color: #4D25BA;
}
.TagClassName
{
border-color: #4D25BA;
}
</style>