Shades of Purple Heart #3A16B9
Tints of Purple Heart #3A16B9
RGB
CMYK
RGB Variations
Color information
#3A16B9 (or 0x3A16B9) is known color: Purple Heart. HEX triplet: 3A, 16 and B9. RGB value is (58,22,185). Sum of RGB (Red+Green+Blue) = 58+22+185=265 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.89% from 265); Green value is 22 (8.98% from 255 or 8.30% from 265); Blue value is 185 (72.66% from 255 or 69.81% from 265); Max value from RGB is 185 - color contains mainly: blue. Hex color #3A16B9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A16B9 is #C5E946. Grayscale: #323232. Windows color (decimal): -12970311 or 12129850. OLE color: 12129850.
HSL color Cylindrical-coordinate representation of color #3A16B9: hue angle of 253.25º 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 #3A16B9 is Cyan = 0.69, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 58 | 22 | 185 | - |
| CMYK | 0.69 | 0.88 | 0 | 0.27 |
| HSL | 253.25º | 0.79% | 0.41% | - |
| HSV(B) | 253.25º | 0.88% | 0.73% | - |
| XYZ | 10.79 | 4.98 | 46.29 | - |
| YUV | 51.35 | 203.43 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 22 | 185 | 0.69 | 0.88 | 0 | 0.27 | 253.25 | 0.79 | 0.41 |
| Hex | 3A | 16 | B9 | 45 | 58 | 0 | 1B | FD | 4F | 29 |
| Octal | 72 | 26 | 271 | 105 | 130 | 0 | 33 | 375 | 117 | 51 |
| Binary | 111010 | 10110 | 10111001 | 1000101 | 1011000 | 0 | 11011 | 11111101 | 1001111 | 101001 |
Color Harmonies of #3A16B9
Complementary color
Monochromatic Colors of #3A16B9
Black with #3A16B9
Text Example
Text Example
White with #3A16B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A16B9; }
p { color: rgb(58,22,185); }
H1.HeaderClassName
{
color: #3A16B9;
}
.AnyTagClassName
{
color: #3A16B9;
}
</style>
background-color css
<style>
a { background-color: #3A16B9; }
a { background-color: rgb(58,22,185); }
div.DivClassName
{
background-color: #3A16B9;
}
.BgClassName
{
background-color: #3A16B9;
}
</style>
border-color css
<style>
span { border-color: #3A16B9; }
span { border-color: rgb(58,22,185); }
td.TdClassName
{
border-color: #3A16B9;
}
.TagClassName
{
border-color: #3A16B9;
}
</style>