Shades of Purple Heart #3C17CA
Tints of Purple Heart #3C17CA
RGB
CMYK
RGB Variations
Color information
#3C17CA (or 0x3C17CA) is known color: Purple Heart. HEX triplet: 3C, 17 and CA. RGB value is (60,23,202). Sum of RGB (Red+Green+Blue) = 60+23+202=285 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.05% from 285); Green value is 23 (9.38% from 255 or 8.07% from 285); Blue value is 202 (79.30% from 255 or 70.88% from 285); Max value from RGB is 202 - color contains mainly: blue. Hex color #3C17CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C17CA is #C3E835. Grayscale: #353535. Windows color (decimal): -12838966 or 13244220. OLE color: 13244220.
HSL color Cylindrical-coordinate representation of color #3C17CA: hue angle of 252.4º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3C17CA is Cyan = 0.70, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 60 | 23 | 202 | - |
| CMYK | 0.70 | 0.89 | 0 | 0.21 |
| HSL | 252.4º | 0.8% | 0.44% | - |
| HSV(B) | 252.4º | 0.89% | 0.79% | - |
| XYZ | 12.83 | 5.84 | 56.33 | - |
| YUV | 54.47 | 211.26 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 23 | 202 | 0.70 | 0.89 | 0 | 0.21 | 252.4 | 0.8 | 0.44 |
| Hex | 3C | 17 | CA | 46 | 59 | 0 | 15 | FC | 50 | 2C |
| Octal | 74 | 27 | 312 | 106 | 131 | 0 | 25 | 374 | 120 | 54 |
| Binary | 111100 | 10111 | 11001010 | 1000110 | 1011001 | 0 | 10101 | 11111100 | 1010000 | 101100 |
Color Harmonies of #3C17CA
Complementary color
Monochromatic Colors of #3C17CA
Black with #3C17CA
Text Example
Text Example
White with #3C17CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C17CA; }
p { color: rgb(60,23,202); }
H1.HeaderClassName
{
color: #3C17CA;
}
.AnyTagClassName
{
color: #3C17CA;
}
</style>
background-color css
<style>
a { background-color: #3C17CA; }
a { background-color: rgb(60,23,202); }
div.DivClassName
{
background-color: #3C17CA;
}
.BgClassName
{
background-color: #3C17CA;
}
</style>
border-color css
<style>
span { border-color: #3C17CA; }
span { border-color: rgb(60,23,202); }
td.TdClassName
{
border-color: #3C17CA;
}
.TagClassName
{
border-color: #3C17CA;
}
</style>