Shades of Purple Heart #4B19AB
Tints of Purple Heart #4B19AB
RGB
CMYK
RGB Variations
Color information
#4B19AB (or 0x4B19AB) is known color: Purple Heart. HEX triplet: 4B, 19 and AB. RGB value is (75,25,171). Sum of RGB (Red+Green+Blue) = 75+25+171=271 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.68% from 271); Green value is 25 (10.16% from 255 or 9.23% from 271); Blue value is 171 (67.19% from 255 or 63.10% from 271); Max value from RGB is 171 - color contains mainly: blue. Hex color #4B19AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B19AB is #B4E654. Grayscale: #383838. Windows color (decimal): -11855445 or 11213131. OLE color: 11213131.
HSL color Cylindrical-coordinate representation of color #4B19AB: hue angle of 260.55º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4B19AB is Cyan = 0.56, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 75 | 25 | 171 | - |
| CMYK | 0.56 | 0.85 | 0 | 0.33 |
| HSL | 260.55º | 0.74% | 0.38% | - |
| HSV(B) | 260.55º | 0.85% | 0.67% | - |
| XYZ | 10.6 | 5.13 | 38.96 | - |
| YUV | 56.59 | 192.57 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 25 | 171 | 0.56 | 0.85 | 0 | 0.33 | 260.55 | 0.74 | 0.38 |
| Hex | 4B | 19 | AB | 38 | 55 | 0 | 21 | 105 | 4A | 26 |
| Octal | 113 | 31 | 253 | 70 | 125 | 0 | 41 | 405 | 112 | 46 |
| Binary | 1001011 | 11001 | 10101011 | 111000 | 1010101 | 0 | 100001 | 100000101 | 1001010 | 100110 |
Color Harmonies of #4B19AB
Complementary color
Monochromatic Colors of #4B19AB
Black with #4B19AB
Text Example
Text Example
White with #4B19AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B19AB; }
p { color: rgb(75,25,171); }
H1.HeaderClassName
{
color: #4B19AB;
}
.AnyTagClassName
{
color: #4B19AB;
}
</style>
background-color css
<style>
a { background-color: #4B19AB; }
a { background-color: rgb(75,25,171); }
div.DivClassName
{
background-color: #4B19AB;
}
.BgClassName
{
background-color: #4B19AB;
}
</style>
border-color css
<style>
span { border-color: #4B19AB; }
span { border-color: rgb(75,25,171); }
td.TdClassName
{
border-color: #4B19AB;
}
.TagClassName
{
border-color: #4B19AB;
}
</style>