Shades of Purple Heart #3C19BA
Tints of Purple Heart #3C19BA
RGB
CMYK
RGB Variations
Color information
#3C19BA (or 0x3C19BA) is known color: Purple Heart. HEX triplet: 3C, 19 and BA. RGB value is (60,25,186). Sum of RGB (Red+Green+Blue) = 60+25+186=271 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.14% from 271); Green value is 25 (10.16% from 255 or 9.23% from 271); Blue value is 186 (73.05% from 255 or 68.63% from 271); Max value from RGB is 186 - color contains mainly: blue. Hex color #3C19BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C19BA is #C3E645. Grayscale: #353535. Windows color (decimal): -12838470 or 12196156. OLE color: 12196156.
HSL color Cylindrical-coordinate representation of color #3C19BA: hue angle of 253.04º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3C19BA is Cyan = 0.68, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 60 | 25 | 186 | - |
| CMYK | 0.68 | 0.87 | 0 | 0.27 |
| HSL | 253.04º | 0.76% | 0.41% | - |
| HSV(B) | 253.04º | 0.87% | 0.73% | - |
| XYZ | 11.07 | 5.2 | 46.87 | - |
| YUV | 53.82 | 202.6 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 25 | 186 | 0.68 | 0.87 | 0 | 0.27 | 253.04 | 0.76 | 0.41 |
| Hex | 3C | 19 | BA | 44 | 57 | 0 | 1B | FD | 4C | 29 |
| Octal | 74 | 31 | 272 | 104 | 127 | 0 | 33 | 375 | 114 | 51 |
| Binary | 111100 | 11001 | 10111010 | 1000100 | 1010111 | 0 | 11011 | 11111101 | 1001100 | 101001 |
Color Harmonies of #3C19BA
Complementary color
Monochromatic Colors of #3C19BA
Black with #3C19BA
Text Example
Text Example
White with #3C19BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C19BA; }
p { color: rgb(60,25,186); }
H1.HeaderClassName
{
color: #3C19BA;
}
.AnyTagClassName
{
color: #3C19BA;
}
</style>
background-color css
<style>
a { background-color: #3C19BA; }
a { background-color: rgb(60,25,186); }
div.DivClassName
{
background-color: #3C19BA;
}
.BgClassName
{
background-color: #3C19BA;
}
</style>
border-color css
<style>
span { border-color: #3C19BA; }
span { border-color: rgb(60,25,186); }
td.TdClassName
{
border-color: #3C19BA;
}
.TagClassName
{
border-color: #3C19BA;
}
</style>