Shades of Purple Heart #4B0AB7
Tints of Purple Heart #4B0AB7
RGB
CMYK
RGB Variations
Color information
#4B0AB7 (or 0x4B0AB7) is known color: Purple Heart. HEX triplet: 4B, 0A and B7. RGB value is (75,10,183). Sum of RGB (Red+Green+Blue) = 75+10+183=268 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.99% from 268); Green value is 10 (4.30% from 255 or 3.73% from 268); Blue value is 183 (71.88% from 255 or 68.28% from 268); Max value from RGB is 183 - color contains mainly: blue. Hex color #4B0AB7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4B0AB7 is #B4F548. Grayscale: #303030. Windows color (decimal): -11859273 or 11995723. OLE color: 11995723.
HSL color Cylindrical-coordinate representation of color #4B0AB7: hue angle of 262.54º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4B0AB7 is Cyan = 0.59, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 75 | 10 | 183 | - |
| CMYK | 0.59 | 0.95 | 0 | 0.28 |
| HSL | 262.54º | 0.9% | 0.38% | - |
| HSV(B) | 262.54º | 0.95% | 0.72% | - |
| XYZ | 11.56 | 5.13 | 45.18 | - |
| YUV | 49.16 | 203.53 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 10 | 183 | 0.59 | 0.95 | 0 | 0.28 | 262.54 | 0.9 | 0.38 |
| Hex | 4B | A | B7 | 3B | 5F | 0 | 1C | 107 | 5A | 26 |
| Octal | 113 | 12 | 267 | 73 | 137 | 0 | 34 | 407 | 132 | 46 |
| Binary | 1001011 | 1010 | 10110111 | 111011 | 1011111 | 0 | 11100 | 100000111 | 1011010 | 100110 |
Color Harmonies of #4B0AB7
Complementary color
Monochromatic Colors of #4B0AB7
Black with #4B0AB7
Text Example
Text Example
White with #4B0AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0AB7; }
p { color: rgb(75,10,183); }
H1.HeaderClassName
{
color: #4B0AB7;
}
.AnyTagClassName
{
color: #4B0AB7;
}
</style>
background-color css
<style>
a { background-color: #4B0AB7; }
a { background-color: rgb(75,10,183); }
div.DivClassName
{
background-color: #4B0AB7;
}
.BgClassName
{
background-color: #4B0AB7;
}
</style>
border-color css
<style>
span { border-color: #4B0AB7; }
span { border-color: rgb(75,10,183); }
td.TdClassName
{
border-color: #4B0AB7;
}
.TagClassName
{
border-color: #4B0AB7;
}
</style>