Shades of Purple Heart #4B30BD
Tints of Purple Heart #4B30BD
RGB
CMYK
RGB Variations
Color information
#4B30BD (or 0x4B30BD) is known color: Purple Heart. HEX triplet: 4B, 30 and BD. RGB value is (75,48,189). Sum of RGB (Red+Green+Blue) = 75+48+189=312 (41% of max value = 765). Red value is 75 (29.69% from 255 or 24.04% from 312); Green value is 48 (19.14% from 255 or 15.38% from 312); Blue value is 189 (74.22% from 255 or 60.58% from 312); Max value from RGB is 189 - color contains mainly: blue. Hex color #4B30BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B30BD is #B4CF42. Grayscale: #474747. Windows color (decimal): -11849539 or 12398667. OLE color: 12398667.
HSL color Cylindrical-coordinate representation of color #4B30BD: hue angle of 251.49º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4B30BD is Cyan = 0.60, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 75 | 48 | 189 | - |
| CMYK | 0.60 | 0.75 | 0 | 0.26 |
| HSL | 251.49º | 0.59% | 0.46% | - |
| HSV(B) | 251.49º | 0.75% | 0.74% | - |
| XYZ | 13.14 | 7.28 | 48.86 | - |
| YUV | 72.15 | 193.95 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 48 | 189 | 0.60 | 0.75 | 0 | 0.26 | 251.49 | 0.59 | 0.46 |
| Hex | 4B | 30 | BD | 3C | 4B | 0 | 1A | FB | 3B | 2E |
| Octal | 113 | 60 | 275 | 74 | 113 | 0 | 32 | 373 | 73 | 56 |
| Binary | 1001011 | 110000 | 10111101 | 111100 | 1001011 | 0 | 11010 | 11111011 | 111011 | 101110 |
Color Harmonies of #4B30BD
Complementary color
Monochromatic Colors of #4B30BD
Black with #4B30BD
Text Example
Text Example
White with #4B30BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B30BD; }
p { color: rgb(75,48,189); }
H1.HeaderClassName
{
color: #4B30BD;
}
.AnyTagClassName
{
color: #4B30BD;
}
</style>
background-color css
<style>
a { background-color: #4B30BD; }
a { background-color: rgb(75,48,189); }
div.DivClassName
{
background-color: #4B30BD;
}
.BgClassName
{
background-color: #4B30BD;
}
</style>
border-color css
<style>
span { border-color: #4B30BD; }
span { border-color: rgb(75,48,189); }
td.TdClassName
{
border-color: #4B30BD;
}
.TagClassName
{
border-color: #4B30BD;
}
</style>