Shades of Purple Heart #4A0FAB
Tints of Purple Heart #4A0FAB
RGB
CMYK
RGB Variations
Color information
#4A0FAB (or 0x4A0FAB) is known color: Purple Heart. HEX triplet: 4A, 0F and AB. RGB value is (74,15,171). Sum of RGB (Red+Green+Blue) = 74+15+171=260 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.46% from 260); Green value is 15 (6.25% from 255 or 5.77% from 260); Blue value is 171 (67.19% from 255 or 65.77% from 260); Max value from RGB is 171 - color contains mainly: blue. Hex color #4A0FAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A0FAB is #B5F054. Grayscale: #313131. Windows color (decimal): -11923541 or 11210570. OLE color: 11210570.
HSL color Cylindrical-coordinate representation of color #4A0FAB: hue angle of 262.69º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4A0FAB is Cyan = 0.57, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 74 | 15 | 171 | - |
| CMYK | 0.57 | 0.91 | 0 | 0.33 |
| HSL | 262.69º | 0.84% | 0.36% | - |
| HSV(B) | 262.69º | 0.91% | 0.67% | - |
| XYZ | 10.35 | 4.74 | 38.9 | - |
| YUV | 50.43 | 196.05 | 144.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 15 | 171 | 0.57 | 0.91 | 0 | 0.33 | 262.69 | 0.84 | 0.36 |
| Hex | 4A | F | AB | 39 | 5B | 0 | 21 | 107 | 54 | 24 |
| Octal | 112 | 17 | 253 | 71 | 133 | 0 | 41 | 407 | 124 | 44 |
| Binary | 1001010 | 1111 | 10101011 | 111001 | 1011011 | 0 | 100001 | 100000111 | 1010100 | 100100 |
Color Harmonies of #4A0FAB
Complementary color
Monochromatic Colors of #4A0FAB
Black with #4A0FAB
Text Example
Text Example
White with #4A0FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0FAB; }
p { color: rgb(74,15,171); }
H1.HeaderClassName
{
color: #4A0FAB;
}
.AnyTagClassName
{
color: #4A0FAB;
}
</style>
background-color css
<style>
a { background-color: #4A0FAB; }
a { background-color: rgb(74,15,171); }
div.DivClassName
{
background-color: #4A0FAB;
}
.BgClassName
{
background-color: #4A0FAB;
}
</style>
border-color css
<style>
span { border-color: #4A0FAB; }
span { border-color: rgb(74,15,171); }
td.TdClassName
{
border-color: #4A0FAB;
}
.TagClassName
{
border-color: #4A0FAB;
}
</style>