Shades of Purple Heart #3C24C0
Tints of Purple Heart #3C24C0
RGB
CMYK
RGB Variations
Color information
#3C24C0 (or 0x3C24C0) is known color: Purple Heart. HEX triplet: 3C, 24 and C0. RGB value is (60,36,192). Sum of RGB (Red+Green+Blue) = 60+36+192=288 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.83% from 288); Green value is 36 (14.45% from 255 or 12.5% from 288); Blue value is 192 (75.39% from 255 or 66.67% from 288); Max value from RGB is 192 - color contains mainly: blue. Hex color #3C24C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C24C0 is #C3DB3F. Grayscale: #3C3C3C. Windows color (decimal): -12835648 or 12592188. OLE color: 12592188.
HSL color Cylindrical-coordinate representation of color #3C24C0: hue angle of 249.23º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3C24C0 is Cyan = 0.69, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 60 | 36 | 192 | - |
| CMYK | 0.69 | 0.81 | 0 | 0.25 |
| HSL | 249.23º | 0.68% | 0.45% | - |
| HSV(B) | 249.23º | 0.81% | 0.75% | - |
| XYZ | 12.01 | 6.03 | 50.4 | - |
| YUV | 60.96 | 201.95 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 36 | 192 | 0.69 | 0.81 | 0 | 0.25 | 249.23 | 0.68 | 0.45 |
| Hex | 3C | 24 | C0 | 45 | 51 | 0 | 19 | F9 | 44 | 2D |
| Octal | 74 | 44 | 300 | 105 | 121 | 0 | 31 | 371 | 104 | 55 |
| Binary | 111100 | 100100 | 11000000 | 1000101 | 1010001 | 0 | 11001 | 11111001 | 1000100 | 101101 |
Color Harmonies of #3C24C0
Complementary color
Monochromatic Colors of #3C24C0
Black with #3C24C0
Text Example
Text Example
White with #3C24C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C24C0; }
p { color: rgb(60,36,192); }
H1.HeaderClassName
{
color: #3C24C0;
}
.AnyTagClassName
{
color: #3C24C0;
}
</style>
background-color css
<style>
a { background-color: #3C24C0; }
a { background-color: rgb(60,36,192); }
div.DivClassName
{
background-color: #3C24C0;
}
.BgClassName
{
background-color: #3C24C0;
}
</style>
border-color css
<style>
span { border-color: #3C24C0; }
span { border-color: rgb(60,36,192); }
td.TdClassName
{
border-color: #3C24C0;
}
.TagClassName
{
border-color: #3C24C0;
}
</style>