Shades of Purple Heart #4B0FB4
Tints of Purple Heart #4B0FB4
RGB
CMYK
RGB Variations
Color information
#4B0FB4 (or 0x4B0FB4) is known color: Purple Heart. HEX triplet: 4B, 0F and B4. RGB value is (75,15,180). Sum of RGB (Red+Green+Blue) = 75+15+180=270 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.78% from 270); Green value is 15 (6.25% from 255 or 5.56% from 270); Blue value is 180 (70.70% from 255 or 66.67% from 270); Max value from RGB is 180 - color contains mainly: blue. Hex color #4B0FB4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4B0FB4 is #B4F04B. Grayscale: #333333. Windows color (decimal): -11857996 or 11800395. OLE color: 11800395.
HSL color Cylindrical-coordinate representation of color #4B0FB4: hue angle of 261.82º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4B0FB4 is Cyan = 0.58, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 75 | 15 | 180 | - |
| CMYK | 0.58 | 0.92 | 0 | 0.29 |
| HSL | 261.82º | 0.85% | 0.38% | - |
| HSV(B) | 261.82º | 0.92% | 0.71% | - |
| XYZ | 11.31 | 5.13 | 43.57 | - |
| YUV | 51.75 | 200.38 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 15 | 180 | 0.58 | 0.92 | 0 | 0.29 | 261.82 | 0.85 | 0.38 |
| Hex | 4B | F | B4 | 3A | 5C | 0 | 1D | 106 | 55 | 26 |
| Octal | 113 | 17 | 264 | 72 | 134 | 0 | 35 | 406 | 125 | 46 |
| Binary | 1001011 | 1111 | 10110100 | 111010 | 1011100 | 0 | 11101 | 100000110 | 1010101 | 100110 |
Color Harmonies of #4B0FB4
Complementary color
Monochromatic Colors of #4B0FB4
Black with #4B0FB4
Text Example
Text Example
White with #4B0FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0FB4; }
p { color: rgb(75,15,180); }
H1.HeaderClassName
{
color: #4B0FB4;
}
.AnyTagClassName
{
color: #4B0FB4;
}
</style>
background-color css
<style>
a { background-color: #4B0FB4; }
a { background-color: rgb(75,15,180); }
div.DivClassName
{
background-color: #4B0FB4;
}
.BgClassName
{
background-color: #4B0FB4;
}
</style>
border-color css
<style>
span { border-color: #4B0FB4; }
span { border-color: rgb(75,15,180); }
td.TdClassName
{
border-color: #4B0FB4;
}
.TagClassName
{
border-color: #4B0FB4;
}
</style>