Shades of Purple Heart #3C01C3
Tints of Purple Heart #3C01C3
RGB
CMYK
RGB Variations
Color information
#3C01C3 (or 0x3C01C3) is known color: Purple Heart. HEX triplet: 3C, 01 and C3. RGB value is (60,1,195). Sum of RGB (Red+Green+Blue) = 60+1+195=256 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.44% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 195 (76.56% from 255 or 76.17% from 256); Max value from RGB is 195 - color contains mainly: blue. Hex color #3C01C3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C01C3 is #C3FE3C. Grayscale: #282828. Windows color (decimal): -12844605 or 12779836. OLE color: 12779836.
HSL color Cylindrical-coordinate representation of color #3C01C3: hue angle of 258.25º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3C01C3 is Cyan = 0.69, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 60 | 1 | 195 | - |
| CMYK | 0.69 | 0.99 | 0 | 0.24 |
| HSL | 258.25º | 0.99% | 0.38% | - |
| HSV(B) | 258.25º | 0.99% | 0.76% | - |
| XYZ | 11.72 | 4.92 | 51.96 | - |
| YUV | 40.76 | 215.05 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 1 | 195 | 0.69 | 0.99 | 0 | 0.24 | 258.25 | 0.99 | 0.38 |
| Hex | 3C | 1 | C3 | 45 | 63 | 0 | 18 | 102 | 63 | 26 |
| Octal | 74 | 1 | 303 | 105 | 143 | 0 | 30 | 402 | 143 | 46 |
| Binary | 111100 | 1 | 11000011 | 1000101 | 1100011 | 0 | 11000 | 100000010 | 1100011 | 100110 |
Color Harmonies of #3C01C3
Complementary color
Monochromatic Colors of #3C01C3
Black with #3C01C3
Text Example
Text Example
White with #3C01C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C01C3; }
p { color: rgb(60,1,195); }
H1.HeaderClassName
{
color: #3C01C3;
}
.AnyTagClassName
{
color: #3C01C3;
}
</style>
background-color css
<style>
a { background-color: #3C01C3; }
a { background-color: rgb(60,1,195); }
div.DivClassName
{
background-color: #3C01C3;
}
.BgClassName
{
background-color: #3C01C3;
}
</style>
border-color css
<style>
span { border-color: #3C01C3; }
span { border-color: rgb(60,1,195); }
td.TdClassName
{
border-color: #3C01C3;
}
.TagClassName
{
border-color: #3C01C3;
}
</style>