Shades of Purple Heart #3C0ABB
Tints of Purple Heart #3C0ABB
RGB
CMYK
RGB Variations
Color information
#3C0ABB (or 0x3C0ABB) is known color: Purple Heart. HEX triplet: 3C, 0A and BB. RGB value is (60,10,187). Sum of RGB (Red+Green+Blue) = 60+10+187=257 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.35% from 257); Green value is 10 (4.30% from 255 or 3.89% from 257); Blue value is 187 (73.44% from 255 or 72.76% from 257); Max value from RGB is 187 - color contains mainly: blue. Hex color #3C0ABB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C0ABB is #C3F544. Grayscale: #2C2C2C. Windows color (decimal): -12842309 or 12257852. OLE color: 12257852.
HSL color Cylindrical-coordinate representation of color #3C0ABB: hue angle of 256.95º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3C0ABB is Cyan = 0.68, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 60 | 10 | 187 | - |
| CMYK | 0.68 | 0.95 | 0 | 0.27 |
| HSL | 256.95º | 0.9% | 0.39% | - |
| HSV(B) | 256.95º | 0.95% | 0.73% | - |
| XYZ | 10.94 | 4.77 | 47.36 | - |
| YUV | 45.13 | 208.07 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 10 | 187 | 0.68 | 0.95 | 0 | 0.27 | 256.95 | 0.9 | 0.39 |
| Hex | 3C | A | BB | 44 | 5F | 0 | 1B | 101 | 5A | 27 |
| Octal | 74 | 12 | 273 | 104 | 137 | 0 | 33 | 401 | 132 | 47 |
| Binary | 111100 | 1010 | 10111011 | 1000100 | 1011111 | 0 | 11011 | 100000001 | 1011010 | 100111 |
Color Harmonies of #3C0ABB
Complementary color
Monochromatic Colors of #3C0ABB
Black with #3C0ABB
Text Example
Text Example
White with #3C0ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0ABB; }
p { color: rgb(60,10,187); }
H1.HeaderClassName
{
color: #3C0ABB;
}
.AnyTagClassName
{
color: #3C0ABB;
}
</style>
background-color css
<style>
a { background-color: #3C0ABB; }
a { background-color: rgb(60,10,187); }
div.DivClassName
{
background-color: #3C0ABB;
}
.BgClassName
{
background-color: #3C0ABB;
}
</style>
border-color css
<style>
span { border-color: #3C0ABB; }
span { border-color: rgb(60,10,187); }
td.TdClassName
{
border-color: #3C0ABB;
}
.TagClassName
{
border-color: #3C0ABB;
}
</style>