Shades of Purple Heart #3A16BD
Tints of Purple Heart #3A16BD
RGB
CMYK
RGB Variations
Color information
#3A16BD (or 0x3A16BD) is known color: Purple Heart. HEX triplet: 3A, 16 and BD. RGB value is (58,22,189). Sum of RGB (Red+Green+Blue) = 58+22+189=269 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.56% from 269); Green value is 22 (8.98% from 255 or 8.18% from 269); Blue value is 189 (74.22% from 255 or 70.26% from 269); Max value from RGB is 189 - color contains mainly: blue. Hex color #3A16BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A16BD is #C5E942. Grayscale: #333333. Windows color (decimal): -12970307 or 12391994. OLE color: 12391994.
HSL color Cylindrical-coordinate representation of color #3A16BD: hue angle of 252.93º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3A16BD is Cyan = 0.69, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 58 | 22 | 189 | - |
| CMYK | 0.69 | 0.88 | 0 | 0.26 |
| HSL | 252.93º | 0.79% | 0.41% | - |
| HSV(B) | 252.93º | 0.88% | 0.74% | - |
| XYZ | 11.22 | 5.15 | 48.55 | - |
| YUV | 51.8 | 205.43 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 22 | 189 | 0.69 | 0.88 | 0 | 0.26 | 252.93 | 0.79 | 0.41 |
| Hex | 3A | 16 | BD | 45 | 58 | 0 | 1A | FD | 4F | 29 |
| Octal | 72 | 26 | 275 | 105 | 130 | 0 | 32 | 375 | 117 | 51 |
| Binary | 111010 | 10110 | 10111101 | 1000101 | 1011000 | 0 | 11010 | 11111101 | 1001111 | 101001 |
Color Harmonies of #3A16BD
Complementary color
Monochromatic Colors of #3A16BD
Black with #3A16BD
Text Example
Text Example
White with #3A16BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A16BD; }
p { color: rgb(58,22,189); }
H1.HeaderClassName
{
color: #3A16BD;
}
.AnyTagClassName
{
color: #3A16BD;
}
</style>
background-color css
<style>
a { background-color: #3A16BD; }
a { background-color: rgb(58,22,189); }
div.DivClassName
{
background-color: #3A16BD;
}
.BgClassName
{
background-color: #3A16BD;
}
</style>
border-color css
<style>
span { border-color: #3A16BD; }
span { border-color: rgb(58,22,189); }
td.TdClassName
{
border-color: #3A16BD;
}
.TagClassName
{
border-color: #3A16BD;
}
</style>