Shades of Purple Heart #3C16BA
Tints of Purple Heart #3C16BA
RGB
CMYK
RGB Variations
Color information
#3C16BA (or 0x3C16BA) is known color: Purple Heart. HEX triplet: 3C, 16 and BA. RGB value is (60,22,186). Sum of RGB (Red+Green+Blue) = 60+22+186=268 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.39% from 268); Green value is 22 (8.98% from 255 or 8.21% from 268); Blue value is 186 (73.05% from 255 or 69.40% from 268); Max value from RGB is 186 - color contains mainly: blue. Hex color #3C16BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C16BA is #C3E945. Grayscale: #333333. Windows color (decimal): -12839238 or 12195388. OLE color: 12195388.
HSL color Cylindrical-coordinate representation of color #3C16BA: hue angle of 253.9º degrees, saturation: 0.79, 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 #3C16BA is Cyan = 0.68, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 60 | 22 | 186 | - |
| CMYK | 0.68 | 0.88 | 0 | 0.27 |
| HSL | 253.9º | 0.79% | 0.41% | - |
| HSV(B) | 253.9º | 0.88% | 0.73% | - |
| XYZ | 11.01 | 5.08 | 46.85 | - |
| YUV | 52.06 | 203.59 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 22 | 186 | 0.68 | 0.88 | 0 | 0.27 | 253.9 | 0.79 | 0.41 |
| Hex | 3C | 16 | BA | 44 | 58 | 0 | 1B | FE | 4F | 29 |
| Octal | 74 | 26 | 272 | 104 | 130 | 0 | 33 | 376 | 117 | 51 |
| Binary | 111100 | 10110 | 10111010 | 1000100 | 1011000 | 0 | 11011 | 11111110 | 1001111 | 101001 |
Color Harmonies of #3C16BA
Complementary color
Monochromatic Colors of #3C16BA
Black with #3C16BA
Text Example
Text Example
White with #3C16BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C16BA; }
p { color: rgb(60,22,186); }
H1.HeaderClassName
{
color: #3C16BA;
}
.AnyTagClassName
{
color: #3C16BA;
}
</style>
background-color css
<style>
a { background-color: #3C16BA; }
a { background-color: rgb(60,22,186); }
div.DivClassName
{
background-color: #3C16BA;
}
.BgClassName
{
background-color: #3C16BA;
}
</style>
border-color css
<style>
span { border-color: #3C16BA; }
span { border-color: rgb(60,22,186); }
td.TdClassName
{
border-color: #3C16BA;
}
.TagClassName
{
border-color: #3C16BA;
}
</style>