Shades of Purple Heart #3C13CB
Tints of Purple Heart #3C13CB
RGB
CMYK
RGB Variations
Color information
#3C13CB (or 0x3C13CB) is known color: Purple Heart. HEX triplet: 3C, 13 and CB. RGB value is (60,19,203). Sum of RGB (Red+Green+Blue) = 60+19+203=282 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.28% from 282); Green value is 19 (7.81% from 255 or 6.74% from 282); Blue value is 203 (79.69% from 255 or 71.99% from 282); Max value from RGB is 203 - color contains mainly: blue. Hex color #3C13CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C13CB is #C3EC34. Grayscale: #333333. Windows color (decimal): -12839989 or 13308732. OLE color: 13308732.
HSL color Cylindrical-coordinate representation of color #3C13CB: hue angle of 253.37º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3C13CB is Cyan = 0.70, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 60 | 19 | 203 | - |
| CMYK | 0.70 | 0.91 | 0 | 0.20 |
| HSL | 253.37º | 0.83% | 0.44% | - |
| HSV(B) | 253.37º | 0.91% | 0.8% | - |
| XYZ | 12.88 | 5.74 | 56.93 | - |
| YUV | 52.24 | 213.08 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 19 | 203 | 0.70 | 0.91 | 0 | 0.20 | 253.37 | 0.83 | 0.44 |
| Hex | 3C | 13 | CB | 46 | 5B | 0 | 14 | FD | 53 | 2C |
| Octal | 74 | 23 | 313 | 106 | 133 | 0 | 24 | 375 | 123 | 54 |
| Binary | 111100 | 10011 | 11001011 | 1000110 | 1011011 | 0 | 10100 | 11111101 | 1010011 | 101100 |
Color Harmonies of #3C13CB
Complementary color
Monochromatic Colors of #3C13CB
Black with #3C13CB
Text Example
Text Example
White with #3C13CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C13CB; }
p { color: rgb(60,19,203); }
H1.HeaderClassName
{
color: #3C13CB;
}
.AnyTagClassName
{
color: #3C13CB;
}
</style>
background-color css
<style>
a { background-color: #3C13CB; }
a { background-color: rgb(60,19,203); }
div.DivClassName
{
background-color: #3C13CB;
}
.BgClassName
{
background-color: #3C13CB;
}
</style>
border-color css
<style>
span { border-color: #3C13CB; }
span { border-color: rgb(60,19,203); }
td.TdClassName
{
border-color: #3C13CB;
}
.TagClassName
{
border-color: #3C13CB;
}
</style>