Shades of Purple Heart #3A01BA
Tints of Purple Heart #3A01BA
RGB
CMYK
RGB Variations
Color information
#3A01BA (or 0x3A01BA) is known color: Purple Heart. HEX triplet: 3A, 01 and BA. RGB value is (58,1,186). Sum of RGB (Red+Green+Blue) = 58+1+186=245 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.67% from 245); Green value is 1 (0.78% from 255 or 0.41% from 245); Blue value is 186 (73.05% from 255 or 75.92% from 245); Max value from RGB is 186 - color contains mainly: blue. Hex color #3A01BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A01BA is #C5FE45. Grayscale: #262626. Windows color (decimal): -12975686 or 12190010. OLE color: 12190010.
HSL color Cylindrical-coordinate representation of color #3A01BA: hue angle of 258.49º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3A01BA is Cyan = 0.69, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 58 | 1 | 186 | - |
| CMYK | 0.69 | 0.99 | 0 | 0.27 |
| HSL | 258.49º | 0.99% | 0.37% | - |
| HSV(B) | 258.49º | 0.99% | 0.73% | - |
| XYZ | 10.62 | 4.47 | 46.76 | - |
| YUV | 39.13 | 210.88 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 1 | 186 | 0.69 | 0.99 | 0 | 0.27 | 258.49 | 0.99 | 0.37 |
| Hex | 3A | 1 | BA | 45 | 63 | 0 | 1B | 102 | 63 | 25 |
| Octal | 72 | 1 | 272 | 105 | 143 | 0 | 33 | 402 | 143 | 45 |
| Binary | 111010 | 1 | 10111010 | 1000101 | 1100011 | 0 | 11011 | 100000010 | 1100011 | 100101 |
Color Harmonies of #3A01BA
Complementary color
Monochromatic Colors of #3A01BA
Black with #3A01BA
Text Example
Text Example
White with #3A01BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A01BA; }
p { color: rgb(58,1,186); }
H1.HeaderClassName
{
color: #3A01BA;
}
.AnyTagClassName
{
color: #3A01BA;
}
</style>
background-color css
<style>
a { background-color: #3A01BA; }
a { background-color: rgb(58,1,186); }
div.DivClassName
{
background-color: #3A01BA;
}
.BgClassName
{
background-color: #3A01BA;
}
</style>
border-color css
<style>
span { border-color: #3A01BA; }
span { border-color: rgb(58,1,186); }
td.TdClassName
{
border-color: #3A01BA;
}
.TagClassName
{
border-color: #3A01BA;
}
</style>