Shades of Purple Heart #3A1EB9
Tints of Purple Heart #3A1EB9
RGB
CMYK
RGB Variations
Color information
#3A1EB9 (or 0x3A1EB9) is known color: Purple Heart. HEX triplet: 3A, 1E and B9. RGB value is (58,30,185). Sum of RGB (Red+Green+Blue) = 58+30+185=273 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.25% from 273); Green value is 30 (12.11% from 255 or 10.99% from 273); Blue value is 185 (72.66% from 255 or 67.77% from 273); Max value from RGB is 185 - color contains mainly: blue. Hex color #3A1EB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A1EB9 is #C5E146. Grayscale: #373737. Windows color (decimal): -12968263 or 12131898. OLE color: 12131898.
HSL color Cylindrical-coordinate representation of color #3A1EB9: hue angle of 250.84º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3A1EB9 is Cyan = 0.69, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 58 | 30 | 185 | - |
| CMYK | 0.69 | 0.84 | 0 | 0.27 |
| HSL | 250.84º | 0.72% | 0.42% | - |
| HSV(B) | 250.84º | 0.84% | 0.73% | - |
| XYZ | 10.97 | 5.33 | 46.35 | - |
| YUV | 56.04 | 200.78 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 30 | 185 | 0.69 | 0.84 | 0 | 0.27 | 250.84 | 0.72 | 0.42 |
| Hex | 3A | 1E | B9 | 45 | 54 | 0 | 1B | FB | 48 | 2A |
| Octal | 72 | 36 | 271 | 105 | 124 | 0 | 33 | 373 | 110 | 52 |
| Binary | 111010 | 11110 | 10111001 | 1000101 | 1010100 | 0 | 11011 | 11111011 | 1001000 | 101010 |
Color Harmonies of #3A1EB9
Complementary color
Monochromatic Colors of #3A1EB9
Black with #3A1EB9
Text Example
Text Example
White with #3A1EB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1EB9; }
p { color: rgb(58,30,185); }
H1.HeaderClassName
{
color: #3A1EB9;
}
.AnyTagClassName
{
color: #3A1EB9;
}
</style>
background-color css
<style>
a { background-color: #3A1EB9; }
a { background-color: rgb(58,30,185); }
div.DivClassName
{
background-color: #3A1EB9;
}
.BgClassName
{
background-color: #3A1EB9;
}
</style>
border-color css
<style>
span { border-color: #3A1EB9; }
span { border-color: rgb(58,30,185); }
td.TdClassName
{
border-color: #3A1EB9;
}
.TagClassName
{
border-color: #3A1EB9;
}
</style>