Shades of Purple Heart #3C19B9
Tints of Purple Heart #3C19B9
RGB
CMYK
RGB Variations
Color information
#3C19B9 (or 0x3C19B9) is known color: Purple Heart. HEX triplet: 3C, 19 and B9. RGB value is (60,25,185). Sum of RGB (Red+Green+Blue) = 60+25+185=270 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.22% from 270); Green value is 25 (10.16% from 255 or 9.26% from 270); Blue value is 185 (72.66% from 255 or 68.52% from 270); Max value from RGB is 185 - color contains mainly: blue. Hex color #3C19B9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C19B9 is #C3E646. Grayscale: #353535. Windows color (decimal): -12838471 or 12130620. OLE color: 12130620.
HSL color Cylindrical-coordinate representation of color #3C19B9: hue angle of 253.12º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3C19B9 is Cyan = 0.68, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 60 | 25 | 185 | - |
| CMYK | 0.68 | 0.86 | 0 | 0.27 |
| HSL | 253.13º | 0.76% | 0.41% | - |
| HSV(B) | 253.13º | 0.86% | 0.73% | - |
| XYZ | 10.97 | 5.16 | 46.32 | - |
| YUV | 53.71 | 202.1 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 25 | 185 | 0.68 | 0.86 | 0 | 0.27 | 253.13 | 0.76 | 0.41 |
| Hex | 3C | 19 | B9 | 44 | 56 | 0 | 1B | FD | 4C | 29 |
| Octal | 74 | 31 | 271 | 104 | 126 | 0 | 33 | 375 | 114 | 51 |
| Binary | 111100 | 11001 | 10111001 | 1000100 | 1010110 | 0 | 11011 | 11111101 | 1001100 | 101001 |
Color Harmonies of #3C19B9
Complementary color
Monochromatic Colors of #3C19B9
Black with #3C19B9
Text Example
Text Example
White with #3C19B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C19B9; }
p { color: rgb(60,25,185); }
H1.HeaderClassName
{
color: #3C19B9;
}
.AnyTagClassName
{
color: #3C19B9;
}
</style>
background-color css
<style>
a { background-color: #3C19B9; }
a { background-color: rgb(60,25,185); }
div.DivClassName
{
background-color: #3C19B9;
}
.BgClassName
{
background-color: #3C19B9;
}
</style>
border-color css
<style>
span { border-color: #3C19B9; }
span { border-color: rgb(60,25,185); }
td.TdClassName
{
border-color: #3C19B9;
}
.TagClassName
{
border-color: #3C19B9;
}
</style>