Shades of Purple Heart #3C19C0
Tints of Purple Heart #3C19C0
RGB
CMYK
RGB Variations
Color information
#3C19C0 (or 0x3C19C0) is known color: Purple Heart. HEX triplet: 3C, 19 and C0. RGB value is (60,25,192). Sum of RGB (Red+Green+Blue) = 60+25+192=277 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.66% from 277); Green value is 25 (10.16% from 255 or 9.03% from 277); Blue value is 192 (75.39% from 255 or 69.31% from 277); Max value from RGB is 192 - color contains mainly: blue. Hex color #3C19C0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C19C0 is #C3E63F. Grayscale: #353535. Windows color (decimal): -12838464 or 12589372. OLE color: 12589372.
HSL color Cylindrical-coordinate representation of color #3C19C0: hue angle of 252.57º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3C19C0 is Cyan = 0.69, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 60 | 25 | 192 | - |
| CMYK | 0.69 | 0.87 | 0 | 0.25 |
| HSL | 252.57º | 0.77% | 0.43% | - |
| HSV(B) | 252.57º | 0.87% | 0.75% | - |
| XYZ | 11.73 | 5.46 | 50.31 | - |
| YUV | 54.5 | 205.6 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 25 | 192 | 0.69 | 0.87 | 0 | 0.25 | 252.57 | 0.77 | 0.43 |
| Hex | 3C | 19 | C0 | 45 | 57 | 0 | 19 | FD | 4D | 2B |
| Octal | 74 | 31 | 300 | 105 | 127 | 0 | 31 | 375 | 115 | 53 |
| Binary | 111100 | 11001 | 11000000 | 1000101 | 1010111 | 0 | 11001 | 11111101 | 1001101 | 101011 |
Color Harmonies of #3C19C0
Complementary color
Monochromatic Colors of #3C19C0
Black with #3C19C0
Text Example
Text Example
White with #3C19C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C19C0; }
p { color: rgb(60,25,192); }
H1.HeaderClassName
{
color: #3C19C0;
}
.AnyTagClassName
{
color: #3C19C0;
}
</style>
background-color css
<style>
a { background-color: #3C19C0; }
a { background-color: rgb(60,25,192); }
div.DivClassName
{
background-color: #3C19C0;
}
.BgClassName
{
background-color: #3C19C0;
}
</style>
border-color css
<style>
span { border-color: #3C19C0; }
span { border-color: rgb(60,25,192); }
td.TdClassName
{
border-color: #3C19C0;
}
.TagClassName
{
border-color: #3C19C0;
}
</style>