Shades of Purple Heart #3A13BF
Tints of Purple Heart #3A13BF
RGB
CMYK
RGB Variations
Color information
#3A13BF (or 0x3A13BF) is known color: Purple Heart. HEX triplet: 3A, 13 and BF. RGB value is (58,19,191). Sum of RGB (Red+Green+Blue) = 58+19+191=268 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.64% from 268); Green value is 19 (7.81% from 255 or 7.09% from 268); Blue value is 191 (75% from 255 or 71.27% from 268); Max value from RGB is 191 - color contains mainly: blue. Hex color #3A13BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A13BF is #C5EC40. Grayscale: #313131. Windows color (decimal): -12971073 or 12522298. OLE color: 12522298.
HSL color Cylindrical-coordinate representation of color #3A13BF: hue angle of 253.6º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3A13BF is Cyan = 0.70, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 58 | 19 | 191 | - |
| CMYK | 0.70 | 0.90 | 0 | 0.25 |
| HSL | 253.6º | 0.82% | 0.41% | - |
| HSV(B) | 253.6º | 0.9% | 0.75% | - |
| XYZ | 11.38 | 5.13 | 49.68 | - |
| YUV | 50.27 | 207.42 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 19 | 191 | 0.70 | 0.90 | 0 | 0.25 | 253.6 | 0.82 | 0.41 |
| Hex | 3A | 13 | BF | 46 | 5A | 0 | 19 | FE | 52 | 29 |
| Octal | 72 | 23 | 277 | 106 | 132 | 0 | 31 | 376 | 122 | 51 |
| Binary | 111010 | 10011 | 10111111 | 1000110 | 1011010 | 0 | 11001 | 11111110 | 1010010 | 101001 |
Color Harmonies of #3A13BF
Complementary color
Monochromatic Colors of #3A13BF
Black with #3A13BF
Text Example
Text Example
White with #3A13BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A13BF; }
p { color: rgb(58,19,191); }
H1.HeaderClassName
{
color: #3A13BF;
}
.AnyTagClassName
{
color: #3A13BF;
}
</style>
background-color css
<style>
a { background-color: #3A13BF; }
a { background-color: rgb(58,19,191); }
div.DivClassName
{
background-color: #3A13BF;
}
.BgClassName
{
background-color: #3A13BF;
}
</style>
border-color css
<style>
span { border-color: #3A13BF; }
span { border-color: rgb(58,19,191); }
td.TdClassName
{
border-color: #3A13BF;
}
.TagClassName
{
border-color: #3A13BF;
}
</style>