Shades of Purple Heart #4B00BA
Tints of Purple Heart #4B00BA
RGB
CMYK
RGB Variations
Color information
#4B00BA (or 0x4B00BA) is known color: Purple Heart. HEX triplet: 4B, 00 and BA. RGB value is (75,0,186). Sum of RGB (Red+Green+Blue) = 75+0+186=261 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.74% from 261); Green value is 0 (0.39% from 255 or 0% from 261); Blue value is 186 (73.05% from 255 or 71.26% from 261); Max value from RGB is 186 - color contains mainly: blue. Hex color #4B00BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4B00BA is #B4FF45. Grayscale: #2A2A2A. Windows color (decimal): -11861830 or 12189771. OLE color: 12189771.
HSL color Cylindrical-coordinate representation of color #4B00BA: hue angle of 264.19º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4B00BA is Cyan = 0.60, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 75 | 0 | 186 | - |
| CMYK | 0.60 | 1 | 0 | 0.27 |
| HSL | 264.19º | 1% | 0.36% | - |
| HSV(B) | 264.19º | 1% | 0.73% | - |
| XYZ | 11.76 | 5.04 | 46.81 | - |
| YUV | 43.63 | 208.35 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 0 | 186 | 0.60 | 1 | 0 | 0.27 | 264.19 | 1 | 0.36 |
| Hex | 4B | 0 | BA | 3C | 64 | 0 | 1B | 108 | 64 | 24 |
| Octal | 113 | 0 | 272 | 74 | 144 | 0 | 33 | 410 | 144 | 44 |
| Binary | 1001011 | 0 | 10111010 | 111100 | 1100100 | 0 | 11011 | 100001000 | 1100100 | 100100 |
Color Harmonies of #4B00BA
Complementary color
Monochromatic Colors of #4B00BA
Black with #4B00BA
Text Example
Text Example
White with #4B00BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B00BA; }
p { color: rgb(75,0,186); }
H1.HeaderClassName
{
color: #4B00BA;
}
.AnyTagClassName
{
color: #4B00BA;
}
</style>
background-color css
<style>
a { background-color: #4B00BA; }
a { background-color: rgb(75,0,186); }
div.DivClassName
{
background-color: #4B00BA;
}
.BgClassName
{
background-color: #4B00BA;
}
</style>
border-color css
<style>
span { border-color: #4B00BA; }
span { border-color: rgb(75,0,186); }
td.TdClassName
{
border-color: #4B00BA;
}
.TagClassName
{
border-color: #4B00BA;
}
</style>