Shades of Purple Heart #3C14CC
Tints of Purple Heart #3C14CC
RGB
CMYK
RGB Variations
Color information
#3C14CC (or 0x3C14CC) is known color: Purple Heart. HEX triplet: 3C, 14 and CC. RGB value is (60,20,204). Sum of RGB (Red+Green+Blue) = 60+20+204=284 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.13% from 284); Green value is 20 (8.20% from 255 or 7.04% from 284); Blue value is 204 (80.08% from 255 or 71.83% from 284); Max value from RGB is 204 - color contains mainly: blue. Hex color #3C14CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C14CC is #C3EB33. Grayscale: #343434. Windows color (decimal): -12839732 or 13374524. OLE color: 13374524.
HSL color Cylindrical-coordinate representation of color #3C14CC: hue angle of 253.04º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3C14CC is Cyan = 0.71, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 60 | 20 | 204 | - |
| CMYK | 0.71 | 0.90 | 0 | 0.2 |
| HSL | 253.04º | 0.82% | 0.44% | - |
| HSV(B) | 253.04º | 0.9% | 0.8% | - |
| XYZ | 13.01 | 5.82 | 57.56 | - |
| YUV | 52.94 | 213.25 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 20 | 204 | 0.71 | 0.90 | 0 | 0.2 | 253.04 | 0.82 | 0.44 |
| Hex | 3C | 14 | CC | 47 | 5A | 0 | 14 | FD | 52 | 2C |
| Octal | 74 | 24 | 314 | 107 | 132 | 0 | 24 | 375 | 122 | 54 |
| Binary | 111100 | 10100 | 11001100 | 1000111 | 1011010 | 0 | 10100 | 11111101 | 1010010 | 101100 |
Color Harmonies of #3C14CC
Complementary color
Monochromatic Colors of #3C14CC
Black with #3C14CC
Text Example
Text Example
White with #3C14CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C14CC; }
p { color: rgb(60,20,204); }
H1.HeaderClassName
{
color: #3C14CC;
}
.AnyTagClassName
{
color: #3C14CC;
}
</style>
background-color css
<style>
a { background-color: #3C14CC; }
a { background-color: rgb(60,20,204); }
div.DivClassName
{
background-color: #3C14CC;
}
.BgClassName
{
background-color: #3C14CC;
}
</style>
border-color css
<style>
span { border-color: #3C14CC; }
span { border-color: rgb(60,20,204); }
td.TdClassName
{
border-color: #3C14CC;
}
.TagClassName
{
border-color: #3C14CC;
}
</style>