Shades of Purple Heart #3C17CD
Tints of Purple Heart #3C17CD
RGB
CMYK
RGB Variations
Color information
#3C17CD (or 0x3C17CD) is known color: Purple Heart. HEX triplet: 3C, 17 and CD. RGB value is (60,23,205). Sum of RGB (Red+Green+Blue) = 60+23+205=288 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.83% from 288); Green value is 23 (9.38% from 255 or 7.99% from 288); Blue value is 205 (80.47% from 255 or 71.18% from 288); Max value from RGB is 205 - color contains mainly: blue. Hex color #3C17CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C17CD is #C3E832. Grayscale: #363636. Windows color (decimal): -12838963 or 13440828. OLE color: 13440828.
HSL color Cylindrical-coordinate representation of color #3C17CD: hue angle of 252.2º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3C17CD is Cyan = 0.71, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 60 | 23 | 205 | - |
| CMYK | 0.71 | 0.89 | 0 | 0.20 |
| HSL | 252.2º | 0.8% | 0.45% | - |
| HSV(B) | 252.2º | 0.89% | 0.8% | - |
| XYZ | 13.19 | 5.98 | 58.22 | - |
| YUV | 54.81 | 212.76 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 23 | 205 | 0.71 | 0.89 | 0 | 0.20 | 252.2 | 0.8 | 0.45 |
| Hex | 3C | 17 | CD | 47 | 59 | 0 | 14 | FC | 50 | 2D |
| Octal | 74 | 27 | 315 | 107 | 131 | 0 | 24 | 374 | 120 | 55 |
| Binary | 111100 | 10111 | 11001101 | 1000111 | 1011001 | 0 | 10100 | 11111100 | 1010000 | 101101 |
Color Harmonies of #3C17CD
Complementary color
Monochromatic Colors of #3C17CD
Black with #3C17CD
Text Example
Text Example
White with #3C17CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C17CD; }
p { color: rgb(60,23,205); }
H1.HeaderClassName
{
color: #3C17CD;
}
.AnyTagClassName
{
color: #3C17CD;
}
</style>
background-color css
<style>
a { background-color: #3C17CD; }
a { background-color: rgb(60,23,205); }
div.DivClassName
{
background-color: #3C17CD;
}
.BgClassName
{
background-color: #3C17CD;
}
</style>
border-color css
<style>
span { border-color: #3C17CD; }
span { border-color: rgb(60,23,205); }
td.TdClassName
{
border-color: #3C17CD;
}
.TagClassName
{
border-color: #3C17CD;
}
</style>