Shades of Purple Heart #4B0ABB
Tints of Purple Heart #4B0ABB
RGB
CMYK
RGB Variations
Color information
#4B0ABB (or 0x4B0ABB) is known color: Purple Heart. HEX triplet: 4B, 0A and BB. RGB value is (75,10,187). Sum of RGB (Red+Green+Blue) = 75+10+187=272 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.57% from 272); Green value is 10 (4.30% from 255 or 3.68% from 272); Blue value is 187 (73.44% from 255 or 68.75% from 272); Max value from RGB is 187 - color contains mainly: blue. Hex color #4B0ABB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4B0ABB is #B4F544. Grayscale: #303030. Windows color (decimal): -11859269 or 12257867. OLE color: 12257867.
HSL color Cylindrical-coordinate representation of color #4B0ABB: hue angle of 262.03º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4B0ABB is Cyan = 0.60, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 75 | 10 | 187 | - |
| CMYK | 0.60 | 0.95 | 0 | 0.27 |
| HSL | 262.03º | 0.9% | 0.39% | - |
| HSV(B) | 262.03º | 0.95% | 0.73% | - |
| XYZ | 11.98 | 5.3 | 47.41 | - |
| YUV | 49.61 | 205.53 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 10 | 187 | 0.60 | 0.95 | 0 | 0.27 | 262.03 | 0.9 | 0.39 |
| Hex | 4B | A | BB | 3C | 5F | 0 | 1B | 106 | 5A | 27 |
| Octal | 113 | 12 | 273 | 74 | 137 | 0 | 33 | 406 | 132 | 47 |
| Binary | 1001011 | 1010 | 10111011 | 111100 | 1011111 | 0 | 11011 | 100000110 | 1011010 | 100111 |
Color Harmonies of #4B0ABB
Complementary color
Monochromatic Colors of #4B0ABB
Black with #4B0ABB
Text Example
Text Example
White with #4B0ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0ABB; }
p { color: rgb(75,10,187); }
H1.HeaderClassName
{
color: #4B0ABB;
}
.AnyTagClassName
{
color: #4B0ABB;
}
</style>
background-color css
<style>
a { background-color: #4B0ABB; }
a { background-color: rgb(75,10,187); }
div.DivClassName
{
background-color: #4B0ABB;
}
.BgClassName
{
background-color: #4B0ABB;
}
</style>
border-color css
<style>
span { border-color: #4B0ABB; }
span { border-color: rgb(75,10,187); }
td.TdClassName
{
border-color: #4B0ABB;
}
.TagClassName
{
border-color: #4B0ABB;
}
</style>