Shades of Purple Heart #3C03BC
Tints of Purple Heart #3C03BC
RGB
CMYK
RGB Variations
Color information
#3C03BC (or 0x3C03BC) is known color: Purple Heart. HEX triplet: 3C, 03 and BC. RGB value is (60,3,188). Sum of RGB (Red+Green+Blue) = 60+3+188=251 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.90% from 251); Green value is 3 (1.56% from 255 or 1.20% from 251); Blue value is 188 (73.83% from 255 or 74.90% from 251); Max value from RGB is 188 - color contains mainly: blue. Hex color #3C03BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C03BC is #C3FC43. Grayscale: #282828. Windows color (decimal): -12844100 or 12321596. OLE color: 12321596.
HSL color Cylindrical-coordinate representation of color #3C03BC: hue angle of 258.49º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3C03BC is Cyan = 0.68, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 60 | 3 | 188 | - |
| CMYK | 0.68 | 0.98 | 0 | 0.26 |
| HSL | 258.49º | 0.97% | 0.37% | - |
| HSV(B) | 258.49º | 0.98% | 0.74% | - |
| XYZ | 10.97 | 4.66 | 47.9 | - |
| YUV | 41.13 | 210.88 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 3 | 188 | 0.68 | 0.98 | 0 | 0.26 | 258.49 | 0.97 | 0.37 |
| Hex | 3C | 3 | BC | 44 | 62 | 0 | 1A | 102 | 61 | 25 |
| Octal | 74 | 3 | 274 | 104 | 142 | 0 | 32 | 402 | 141 | 45 |
| Binary | 111100 | 11 | 10111100 | 1000100 | 1100010 | 0 | 11010 | 100000010 | 1100001 | 100101 |
Color Harmonies of #3C03BC
Complementary color
Monochromatic Colors of #3C03BC
Black with #3C03BC
Text Example
Text Example
White with #3C03BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C03BC; }
p { color: rgb(60,3,188); }
H1.HeaderClassName
{
color: #3C03BC;
}
.AnyTagClassName
{
color: #3C03BC;
}
</style>
background-color css
<style>
a { background-color: #3C03BC; }
a { background-color: rgb(60,3,188); }
div.DivClassName
{
background-color: #3C03BC;
}
.BgClassName
{
background-color: #3C03BC;
}
</style>
border-color css
<style>
span { border-color: #3C03BC; }
span { border-color: rgb(60,3,188); }
td.TdClassName
{
border-color: #3C03BC;
}
.TagClassName
{
border-color: #3C03BC;
}
</style>