Shades of Purple Heart #4B08BA
Tints of Purple Heart #4B08BA
RGB
CMYK
RGB Variations
Color information
#4B08BA (or 0x4B08BA) is known color: Purple Heart. HEX triplet: 4B, 08 and BA. RGB value is (75,8,186). Sum of RGB (Red+Green+Blue) = 75+8+186=269 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.88% from 269); Green value is 8 (3.52% from 255 or 2.97% from 269); Blue value is 186 (73.05% from 255 or 69.14% from 269); Max value from RGB is 186 - color contains mainly: blue. Hex color #4B08BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4B08BA is #B4F745. Grayscale: #2F2F2F. Windows color (decimal): -11859782 or 12191819. OLE color: 12191819.
HSL color Cylindrical-coordinate representation of color #4B08BA: hue angle of 262.58º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4B08BA is Cyan = 0.60, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 75 | 8 | 186 | - |
| CMYK | 0.60 | 0.96 | 0 | 0.27 |
| HSL | 262.58º | 0.92% | 0.38% | - |
| HSV(B) | 262.58º | 0.96% | 0.73% | - |
| XYZ | 11.85 | 5.21 | 46.84 | - |
| YUV | 48.33 | 205.7 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 8 | 186 | 0.60 | 0.96 | 0 | 0.27 | 262.58 | 0.92 | 0.38 |
| Hex | 4B | 8 | BA | 3C | 60 | 0 | 1B | 107 | 5C | 26 |
| Octal | 113 | 10 | 272 | 74 | 140 | 0 | 33 | 407 | 134 | 46 |
| Binary | 1001011 | 1000 | 10111010 | 111100 | 1100000 | 0 | 11011 | 100000111 | 1011100 | 100110 |
Color Harmonies of #4B08BA
Complementary color
Monochromatic Colors of #4B08BA
Black with #4B08BA
Text Example
Text Example
White with #4B08BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B08BA; }
p { color: rgb(75,8,186); }
H1.HeaderClassName
{
color: #4B08BA;
}
.AnyTagClassName
{
color: #4B08BA;
}
</style>
background-color css
<style>
a { background-color: #4B08BA; }
a { background-color: rgb(75,8,186); }
div.DivClassName
{
background-color: #4B08BA;
}
.BgClassName
{
background-color: #4B08BA;
}
</style>
border-color css
<style>
span { border-color: #4B08BA; }
span { border-color: rgb(75,8,186); }
td.TdClassName
{
border-color: #4B08BA;
}
.TagClassName
{
border-color: #4B08BA;
}
</style>