Shades of Purple Heart #3A16B4
Tints of Purple Heart #3A16B4
RGB
CMYK
RGB Variations
Color information
#3A16B4 (or 0x3A16B4) is known color: Purple Heart. HEX triplet: 3A, 16 and B4. RGB value is (58,22,180). Sum of RGB (Red+Green+Blue) = 58+22+180=260 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.31% from 260); Green value is 22 (8.98% from 255 or 8.46% from 260); Blue value is 180 (70.70% from 255 or 69.23% from 260); Max value from RGB is 180 - color contains mainly: blue. Hex color #3A16B4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A16B4 is #C5E94B. Grayscale: #323232. Windows color (decimal): -12970316 or 11802170. OLE color: 11802170.
HSL color Cylindrical-coordinate representation of color #3A16B4: hue angle of 253.67º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3A16B4 is Cyan = 0.68, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 58 | 22 | 180 | - |
| CMYK | 0.68 | 0.88 | 0 | 0.29 |
| HSL | 253.67º | 0.78% | 0.4% | - |
| HSV(B) | 253.67º | 0.88% | 0.71% | - |
| XYZ | 10.27 | 4.77 | 43.56 | - |
| YUV | 50.78 | 200.93 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 22 | 180 | 0.68 | 0.88 | 0 | 0.29 | 253.67 | 0.78 | 0.4 |
| Hex | 3A | 16 | B4 | 44 | 58 | 0 | 1D | FE | 4E | 28 |
| Octal | 72 | 26 | 264 | 104 | 130 | 0 | 35 | 376 | 116 | 50 |
| Binary | 111010 | 10110 | 10110100 | 1000100 | 1011000 | 0 | 11101 | 11111110 | 1001110 | 101000 |
Color Harmonies of #3A16B4
Complementary color
Monochromatic Colors of #3A16B4
Black with #3A16B4
Text Example
Text Example
White with #3A16B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A16B4; }
p { color: rgb(58,22,180); }
H1.HeaderClassName
{
color: #3A16B4;
}
.AnyTagClassName
{
color: #3A16B4;
}
</style>
background-color css
<style>
a { background-color: #3A16B4; }
a { background-color: rgb(58,22,180); }
div.DivClassName
{
background-color: #3A16B4;
}
.BgClassName
{
background-color: #3A16B4;
}
</style>
border-color css
<style>
span { border-color: #3A16B4; }
span { border-color: rgb(58,22,180); }
td.TdClassName
{
border-color: #3A16B4;
}
.TagClassName
{
border-color: #3A16B4;
}
</style>