Shades of Purple Heart #4A16BB
Tints of Purple Heart #4A16BB
RGB
CMYK
RGB Variations
Color information
#4A16BB (or 0x4A16BB) is known color: Purple Heart. HEX triplet: 4A, 16 and BB. RGB value is (74,22,187). Sum of RGB (Red+Green+Blue) = 74+22+187=283 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.15% from 283); Green value is 22 (8.98% from 255 or 7.77% from 283); Blue value is 187 (73.44% from 255 or 66.08% from 283); Max value from RGB is 187 - color contains mainly: blue. Hex color #4A16BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4A16BB is #B5E944. Grayscale: #373737. Windows color (decimal): -11921733 or 12260938. OLE color: 12260938.
HSL color Cylindrical-coordinate representation of color #4A16BB: hue angle of 258.91º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4A16BB is Cyan = 0.60, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 74 | 22 | 187 | - |
| CMYK | 0.60 | 0.88 | 0 | 0.27 |
| HSL | 258.91º | 0.79% | 0.41% | - |
| HSV(B) | 258.91º | 0.88% | 0.73% | - |
| XYZ | 12.08 | 5.62 | 47.46 | - |
| YUV | 56.36 | 201.73 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 22 | 187 | 0.60 | 0.88 | 0 | 0.27 | 258.91 | 0.79 | 0.41 |
| Hex | 4A | 16 | BB | 3C | 58 | 0 | 1B | 103 | 4F | 29 |
| Octal | 112 | 26 | 273 | 74 | 130 | 0 | 33 | 403 | 117 | 51 |
| Binary | 1001010 | 10110 | 10111011 | 111100 | 1011000 | 0 | 11011 | 100000011 | 1001111 | 101001 |
Color Harmonies of #4A16BB
Complementary color
Monochromatic Colors of #4A16BB
Black with #4A16BB
Text Example
Text Example
White with #4A16BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A16BB; }
p { color: rgb(74,22,187); }
H1.HeaderClassName
{
color: #4A16BB;
}
.AnyTagClassName
{
color: #4A16BB;
}
</style>
background-color css
<style>
a { background-color: #4A16BB; }
a { background-color: rgb(74,22,187); }
div.DivClassName
{
background-color: #4A16BB;
}
.BgClassName
{
background-color: #4A16BB;
}
</style>
border-color css
<style>
span { border-color: #4A16BB; }
span { border-color: rgb(74,22,187); }
td.TdClassName
{
border-color: #4A16BB;
}
.TagClassName
{
border-color: #4A16BB;
}
</style>