Shades of Purple Heart #3A15BE
Tints of Purple Heart #3A15BE
RGB
CMYK
RGB Variations
Color information
#3A15BE (or 0x3A15BE) is known color: Purple Heart. HEX triplet: 3A, 15 and BE. RGB value is (58,21,190). Sum of RGB (Red+Green+Blue) = 58+21+190=269 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.56% from 269); Green value is 21 (8.59% from 255 or 7.81% from 269); Blue value is 190 (74.61% from 255 or 70.63% from 269); Max value from RGB is 190 - color contains mainly: blue. Hex color #3A15BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A15BE is #C5EA41. Grayscale: #323232. Windows color (decimal): -12970562 or 12457274. OLE color: 12457274.
HSL color Cylindrical-coordinate representation of color #3A15BE: hue angle of 253.14º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3A15BE is Cyan = 0.69, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 58 | 21 | 190 | - |
| CMYK | 0.69 | 0.89 | 0 | 0.25 |
| HSL | 253.14º | 0.8% | 0.41% | - |
| HSV(B) | 253.14º | 0.89% | 0.75% | - |
| XYZ | 11.31 | 5.15 | 49.11 | - |
| YUV | 51.33 | 206.26 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 21 | 190 | 0.69 | 0.89 | 0 | 0.25 | 253.14 | 0.8 | 0.41 |
| Hex | 3A | 15 | BE | 45 | 59 | 0 | 19 | FD | 50 | 29 |
| Octal | 72 | 25 | 276 | 105 | 131 | 0 | 31 | 375 | 120 | 51 |
| Binary | 111010 | 10101 | 10111110 | 1000101 | 1011001 | 0 | 11001 | 11111101 | 1010000 | 101001 |
Color Harmonies of #3A15BE
Complementary color
Monochromatic Colors of #3A15BE
Black with #3A15BE
Text Example
Text Example
White with #3A15BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A15BE; }
p { color: rgb(58,21,190); }
H1.HeaderClassName
{
color: #3A15BE;
}
.AnyTagClassName
{
color: #3A15BE;
}
</style>
background-color css
<style>
a { background-color: #3A15BE; }
a { background-color: rgb(58,21,190); }
div.DivClassName
{
background-color: #3A15BE;
}
.BgClassName
{
background-color: #3A15BE;
}
</style>
border-color css
<style>
span { border-color: #3A15BE; }
span { border-color: rgb(58,21,190); }
td.TdClassName
{
border-color: #3A15BE;
}
.TagClassName
{
border-color: #3A15BE;
}
</style>