Shades of Purple Heart #4B31D8
Tints of Purple Heart #4B31D8
RGB
CMYK
RGB Variations
Color information
#4B31D8 (or 0x4B31D8) is known color: Purple Heart. HEX triplet: 4B, 31 and D8. RGB value is (75,49,216). Sum of RGB (Red+Green+Blue) = 75+49+216=340 (45% of max value = 765). Red value is 75 (29.69% from 255 or 22.06% from 340); Green value is 49 (19.53% from 255 or 14.41% from 340); Blue value is 216 (84.77% from 255 or 63.53% from 340); Max value from RGB is 216 - color contains mainly: blue. Hex color #4B31D8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B31D8 is #B4CE27. Grayscale: #4B4B4B. Windows color (decimal): -11849256 or 14168395. OLE color: 14168395.
HSL color Cylindrical-coordinate representation of color #4B31D8: hue angle of 249.34º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4B31D8 is Cyan = 0.65, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 75 | 49 | 216 | - |
| CMYK | 0.65 | 0.77 | 0 | 0.15 |
| HSL | 249.34º | 0.68% | 0.52% | - |
| HSV(B) | 249.34º | 0.77% | 0.85% | - |
| XYZ | 16.39 | 8.65 | 65.77 | - |
| YUV | 75.81 | 207.11 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 49 | 216 | 0.65 | 0.77 | 0 | 0.15 | 249.34 | 0.68 | 0.52 |
| Hex | 4B | 31 | D8 | 41 | 4D | 0 | F | F9 | 44 | 34 |
| Octal | 113 | 61 | 330 | 101 | 115 | 0 | 17 | 371 | 104 | 64 |
| Binary | 1001011 | 110001 | 11011000 | 1000001 | 1001101 | 0 | 1111 | 11111001 | 1000100 | 110100 |
Color Harmonies of #4B31D8
Complementary color
Monochromatic Colors of #4B31D8
Black with #4B31D8
Text Example
Text Example
White with #4B31D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B31D8; }
p { color: rgb(75,49,216); }
H1.HeaderClassName
{
color: #4B31D8;
}
.AnyTagClassName
{
color: #4B31D8;
}
</style>
background-color css
<style>
a { background-color: #4B31D8; }
a { background-color: rgb(75,49,216); }
div.DivClassName
{
background-color: #4B31D8;
}
.BgClassName
{
background-color: #4B31D8;
}
</style>
border-color css
<style>
span { border-color: #4B31D8; }
span { border-color: rgb(75,49,216); }
td.TdClassName
{
border-color: #4B31D8;
}
.TagClassName
{
border-color: #4B31D8;
}
</style>