Shades of Purple Heart #3C20C9
Tints of Purple Heart #3C20C9
RGB
CMYK
RGB Variations
Color information
#3C20C9 (or 0x3C20C9) is known color: Purple Heart. HEX triplet: 3C, 20 and C9. RGB value is (60,32,201). Sum of RGB (Red+Green+Blue) = 60+32+201=293 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.48% from 293); Green value is 32 (12.89% from 255 or 10.92% from 293); Blue value is 201 (78.91% from 255 or 68.60% from 293); Max value from RGB is 201 - color contains mainly: blue. Hex color #3C20C9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C20C9 is #C3DF36. Grayscale: #3A3A3A. Windows color (decimal): -12836663 or 13180988. OLE color: 13180988.
HSL color Cylindrical-coordinate representation of color #3C20C9: hue angle of 249.94º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3C20C9 is Cyan = 0.70, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 60 | 32 | 201 | - |
| CMYK | 0.70 | 0.84 | 0 | 0.21 |
| HSL | 249.94º | 0.73% | 0.46% | - |
| HSV(B) | 249.94º | 0.84% | 0.79% | - |
| XYZ | 12.92 | 6.21 | 55.78 | - |
| YUV | 59.64 | 207.78 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 32 | 201 | 0.70 | 0.84 | 0 | 0.21 | 249.94 | 0.73 | 0.46 |
| Hex | 3C | 20 | C9 | 46 | 54 | 0 | 15 | FA | 49 | 2E |
| Octal | 74 | 40 | 311 | 106 | 124 | 0 | 25 | 372 | 111 | 56 |
| Binary | 111100 | 100000 | 11001001 | 1000110 | 1010100 | 0 | 10101 | 11111010 | 1001001 | 101110 |
Color Harmonies of #3C20C9
Complementary color
Monochromatic Colors of #3C20C9
Black with #3C20C9
Text Example
Text Example
White with #3C20C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C20C9; }
p { color: rgb(60,32,201); }
H1.HeaderClassName
{
color: #3C20C9;
}
.AnyTagClassName
{
color: #3C20C9;
}
</style>
background-color css
<style>
a { background-color: #3C20C9; }
a { background-color: rgb(60,32,201); }
div.DivClassName
{
background-color: #3C20C9;
}
.BgClassName
{
background-color: #3C20C9;
}
</style>
border-color css
<style>
span { border-color: #3C20C9; }
span { border-color: rgb(60,32,201); }
td.TdClassName
{
border-color: #3C20C9;
}
.TagClassName
{
border-color: #3C20C9;
}
</style>