Shades of Purple Heart #3C10CA
Tints of Purple Heart #3C10CA
RGB
CMYK
RGB Variations
Color information
#3C10CA (or 0x3C10CA) is known color: Purple Heart. HEX triplet: 3C, 10 and CA. RGB value is (60,16,202). Sum of RGB (Red+Green+Blue) = 60+16+202=278 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.58% from 278); Green value is 16 (6.64% from 255 or 5.76% from 278); Blue value is 202 (79.30% from 255 or 72.66% from 278); Max value from RGB is 202 - color contains mainly: blue. Hex color #3C10CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C10CA is #C3EF35. Grayscale: #313131. Windows color (decimal): -12840758 or 13242428. OLE color: 13242428.
HSL color Cylindrical-coordinate representation of color #3C10CA: hue angle of 254.19º degrees, saturation: 0.85, 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 #3C10CA is Cyan = 0.70, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 60 | 16 | 202 | - |
| CMYK | 0.70 | 0.92 | 0 | 0.21 |
| HSL | 254.19º | 0.85% | 0.43% | - |
| HSV(B) | 254.19º | 0.92% | 0.79% | - |
| XYZ | 12.71 | 5.6 | 56.29 | - |
| YUV | 50.36 | 213.58 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 16 | 202 | 0.70 | 0.92 | 0 | 0.21 | 254.19 | 0.85 | 0.43 |
| Hex | 3C | 10 | CA | 46 | 5C | 0 | 15 | FE | 55 | 2B |
| Octal | 74 | 20 | 312 | 106 | 134 | 0 | 25 | 376 | 125 | 53 |
| Binary | 111100 | 10000 | 11001010 | 1000110 | 1011100 | 0 | 10101 | 11111110 | 1010101 | 101011 |
Color Harmonies of #3C10CA
Complementary color
Monochromatic Colors of #3C10CA
Black with #3C10CA
Text Example
Text Example
White with #3C10CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C10CA; }
p { color: rgb(60,16,202); }
H1.HeaderClassName
{
color: #3C10CA;
}
.AnyTagClassName
{
color: #3C10CA;
}
</style>
background-color css
<style>
a { background-color: #3C10CA; }
a { background-color: rgb(60,16,202); }
div.DivClassName
{
background-color: #3C10CA;
}
.BgClassName
{
background-color: #3C10CA;
}
</style>
border-color css
<style>
span { border-color: #3C10CA; }
span { border-color: rgb(60,16,202); }
td.TdClassName
{
border-color: #3C10CA;
}
.TagClassName
{
border-color: #3C10CA;
}
</style>