Shades of Purple Heart #3C0DCA
Tints of Purple Heart #3C0DCA
RGB
CMYK
RGB Variations
Color information
#3C0DCA (or 0x3C0DCA) is known color: Purple Heart. HEX triplet: 3C, 0D and CA. RGB value is (60,13,202). Sum of RGB (Red+Green+Blue) = 60+13+202=275 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.82% from 275); Green value is 13 (5.47% from 255 or 4.73% from 275); Blue value is 202 (79.30% from 255 or 73.45% from 275); Max value from RGB is 202 - color contains mainly: blue. Hex color #3C0DCA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C0DCA is #C3F235. Grayscale: #2F2F2F. Windows color (decimal): -12841526 or 13241660. OLE color: 13241660.
HSL color Cylindrical-coordinate representation of color #3C0DCA: hue angle of 254.92º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3C0DCA is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 60 | 13 | 202 | - |
| CMYK | 0.70 | 0.94 | 0 | 0.21 |
| HSL | 254.92º | 0.88% | 0.42% | - |
| HSV(B) | 254.92º | 0.94% | 0.79% | - |
| XYZ | 12.67 | 5.51 | 56.27 | - |
| YUV | 48.6 | 214.57 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 13 | 202 | 0.70 | 0.94 | 0 | 0.21 | 254.92 | 0.88 | 0.42 |
| Hex | 3C | D | CA | 46 | 5E | 0 | 15 | FF | 58 | 2A |
| Octal | 74 | 15 | 312 | 106 | 136 | 0 | 25 | 377 | 130 | 52 |
| Binary | 111100 | 1101 | 11001010 | 1000110 | 1011110 | 0 | 10101 | 11111111 | 1011000 | 101010 |
Color Harmonies of #3C0DCA
Complementary color
Monochromatic Colors of #3C0DCA
Black with #3C0DCA
Text Example
Text Example
White with #3C0DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0DCA; }
p { color: rgb(60,13,202); }
H1.HeaderClassName
{
color: #3C0DCA;
}
.AnyTagClassName
{
color: #3C0DCA;
}
</style>
background-color css
<style>
a { background-color: #3C0DCA; }
a { background-color: rgb(60,13,202); }
div.DivClassName
{
background-color: #3C0DCA;
}
.BgClassName
{
background-color: #3C0DCA;
}
</style>
border-color css
<style>
span { border-color: #3C0DCA; }
span { border-color: rgb(60,13,202); }
td.TdClassName
{
border-color: #3C0DCA;
}
.TagClassName
{
border-color: #3C0DCA;
}
</style>