Shades of Purple Heart #3C10C5
Tints of Purple Heart #3C10C5
RGB
CMYK
RGB Variations
Color information
#3C10C5 (or 0x3C10C5) is known color: Purple Heart. HEX triplet: 3C, 10 and C5. RGB value is (60,16,197). Sum of RGB (Red+Green+Blue) = 60+16+197=273 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.98% from 273); Green value is 16 (6.64% from 255 or 5.86% from 273); Blue value is 197 (77.34% from 255 or 72.16% from 273); Max value from RGB is 197 - color contains mainly: blue. Hex color #3C10C5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C10C5 is #C3EF3A. Grayscale: #313131. Windows color (decimal): -12840763 or 12914748. OLE color: 12914748.
HSL color Cylindrical-coordinate representation of color #3C10C5: hue angle of 254.59º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3C10C5 is Cyan = 0.70, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 60 | 16 | 197 | - |
| CMYK | 0.70 | 0.92 | 0 | 0.23 |
| HSL | 254.59º | 0.85% | 0.42% | - |
| HSV(B) | 254.59º | 0.92% | 0.77% | - |
| XYZ | 12.13 | 5.36 | 53.22 | - |
| YUV | 49.79 | 211.08 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 16 | 197 | 0.70 | 0.92 | 0 | 0.23 | 254.59 | 0.85 | 0.42 |
| Hex | 3C | 10 | C5 | 46 | 5C | 0 | 17 | FF | 55 | 2A |
| Octal | 74 | 20 | 305 | 106 | 134 | 0 | 27 | 377 | 125 | 52 |
| Binary | 111100 | 10000 | 11000101 | 1000110 | 1011100 | 0 | 10111 | 11111111 | 1010101 | 101010 |
Color Harmonies of #3C10C5
Complementary color
Monochromatic Colors of #3C10C5
Black with #3C10C5
Text Example
Text Example
White with #3C10C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C10C5; }
p { color: rgb(60,16,197); }
H1.HeaderClassName
{
color: #3C10C5;
}
.AnyTagClassName
{
color: #3C10C5;
}
</style>
background-color css
<style>
a { background-color: #3C10C5; }
a { background-color: rgb(60,16,197); }
div.DivClassName
{
background-color: #3C10C5;
}
.BgClassName
{
background-color: #3C10C5;
}
</style>
border-color css
<style>
span { border-color: #3C10C5; }
span { border-color: rgb(60,16,197); }
td.TdClassName
{
border-color: #3C10C5;
}
.TagClassName
{
border-color: #3C10C5;
}
</style>