Shades of Purple Heart #3C17BA
Tints of Purple Heart #3C17BA
RGB
CMYK
RGB Variations
Color information
#3C17BA (or 0x3C17BA) is known color: Purple Heart. HEX triplet: 3C, 17 and BA. RGB value is (60,23,186). Sum of RGB (Red+Green+Blue) = 60+23+186=269 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.30% from 269); Green value is 23 (9.38% from 255 or 8.55% from 269); Blue value is 186 (73.05% from 255 or 69.14% from 269); Max value from RGB is 186 - color contains mainly: blue. Hex color #3C17BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C17BA is #C3E845. Grayscale: #343434. Windows color (decimal): -12838982 or 12195644. OLE color: 12195644.
HSL color Cylindrical-coordinate representation of color #3C17BA: hue angle of 253.62º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3C17BA is Cyan = 0.68, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 60 | 23 | 186 | - |
| CMYK | 0.68 | 0.88 | 0 | 0.27 |
| HSL | 253.62º | 0.78% | 0.41% | - |
| HSV(B) | 253.62º | 0.88% | 0.73% | - |
| XYZ | 11.03 | 5.12 | 46.86 | - |
| YUV | 52.65 | 203.26 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 23 | 186 | 0.68 | 0.88 | 0 | 0.27 | 253.62 | 0.78 | 0.41 |
| Hex | 3C | 17 | BA | 44 | 58 | 0 | 1B | FE | 4E | 29 |
| Octal | 74 | 27 | 272 | 104 | 130 | 0 | 33 | 376 | 116 | 51 |
| Binary | 111100 | 10111 | 10111010 | 1000100 | 1011000 | 0 | 11011 | 11111110 | 1001110 | 101001 |
Color Harmonies of #3C17BA
Complementary color
Monochromatic Colors of #3C17BA
Black with #3C17BA
Text Example
Text Example
White with #3C17BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C17BA; }
p { color: rgb(60,23,186); }
H1.HeaderClassName
{
color: #3C17BA;
}
.AnyTagClassName
{
color: #3C17BA;
}
</style>
background-color css
<style>
a { background-color: #3C17BA; }
a { background-color: rgb(60,23,186); }
div.DivClassName
{
background-color: #3C17BA;
}
.BgClassName
{
background-color: #3C17BA;
}
</style>
border-color css
<style>
span { border-color: #3C17BA; }
span { border-color: rgb(60,23,186); }
td.TdClassName
{
border-color: #3C17BA;
}
.TagClassName
{
border-color: #3C17BA;
}
</style>