Shades of Purple Heart #3B16BA
Tints of Purple Heart #3B16BA
RGB
CMYK
RGB Variations
Color information
#3B16BA (or 0x3B16BA) is known color: Purple Heart. HEX triplet: 3B, 16 and BA. RGB value is (59,22,186). Sum of RGB (Red+Green+Blue) = 59+22+186=267 (35% of max value = 765). Red value is 59 (23.44% from 255 or 22.10% from 267); Green value is 22 (8.98% from 255 or 8.24% from 267); Blue value is 186 (73.05% from 255 or 69.66% from 267); Max value from RGB is 186 - color contains mainly: blue. Hex color #3B16BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3B16BA is #C4E945. Grayscale: #333333. Windows color (decimal): -12904774 or 12195387. OLE color: 12195387.
HSL color Cylindrical-coordinate representation of color #3B16BA: hue angle of 253.54º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3B16BA is Cyan = 0.68, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 59 | 22 | 186 | - |
| CMYK | 0.68 | 0.88 | 0 | 0.27 |
| HSL | 253.54º | 0.79% | 0.41% | - |
| HSV(B) | 253.54º | 0.88% | 0.73% | - |
| XYZ | 10.95 | 5.05 | 46.85 | - |
| YUV | 51.76 | 203.76 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 22 | 186 | 0.68 | 0.88 | 0 | 0.27 | 253.54 | 0.79 | 0.41 |
| Hex | 3B | 16 | BA | 44 | 58 | 0 | 1B | FE | 4F | 29 |
| Octal | 73 | 26 | 272 | 104 | 130 | 0 | 33 | 376 | 117 | 51 |
| Binary | 111011 | 10110 | 10111010 | 1000100 | 1011000 | 0 | 11011 | 11111110 | 1001111 | 101001 |
Color Harmonies of #3B16BA
Complementary color
Monochromatic Colors of #3B16BA
Black with #3B16BA
Text Example
Text Example
White with #3B16BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B16BA; }
p { color: rgb(59,22,186); }
H1.HeaderClassName
{
color: #3B16BA;
}
.AnyTagClassName
{
color: #3B16BA;
}
</style>
background-color css
<style>
a { background-color: #3B16BA; }
a { background-color: rgb(59,22,186); }
div.DivClassName
{
background-color: #3B16BA;
}
.BgClassName
{
background-color: #3B16BA;
}
</style>
border-color css
<style>
span { border-color: #3B16BA; }
span { border-color: rgb(59,22,186); }
td.TdClassName
{
border-color: #3B16BA;
}
.TagClassName
{
border-color: #3B16BA;
}
</style>