Shades of Purple Heart #3C07BC
Tints of Purple Heart #3C07BC
RGB
CMYK
RGB Variations
Color information
#3C07BC (or 0x3C07BC) is known color: Purple Heart. HEX triplet: 3C, 07 and BC. RGB value is (60,7,188). Sum of RGB (Red+Green+Blue) = 60+7+188=255 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.53% from 255); Green value is 7 (3.12% from 255 or 2.75% from 255); Blue value is 188 (73.83% from 255 or 73.73% from 255); Max value from RGB is 188 - color contains mainly: blue. Hex color #3C07BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C07BC is #C3F843. Grayscale: #2A2A2A. Windows color (decimal): -12843076 or 12322620. OLE color: 12322620.
HSL color Cylindrical-coordinate representation of color #3C07BC: hue angle of 257.57º degrees, saturation: 0.93, 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 #3C07BC is Cyan = 0.68, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 60 | 7 | 188 | - |
| CMYK | 0.68 | 0.96 | 0 | 0.26 |
| HSL | 257.57º | 0.93% | 0.38% | - |
| HSV(B) | 257.57º | 0.96% | 0.74% | - |
| XYZ | 11.02 | 4.74 | 47.91 | - |
| YUV | 43.48 | 209.56 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 7 | 188 | 0.68 | 0.96 | 0 | 0.26 | 257.57 | 0.93 | 0.38 |
| Hex | 3C | 7 | BC | 44 | 60 | 0 | 1A | 102 | 5D | 26 |
| Octal | 74 | 7 | 274 | 104 | 140 | 0 | 32 | 402 | 135 | 46 |
| Binary | 111100 | 111 | 10111100 | 1000100 | 1100000 | 0 | 11010 | 100000010 | 1011101 | 100110 |
Color Harmonies of #3C07BC
Complementary color
Monochromatic Colors of #3C07BC
Black with #3C07BC
Text Example
Text Example
White with #3C07BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C07BC; }
p { color: rgb(60,7,188); }
H1.HeaderClassName
{
color: #3C07BC;
}
.AnyTagClassName
{
color: #3C07BC;
}
</style>
background-color css
<style>
a { background-color: #3C07BC; }
a { background-color: rgb(60,7,188); }
div.DivClassName
{
background-color: #3C07BC;
}
.BgClassName
{
background-color: #3C07BC;
}
</style>
border-color css
<style>
span { border-color: #3C07BC; }
span { border-color: rgb(60,7,188); }
td.TdClassName
{
border-color: #3C07BC;
}
.TagClassName
{
border-color: #3C07BC;
}
</style>