Shades of Purple Heart #3A07BA
Tints of Purple Heart #3A07BA
RGB
CMYK
RGB Variations
Color information
#3A07BA (or 0x3A07BA) is known color: Purple Heart. HEX triplet: 3A, 07 and BA. RGB value is (58,7,186). Sum of RGB (Red+Green+Blue) = 58+7+186=251 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.11% from 251); Green value is 7 (3.12% from 255 or 2.79% from 251); Blue value is 186 (73.05% from 255 or 74.10% from 251); Max value from RGB is 186 - color contains mainly: blue. Hex color #3A07BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A07BA is #C5F845. Grayscale: #292929. Windows color (decimal): -12974150 or 12191546. OLE color: 12191546.
HSL color Cylindrical-coordinate representation of color #3A07BA: hue angle of 257.09º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3A07BA is Cyan = 0.69, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 58 | 7 | 186 | - |
| CMYK | 0.69 | 0.96 | 0 | 0.27 |
| HSL | 257.1º | 0.93% | 0.38% | - |
| HSV(B) | 257.1º | 0.96% | 0.73% | - |
| XYZ | 10.68 | 4.6 | 46.78 | - |
| YUV | 42.66 | 208.9 | 138.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 7 | 186 | 0.69 | 0.96 | 0 | 0.27 | 257.1 | 0.93 | 0.38 |
| Hex | 3A | 7 | BA | 45 | 60 | 0 | 1B | 101 | 5D | 26 |
| Octal | 72 | 7 | 272 | 105 | 140 | 0 | 33 | 401 | 135 | 46 |
| Binary | 111010 | 111 | 10111010 | 1000101 | 1100000 | 0 | 11011 | 100000001 | 1011101 | 100110 |
Color Harmonies of #3A07BA
Complementary color
Monochromatic Colors of #3A07BA
Black with #3A07BA
Text Example
Text Example
White with #3A07BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A07BA; }
p { color: rgb(58,7,186); }
H1.HeaderClassName
{
color: #3A07BA;
}
.AnyTagClassName
{
color: #3A07BA;
}
</style>
background-color css
<style>
a { background-color: #3A07BA; }
a { background-color: rgb(58,7,186); }
div.DivClassName
{
background-color: #3A07BA;
}
.BgClassName
{
background-color: #3A07BA;
}
</style>
border-color css
<style>
span { border-color: #3A07BA; }
span { border-color: rgb(58,7,186); }
td.TdClassName
{
border-color: #3A07BA;
}
.TagClassName
{
border-color: #3A07BA;
}
</style>