Shades of Purple Heart #3C14C4
Tints of Purple Heart #3C14C4
RGB
CMYK
RGB Variations
Color information
#3C14C4 (or 0x3C14C4) is known color: Purple Heart. HEX triplet: 3C, 14 and C4. RGB value is (60,20,196). Sum of RGB (Red+Green+Blue) = 60+20+196=276 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.74% from 276); Green value is 20 (8.20% from 255 or 7.25% from 276); Blue value is 196 (76.95% from 255 or 71.01% from 276); Max value from RGB is 196 - color contains mainly: blue. Hex color #3C14C4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C14C4 is #C3EB3B. Grayscale: #333333. Windows color (decimal): -12839740 or 12850236. OLE color: 12850236.
HSL color Cylindrical-coordinate representation of color #3C14C4: hue angle of 253.64º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3C14C4 is Cyan = 0.69, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 60 | 20 | 196 | - |
| CMYK | 0.69 | 0.90 | 0 | 0.23 |
| HSL | 253.64º | 0.81% | 0.42% | - |
| HSV(B) | 253.64º | 0.9% | 0.77% | - |
| XYZ | 12.08 | 5.45 | 52.64 | - |
| YUV | 52.02 | 209.25 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 20 | 196 | 0.69 | 0.90 | 0 | 0.23 | 253.64 | 0.81 | 0.42 |
| Hex | 3C | 14 | C4 | 45 | 5A | 0 | 17 | FE | 51 | 2A |
| Octal | 74 | 24 | 304 | 105 | 132 | 0 | 27 | 376 | 121 | 52 |
| Binary | 111100 | 10100 | 11000100 | 1000101 | 1011010 | 0 | 10111 | 11111110 | 1010001 | 101010 |
Color Harmonies of #3C14C4
Complementary color
Monochromatic Colors of #3C14C4
Black with #3C14C4
Text Example
Text Example
White with #3C14C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C14C4; }
p { color: rgb(60,20,196); }
H1.HeaderClassName
{
color: #3C14C4;
}
.AnyTagClassName
{
color: #3C14C4;
}
</style>
background-color css
<style>
a { background-color: #3C14C4; }
a { background-color: rgb(60,20,196); }
div.DivClassName
{
background-color: #3C14C4;
}
.BgClassName
{
background-color: #3C14C4;
}
</style>
border-color css
<style>
span { border-color: #3C14C4; }
span { border-color: rgb(60,20,196); }
td.TdClassName
{
border-color: #3C14C4;
}
.TagClassName
{
border-color: #3C14C4;
}
</style>