Shades of Purple Heart #3C16CB
Tints of Purple Heart #3C16CB
RGB
CMYK
RGB Variations
Color information
#3C16CB (or 0x3C16CB) is known color: Purple Heart. HEX triplet: 3C, 16 and CB. RGB value is (60,22,203). Sum of RGB (Red+Green+Blue) = 60+22+203=285 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.05% from 285); Green value is 22 (8.98% from 255 or 7.72% from 285); Blue value is 203 (79.69% from 255 or 71.23% from 285); Max value from RGB is 203 - color contains mainly: blue. Hex color #3C16CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C16CB is #C3E934. Grayscale: #353535. Windows color (decimal): -12839221 or 13309500. OLE color: 13309500.
HSL color Cylindrical-coordinate representation of color #3C16CB: hue angle of 252.6º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3C16CB is Cyan = 0.70, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 60 | 22 | 203 | - |
| CMYK | 0.70 | 0.89 | 0 | 0.20 |
| HSL | 252.6º | 0.8% | 0.44% | - |
| HSV(B) | 252.6º | 0.89% | 0.8% | - |
| XYZ | 12.93 | 5.85 | 56.95 | - |
| YUV | 54 | 212.09 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 22 | 203 | 0.70 | 0.89 | 0 | 0.20 | 252.6 | 0.8 | 0.44 |
| Hex | 3C | 16 | CB | 46 | 59 | 0 | 14 | FD | 50 | 2C |
| Octal | 74 | 26 | 313 | 106 | 131 | 0 | 24 | 375 | 120 | 54 |
| Binary | 111100 | 10110 | 11001011 | 1000110 | 1011001 | 0 | 10100 | 11111101 | 1010000 | 101100 |
Color Harmonies of #3C16CB
Complementary color
Monochromatic Colors of #3C16CB
Black with #3C16CB
Text Example
Text Example
White with #3C16CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C16CB; }
p { color: rgb(60,22,203); }
H1.HeaderClassName
{
color: #3C16CB;
}
.AnyTagClassName
{
color: #3C16CB;
}
</style>
background-color css
<style>
a { background-color: #3C16CB; }
a { background-color: rgb(60,22,203); }
div.DivClassName
{
background-color: #3C16CB;
}
.BgClassName
{
background-color: #3C16CB;
}
</style>
border-color css
<style>
span { border-color: #3C16CB; }
span { border-color: rgb(60,22,203); }
td.TdClassName
{
border-color: #3C16CB;
}
.TagClassName
{
border-color: #3C16CB;
}
</style>