Shades of Purple Heart #4B34DB
Tints of Purple Heart #4B34DB
RGB
CMYK
RGB Variations
Color information
#4B34DB (or 0x4B34DB) is known color: Purple Heart. HEX triplet: 4B, 34 and DB. RGB value is (75,52,219). Sum of RGB (Red+Green+Blue) = 75+52+219=346 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.68% from 346); Green value is 52 (20.70% from 255 or 15.03% from 346); Blue value is 219 (85.94% from 255 or 63.29% from 346); Max value from RGB is 219 - color contains mainly: blue. Hex color #4B34DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B34DB is #B4CB24. Grayscale: #4D4D4D. Windows color (decimal): -11848485 or 14365771. OLE color: 14365771.
HSL color Cylindrical-coordinate representation of color #4B34DB: hue angle of 248.26º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4B34DB is Cyan = 0.66, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 75 | 52 | 219 | - |
| CMYK | 0.66 | 0.76 | 0 | 0.14 |
| HSL | 248.26º | 0.7% | 0.53% | - |
| HSV(B) | 248.26º | 0.76% | 0.86% | - |
| XYZ | 16.92 | 9.07 | 67.88 | - |
| YUV | 77.92 | 207.62 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 52 | 219 | 0.66 | 0.76 | 0 | 0.14 | 248.26 | 0.7 | 0.53 |
| Hex | 4B | 34 | DB | 42 | 4C | 0 | E | F8 | 46 | 35 |
| Octal | 113 | 64 | 333 | 102 | 114 | 0 | 16 | 370 | 106 | 65 |
| Binary | 1001011 | 110100 | 11011011 | 1000010 | 1001100 | 0 | 1110 | 11111000 | 1000110 | 110101 |
Color Harmonies of #4B34DB
Complementary color
Monochromatic Colors of #4B34DB
Black with #4B34DB
Text Example
Text Example
White with #4B34DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B34DB; }
p { color: rgb(75,52,219); }
H1.HeaderClassName
{
color: #4B34DB;
}
.AnyTagClassName
{
color: #4B34DB;
}
</style>
background-color css
<style>
a { background-color: #4B34DB; }
a { background-color: rgb(75,52,219); }
div.DivClassName
{
background-color: #4B34DB;
}
.BgClassName
{
background-color: #4B34DB;
}
</style>
border-color css
<style>
span { border-color: #4B34DB; }
span { border-color: rgb(75,52,219); }
td.TdClassName
{
border-color: #4B34DB;
}
.TagClassName
{
border-color: #4B34DB;
}
</style>