Shades of Purple Heart #4B2DB3
Tints of Purple Heart #4B2DB3
RGB
CMYK
RGB Variations
Color information
#4B2DB3 (or 0x4B2DB3) is known color: Purple Heart. HEX triplet: 4B, 2D and B3. RGB value is (75,45,179). Sum of RGB (Red+Green+Blue) = 75+45+179=299 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.08% from 299); Green value is 45 (17.97% from 255 or 15.05% from 299); Blue value is 179 (70.31% from 255 or 59.87% from 299); Max value from RGB is 179 - color contains mainly: blue. Hex color #4B2DB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B2DB3 is #B4D24C. Grayscale: #444444. Windows color (decimal): -11850317 or 11742539. OLE color: 11742539.
HSL color Cylindrical-coordinate representation of color #4B2DB3: hue angle of 253.43º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4B2DB3 is Cyan = 0.58, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 75 | 45 | 179 | - |
| CMYK | 0.58 | 0.75 | 0 | 0.30 |
| HSL | 253.43º | 0.6% | 0.44% | - |
| HSV(B) | 253.43º | 0.75% | 0.7% | - |
| XYZ | 11.98 | 6.63 | 43.3 | - |
| YUV | 69.25 | 189.94 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 45 | 179 | 0.58 | 0.75 | 0 | 0.30 | 253.43 | 0.6 | 0.44 |
| Hex | 4B | 2D | B3 | 3A | 4B | 0 | 1E | FD | 3C | 2C |
| Octal | 113 | 55 | 263 | 72 | 113 | 0 | 36 | 375 | 74 | 54 |
| Binary | 1001011 | 101101 | 10110011 | 111010 | 1001011 | 0 | 11110 | 11111101 | 111100 | 101100 |
Color Harmonies of #4B2DB3
Complementary color
Monochromatic Colors of #4B2DB3
Black with #4B2DB3
Text Example
Text Example
White with #4B2DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2DB3; }
p { color: rgb(75,45,179); }
H1.HeaderClassName
{
color: #4B2DB3;
}
.AnyTagClassName
{
color: #4B2DB3;
}
</style>
background-color css
<style>
a { background-color: #4B2DB3; }
a { background-color: rgb(75,45,179); }
div.DivClassName
{
background-color: #4B2DB3;
}
.BgClassName
{
background-color: #4B2DB3;
}
</style>
border-color css
<style>
span { border-color: #4B2DB3; }
span { border-color: rgb(75,45,179); }
td.TdClassName
{
border-color: #4B2DB3;
}
.TagClassName
{
border-color: #4B2DB3;
}
</style>