Shades of Purple Heart #4B0DBF
Tints of Purple Heart #4B0DBF
RGB
CMYK
RGB Variations
Color information
#4B0DBF (or 0x4B0DBF) is known color: Purple Heart. HEX triplet: 4B, 0D and BF. RGB value is (75,13,191). Sum of RGB (Red+Green+Blue) = 75+13+191=279 (36% of max value = 765). Red value is 75 (29.69% from 255 or 26.88% from 279); Green value is 13 (5.47% from 255 or 4.66% from 279); Blue value is 191 (75% from 255 or 68.46% from 279); Max value from RGB is 191 - color contains mainly: blue. Hex color #4B0DBF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4B0DBF is #B4F240. Grayscale: #333333. Windows color (decimal): -11858497 or 12520779. OLE color: 12520779.
HSL color Cylindrical-coordinate representation of color #4B0DBF: hue angle of 260.9º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4B0DBF is Cyan = 0.61, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 75 | 13 | 191 | - |
| CMYK | 0.61 | 0.93 | 0 | 0.25 |
| HSL | 260.9º | 0.87% | 0.4% | - |
| HSV(B) | 260.9º | 0.93% | 0.75% | - |
| XYZ | 12.45 | 5.55 | 49.7 | - |
| YUV | 51.83 | 206.54 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 13 | 191 | 0.61 | 0.93 | 0 | 0.25 | 260.9 | 0.87 | 0.4 |
| Hex | 4B | D | BF | 3D | 5D | 0 | 19 | 105 | 57 | 28 |
| Octal | 113 | 15 | 277 | 75 | 135 | 0 | 31 | 405 | 127 | 50 |
| Binary | 1001011 | 1101 | 10111111 | 111101 | 1011101 | 0 | 11001 | 100000101 | 1010111 | 101000 |
Color Harmonies of #4B0DBF
Complementary color
Monochromatic Colors of #4B0DBF
Black with #4B0DBF
Text Example
Text Example
White with #4B0DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0DBF; }
p { color: rgb(75,13,191); }
H1.HeaderClassName
{
color: #4B0DBF;
}
.AnyTagClassName
{
color: #4B0DBF;
}
</style>
background-color css
<style>
a { background-color: #4B0DBF; }
a { background-color: rgb(75,13,191); }
div.DivClassName
{
background-color: #4B0DBF;
}
.BgClassName
{
background-color: #4B0DBF;
}
</style>
border-color css
<style>
span { border-color: #4B0DBF; }
span { border-color: rgb(75,13,191); }
td.TdClassName
{
border-color: #4B0DBF;
}
.TagClassName
{
border-color: #4B0DBF;
}
</style>