Shades of Purple Heart #3A19BC
Tints of Purple Heart #3A19BC
RGB
CMYK
RGB Variations
Color information
#3A19BC (or 0x3A19BC) is known color: Purple Heart. HEX triplet: 3A, 19 and BC. RGB value is (58,25,188). Sum of RGB (Red+Green+Blue) = 58+25+188=271 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.40% from 271); Green value is 25 (10.16% from 255 or 9.23% from 271); Blue value is 188 (73.83% from 255 or 69.37% from 271); Max value from RGB is 188 - color contains mainly: blue. Hex color #3A19BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A19BC is #C5E643. Grayscale: #343434. Windows color (decimal): -12969540 or 12327226. OLE color: 12327226.
HSL color Cylindrical-coordinate representation of color #3A19BC: hue angle of 252.15º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3A19BC is Cyan = 0.69, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 58 | 25 | 188 | - |
| CMYK | 0.69 | 0.87 | 0 | 0.26 |
| HSL | 252.15º | 0.77% | 0.42% | - |
| HSV(B) | 252.15º | 0.87% | 0.74% | - |
| XYZ | 11.17 | 5.23 | 48 | - |
| YUV | 53.45 | 203.93 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 25 | 188 | 0.69 | 0.87 | 0 | 0.26 | 252.15 | 0.77 | 0.42 |
| Hex | 3A | 19 | BC | 45 | 57 | 0 | 1A | FC | 4D | 2A |
| Octal | 72 | 31 | 274 | 105 | 127 | 0 | 32 | 374 | 115 | 52 |
| Binary | 111010 | 11001 | 10111100 | 1000101 | 1010111 | 0 | 11010 | 11111100 | 1001101 | 101010 |
Color Harmonies of #3A19BC
Complementary color
Monochromatic Colors of #3A19BC
Black with #3A19BC
Text Example
Text Example
White with #3A19BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A19BC; }
p { color: rgb(58,25,188); }
H1.HeaderClassName
{
color: #3A19BC;
}
.AnyTagClassName
{
color: #3A19BC;
}
</style>
background-color css
<style>
a { background-color: #3A19BC; }
a { background-color: rgb(58,25,188); }
div.DivClassName
{
background-color: #3A19BC;
}
.BgClassName
{
background-color: #3A19BC;
}
</style>
border-color css
<style>
span { border-color: #3A19BC; }
span { border-color: rgb(58,25,188); }
td.TdClassName
{
border-color: #3A19BC;
}
.TagClassName
{
border-color: #3A19BC;
}
</style>