Shades of Purple Heart #3A16CB
Tints of Purple Heart #3A16CB
RGB
CMYK
RGB Variations
Color information
#3A16CB (or 0x3A16CB) is known color: Purple Heart. HEX triplet: 3A, 16 and CB. RGB value is (58,22,203). Sum of RGB (Red+Green+Blue) = 58+22+203=283 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.49% from 283); Green value is 22 (8.98% from 255 or 7.77% from 283); Blue value is 203 (79.69% from 255 or 71.73% from 283); Max value from RGB is 203 - color contains mainly: blue. Hex color #3A16CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A16CB is #C5E934. Grayscale: #343434. Windows color (decimal): -12970293 or 13309498. OLE color: 13309498.
HSL color Cylindrical-coordinate representation of color #3A16CB: hue angle of 251.93º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3A16CB is Cyan = 0.71, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 58 | 22 | 203 | - |
| CMYK | 0.71 | 0.89 | 0 | 0.20 |
| HSL | 251.93º | 0.8% | 0.44% | - |
| HSV(B) | 251.93º | 0.89% | 0.8% | - |
| XYZ | 12.81 | 5.79 | 56.94 | - |
| YUV | 53.4 | 212.43 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 22 | 203 | 0.71 | 0.89 | 0 | 0.20 | 251.93 | 0.8 | 0.44 |
| Hex | 3A | 16 | CB | 47 | 59 | 0 | 14 | FC | 50 | 2C |
| Octal | 72 | 26 | 313 | 107 | 131 | 0 | 24 | 374 | 120 | 54 |
| Binary | 111010 | 10110 | 11001011 | 1000111 | 1011001 | 0 | 10100 | 11111100 | 1010000 | 101100 |
Color Harmonies of #3A16CB
Complementary color
Monochromatic Colors of #3A16CB
Black with #3A16CB
Text Example
Text Example
White with #3A16CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A16CB; }
p { color: rgb(58,22,203); }
H1.HeaderClassName
{
color: #3A16CB;
}
.AnyTagClassName
{
color: #3A16CB;
}
</style>
background-color css
<style>
a { background-color: #3A16CB; }
a { background-color: rgb(58,22,203); }
div.DivClassName
{
background-color: #3A16CB;
}
.BgClassName
{
background-color: #3A16CB;
}
</style>
border-color css
<style>
span { border-color: #3A16CB; }
span { border-color: rgb(58,22,203); }
td.TdClassName
{
border-color: #3A16CB;
}
.TagClassName
{
border-color: #3A16CB;
}
</style>