Shades of Purple Heart #3C11CA
Tints of Purple Heart #3C11CA
RGB
CMYK
RGB Variations
Color information
#3C11CA (or 0x3C11CA) is known color: Purple Heart. HEX triplet: 3C, 11 and CA. RGB value is (60,17,202). Sum of RGB (Red+Green+Blue) = 60+17+202=279 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.51% from 279); Green value is 17 (7.03% from 255 or 6.09% from 279); Blue value is 202 (79.30% from 255 or 72.40% from 279); Max value from RGB is 202 - color contains mainly: blue. Hex color #3C11CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C11CA is #C3EE35. Grayscale: #323232. Windows color (decimal): -12840502 or 13242684. OLE color: 13242684.
HSL color Cylindrical-coordinate representation of color #3C11CA: hue angle of 253.95º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3C11CA is Cyan = 0.70, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 60 | 17 | 202 | - |
| CMYK | 0.70 | 0.92 | 0 | 0.21 |
| HSL | 253.95º | 0.84% | 0.43% | - |
| HSV(B) | 253.95º | 0.92% | 0.79% | - |
| XYZ | 12.72 | 5.63 | 56.29 | - |
| YUV | 50.95 | 213.25 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 17 | 202 | 0.70 | 0.92 | 0 | 0.21 | 253.95 | 0.84 | 0.43 |
| Hex | 3C | 11 | CA | 46 | 5C | 0 | 15 | FE | 54 | 2B |
| Octal | 74 | 21 | 312 | 106 | 134 | 0 | 25 | 376 | 124 | 53 |
| Binary | 111100 | 10001 | 11001010 | 1000110 | 1011100 | 0 | 10101 | 11111110 | 1010100 | 101011 |
Color Harmonies of #3C11CA
Complementary color
Monochromatic Colors of #3C11CA
Black with #3C11CA
Text Example
Text Example
White with #3C11CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C11CA; }
p { color: rgb(60,17,202); }
H1.HeaderClassName
{
color: #3C11CA;
}
.AnyTagClassName
{
color: #3C11CA;
}
</style>
background-color css
<style>
a { background-color: #3C11CA; }
a { background-color: rgb(60,17,202); }
div.DivClassName
{
background-color: #3C11CA;
}
.BgClassName
{
background-color: #3C11CA;
}
</style>
border-color css
<style>
span { border-color: #3C11CA; }
span { border-color: rgb(60,17,202); }
td.TdClassName
{
border-color: #3C11CA;
}
.TagClassName
{
border-color: #3C11CA;
}
</style>