Shades of Purple Heart #4B11AD
Tints of Purple Heart #4B11AD
RGB
CMYK
RGB Variations
Color information
#4B11AD (or 0x4B11AD) is known color: Purple Heart. HEX triplet: 4B, 11 and AD. RGB value is (75,17,173). Sum of RGB (Red+Green+Blue) = 75+17+173=265 (35% of max value = 765). Red value is 75 (29.69% from 255 or 28.30% from 265); Green value is 17 (7.03% from 255 or 6.42% from 265); Blue value is 173 (67.97% from 255 or 65.28% from 265); Max value from RGB is 173 - color contains mainly: blue. Hex color #4B11AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B11AD is #B4EE52. Grayscale: #333333. Windows color (decimal): -11857491 or 11342155. OLE color: 11342155.
HSL color Cylindrical-coordinate representation of color #4B11AD: hue angle of 262.31º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4B11AD is Cyan = 0.57, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 75 | 17 | 173 | - |
| CMYK | 0.57 | 0.90 | 0 | 0.32 |
| HSL | 262.31º | 0.82% | 0.37% | - |
| HSV(B) | 262.31º | 0.9% | 0.68% | - |
| XYZ | 10.64 | 4.91 | 39.92 | - |
| YUV | 52.13 | 196.22 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 17 | 173 | 0.57 | 0.90 | 0 | 0.32 | 262.31 | 0.82 | 0.37 |
| Hex | 4B | 11 | AD | 39 | 5A | 0 | 20 | 106 | 52 | 25 |
| Octal | 113 | 21 | 255 | 71 | 132 | 0 | 40 | 406 | 122 | 45 |
| Binary | 1001011 | 10001 | 10101101 | 111001 | 1011010 | 0 | 100000 | 100000110 | 1010010 | 100101 |
Color Harmonies of #4B11AD
Complementary color
Monochromatic Colors of #4B11AD
Black with #4B11AD
Text Example
Text Example
White with #4B11AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B11AD; }
p { color: rgb(75,17,173); }
H1.HeaderClassName
{
color: #4B11AD;
}
.AnyTagClassName
{
color: #4B11AD;
}
</style>
background-color css
<style>
a { background-color: #4B11AD; }
a { background-color: rgb(75,17,173); }
div.DivClassName
{
background-color: #4B11AD;
}
.BgClassName
{
background-color: #4B11AD;
}
</style>
border-color css
<style>
span { border-color: #4B11AD; }
span { border-color: rgb(75,17,173); }
td.TdClassName
{
border-color: #4B11AD;
}
.TagClassName
{
border-color: #4B11AD;
}
</style>