Shades of Purple Heart #3C08BC
Tints of Purple Heart #3C08BC
RGB
CMYK
RGB Variations
Color information
#3C08BC (or 0x3C08BC) is known color: Purple Heart. HEX triplet: 3C, 08 and BC. RGB value is (60,8,188). Sum of RGB (Red+Green+Blue) = 60+8+188=256 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.44% from 256); Green value is 8 (3.52% from 255 or 3.12% from 256); Blue value is 188 (73.83% from 255 or 73.44% from 256); Max value from RGB is 188 - color contains mainly: blue. Hex color #3C08BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C08BC is #C3F743. Grayscale: #2B2B2B. Windows color (decimal): -12842820 or 12322876. OLE color: 12322876.
HSL color Cylindrical-coordinate representation of color #3C08BC: hue angle of 257.33º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3C08BC is Cyan = 0.68, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 60 | 8 | 188 | - |
| CMYK | 0.68 | 0.96 | 0 | 0.26 |
| HSL | 257.33º | 0.92% | 0.38% | - |
| HSV(B) | 257.33º | 0.96% | 0.74% | - |
| XYZ | 11.03 | 4.77 | 47.92 | - |
| YUV | 44.07 | 209.23 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 8 | 188 | 0.68 | 0.96 | 0 | 0.26 | 257.33 | 0.92 | 0.38 |
| Hex | 3C | 8 | BC | 44 | 60 | 0 | 1A | 101 | 5C | 26 |
| Octal | 74 | 10 | 274 | 104 | 140 | 0 | 32 | 401 | 134 | 46 |
| Binary | 111100 | 1000 | 10111100 | 1000100 | 1100000 | 0 | 11010 | 100000001 | 1011100 | 100110 |
Color Harmonies of #3C08BC
Complementary color
Monochromatic Colors of #3C08BC
Black with #3C08BC
Text Example
Text Example
White with #3C08BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C08BC; }
p { color: rgb(60,8,188); }
H1.HeaderClassName
{
color: #3C08BC;
}
.AnyTagClassName
{
color: #3C08BC;
}
</style>
background-color css
<style>
a { background-color: #3C08BC; }
a { background-color: rgb(60,8,188); }
div.DivClassName
{
background-color: #3C08BC;
}
.BgClassName
{
background-color: #3C08BC;
}
</style>
border-color css
<style>
span { border-color: #3C08BC; }
span { border-color: rgb(60,8,188); }
td.TdClassName
{
border-color: #3C08BC;
}
.TagClassName
{
border-color: #3C08BC;
}
</style>