Shades of Purple Heart #3C03C1
Tints of Purple Heart #3C03C1
RGB
CMYK
RGB Variations
Color information
#3C03C1 (or 0x3C03C1) is known color: Purple Heart. HEX triplet: 3C, 03 and C1. RGB value is (60,3,193). Sum of RGB (Red+Green+Blue) = 60+3+193=256 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.44% from 256); Green value is 3 (1.56% from 255 or 1.17% from 256); Blue value is 193 (75.78% from 255 or 75.39% from 256); Max value from RGB is 193 - color contains mainly: blue. Hex color #3C03C1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C03C1 is #C3FC3E. Grayscale: #292929. Windows color (decimal): -12844095 or 12649276. OLE color: 12649276.
HSL color Cylindrical-coordinate representation of color #3C03C1: hue angle of 258º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3C03C1 is Cyan = 0.69, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 60 | 3 | 193 | - |
| CMYK | 0.69 | 0.98 | 0 | 0.24 |
| HSL | 258º | 0.97% | 0.38% | - |
| HSV(B) | 258º | 0.98% | 0.76% | - |
| XYZ | 11.52 | 4.88 | 50.79 | - |
| YUV | 41.7 | 213.38 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 3 | 193 | 0.69 | 0.98 | 0 | 0.24 | 258 | 0.97 | 0.38 |
| Hex | 3C | 3 | C1 | 45 | 62 | 0 | 18 | 102 | 61 | 26 |
| Octal | 74 | 3 | 301 | 105 | 142 | 0 | 30 | 402 | 141 | 46 |
| Binary | 111100 | 11 | 11000001 | 1000101 | 1100010 | 0 | 11000 | 100000010 | 1100001 | 100110 |
Color Harmonies of #3C03C1
Complementary color
Monochromatic Colors of #3C03C1
Black with #3C03C1
Text Example
Text Example
White with #3C03C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C03C1; }
p { color: rgb(60,3,193); }
H1.HeaderClassName
{
color: #3C03C1;
}
.AnyTagClassName
{
color: #3C03C1;
}
</style>
background-color css
<style>
a { background-color: #3C03C1; }
a { background-color: rgb(60,3,193); }
div.DivClassName
{
background-color: #3C03C1;
}
.BgClassName
{
background-color: #3C03C1;
}
</style>
border-color css
<style>
span { border-color: #3C03C1; }
span { border-color: rgb(60,3,193); }
td.TdClassName
{
border-color: #3C03C1;
}
.TagClassName
{
border-color: #3C03C1;
}
</style>