Shades of Purple Heart #3A03BA
Tints of Purple Heart #3A03BA
RGB
CMYK
RGB Variations
Color information
#3A03BA (or 0x3A03BA) is known color: Purple Heart. HEX triplet: 3A, 03 and BA. RGB value is (58,3,186). Sum of RGB (Red+Green+Blue) = 58+3+186=247 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.48% from 247); Green value is 3 (1.56% from 255 or 1.21% from 247); Blue value is 186 (73.05% from 255 or 75.30% from 247); Max value from RGB is 186 - color contains mainly: blue. Hex color #3A03BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A03BA is #C5FC45. Grayscale: #272727. Windows color (decimal): -12975174 or 12190522. OLE color: 12190522.
HSL color Cylindrical-coordinate representation of color #3A03BA: hue angle of 258.03º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3A03BA is Cyan = 0.69, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 58 | 3 | 186 | - |
| CMYK | 0.69 | 0.98 | 0 | 0.27 |
| HSL | 258.03º | 0.97% | 0.37% | - |
| HSV(B) | 258.03º | 0.98% | 0.73% | - |
| XYZ | 10.64 | 4.51 | 46.76 | - |
| YUV | 40.31 | 210.22 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 3 | 186 | 0.69 | 0.98 | 0 | 0.27 | 258.03 | 0.97 | 0.37 |
| Hex | 3A | 3 | BA | 45 | 62 | 0 | 1B | 102 | 61 | 25 |
| Octal | 72 | 3 | 272 | 105 | 142 | 0 | 33 | 402 | 141 | 45 |
| Binary | 111010 | 11 | 10111010 | 1000101 | 1100010 | 0 | 11011 | 100000010 | 1100001 | 100101 |
Color Harmonies of #3A03BA
Complementary color
Monochromatic Colors of #3A03BA
Black with #3A03BA
Text Example
Text Example
White with #3A03BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A03BA; }
p { color: rgb(58,3,186); }
H1.HeaderClassName
{
color: #3A03BA;
}
.AnyTagClassName
{
color: #3A03BA;
}
</style>
background-color css
<style>
a { background-color: #3A03BA; }
a { background-color: rgb(58,3,186); }
div.DivClassName
{
background-color: #3A03BA;
}
.BgClassName
{
background-color: #3A03BA;
}
</style>
border-color css
<style>
span { border-color: #3A03BA; }
span { border-color: rgb(58,3,186); }
td.TdClassName
{
border-color: #3A03BA;
}
.TagClassName
{
border-color: #3A03BA;
}
</style>