Shades of Purple Heart #3C00BC
Tints of Purple Heart #3C00BC
RGB
CMYK
RGB Variations
Color information
#3C00BC (or 0x3C00BC) is known color: Purple Heart. HEX triplet: 3C, 00 and BC. RGB value is (60,0,188). Sum of RGB (Red+Green+Blue) = 60+0+188=248 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.19% from 248); Green value is 0 (0.39% from 255 or 0% from 248); Blue value is 188 (73.83% from 255 or 75.81% from 248); Max value from RGB is 188 - color contains mainly: blue. Hex color #3C00BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C00BC is #C3FF43. Grayscale: #262626. Windows color (decimal): -12844868 or 12320828. OLE color: 12320828.
HSL color Cylindrical-coordinate representation of color #3C00BC: hue angle of 259.15º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3C00BC is Cyan = 0.68, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 60 | 0 | 188 | - |
| CMYK | 0.68 | 1 | 0 | 0.26 |
| HSL | 259.15º | 1% | 0.37% | - |
| HSV(B) | 259.15º | 1% | 0.74% | - |
| XYZ | 10.94 | 4.59 | 47.89 | - |
| YUV | 39.37 | 211.88 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 0 | 188 | 0.68 | 1 | 0 | 0.26 | 259.15 | 1 | 0.37 |
| Hex | 3C | 0 | BC | 44 | 64 | 0 | 1A | 103 | 64 | 25 |
| Octal | 74 | 0 | 274 | 104 | 144 | 0 | 32 | 403 | 144 | 45 |
| Binary | 111100 | 0 | 10111100 | 1000100 | 1100100 | 0 | 11010 | 100000011 | 1100100 | 100101 |
Color Harmonies of #3C00BC
Complementary color
Monochromatic Colors of #3C00BC
Black with #3C00BC
Text Example
Text Example
White with #3C00BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C00BC; }
p { color: rgb(60,0,188); }
H1.HeaderClassName
{
color: #3C00BC;
}
.AnyTagClassName
{
color: #3C00BC;
}
</style>
background-color css
<style>
a { background-color: #3C00BC; }
a { background-color: rgb(60,0,188); }
div.DivClassName
{
background-color: #3C00BC;
}
.BgClassName
{
background-color: #3C00BC;
}
</style>
border-color css
<style>
span { border-color: #3C00BC; }
span { border-color: rgb(60,0,188); }
td.TdClassName
{
border-color: #3C00BC;
}
.TagClassName
{
border-color: #3C00BC;
}
</style>