Shades of Purple Heart #3A10BE
Tints of Purple Heart #3A10BE
RGB
CMYK
RGB Variations
Color information
#3A10BE (or 0x3A10BE) is known color: Purple Heart. HEX triplet: 3A, 10 and BE. RGB value is (58,16,190). Sum of RGB (Red+Green+Blue) = 58+16+190=264 (34% of max value = 765). Red value is 58 (23.05% from 255 or 21.97% from 264); Green value is 16 (6.64% from 255 or 6.06% from 264); Blue value is 190 (74.61% from 255 or 71.97% from 264); Max value from RGB is 190 - color contains mainly: blue. Hex color #3A10BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A10BE is #C5EF41. Grayscale: #2F2F2F. Windows color (decimal): -12971842 or 12455994. OLE color: 12455994.
HSL color Cylindrical-coordinate representation of color #3A10BE: hue angle of 254.48º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3A10BE is Cyan = 0.69, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 58 | 16 | 190 | - |
| CMYK | 0.69 | 0.92 | 0 | 0.25 |
| HSL | 254.48º | 0.84% | 0.4% | - |
| HSV(B) | 254.48º | 0.92% | 0.75% | - |
| XYZ | 11.22 | 4.99 | 49.09 | - |
| YUV | 48.39 | 207.91 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 16 | 190 | 0.69 | 0.92 | 0 | 0.25 | 254.48 | 0.84 | 0.4 |
| Hex | 3A | 10 | BE | 45 | 5C | 0 | 19 | FE | 54 | 28 |
| Octal | 72 | 20 | 276 | 105 | 134 | 0 | 31 | 376 | 124 | 50 |
| Binary | 111010 | 10000 | 10111110 | 1000101 | 1011100 | 0 | 11001 | 11111110 | 1010100 | 101000 |
Color Harmonies of #3A10BE
Complementary color
Monochromatic Colors of #3A10BE
Black with #3A10BE
Text Example
Text Example
White with #3A10BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A10BE; }
p { color: rgb(58,16,190); }
H1.HeaderClassName
{
color: #3A10BE;
}
.AnyTagClassName
{
color: #3A10BE;
}
</style>
background-color css
<style>
a { background-color: #3A10BE; }
a { background-color: rgb(58,16,190); }
div.DivClassName
{
background-color: #3A10BE;
}
.BgClassName
{
background-color: #3A10BE;
}
</style>
border-color css
<style>
span { border-color: #3A10BE; }
span { border-color: rgb(58,16,190); }
td.TdClassName
{
border-color: #3A10BE;
}
.TagClassName
{
border-color: #3A10BE;
}
</style>