Shades of Purple Heart #3C13BF
Tints of Purple Heart #3C13BF
RGB
CMYK
RGB Variations
Color information
#3C13BF (or 0x3C13BF) is known color: Purple Heart. HEX triplet: 3C, 13 and BF. RGB value is (60,19,191). Sum of RGB (Red+Green+Blue) = 60+19+191=270 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.22% from 270); Green value is 19 (7.81% from 255 or 7.04% from 270); Blue value is 191 (75% from 255 or 70.74% from 270); Max value from RGB is 191 - color contains mainly: blue. Hex color #3C13BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C13BF is #C3EC40. Grayscale: #323232. Windows color (decimal): -12840001 or 12522300. OLE color: 12522300.
HSL color Cylindrical-coordinate representation of color #3C13BF: hue angle of 254.3º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3C13BF is Cyan = 0.69, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 60 | 19 | 191 | - |
| CMYK | 0.69 | 0.90 | 0 | 0.25 |
| HSL | 254.3º | 0.82% | 0.41% | - |
| HSV(B) | 254.3º | 0.9% | 0.75% | - |
| XYZ | 11.5 | 5.19 | 49.69 | - |
| YUV | 50.87 | 207.08 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 19 | 191 | 0.69 | 0.90 | 0 | 0.25 | 254.3 | 0.82 | 0.41 |
| Hex | 3C | 13 | BF | 45 | 5A | 0 | 19 | FE | 52 | 29 |
| Octal | 74 | 23 | 277 | 105 | 132 | 0 | 31 | 376 | 122 | 51 |
| Binary | 111100 | 10011 | 10111111 | 1000101 | 1011010 | 0 | 11001 | 11111110 | 1010010 | 101001 |
Color Harmonies of #3C13BF
Complementary color
Monochromatic Colors of #3C13BF
Black with #3C13BF
Text Example
Text Example
White with #3C13BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C13BF; }
p { color: rgb(60,19,191); }
H1.HeaderClassName
{
color: #3C13BF;
}
.AnyTagClassName
{
color: #3C13BF;
}
</style>
background-color css
<style>
a { background-color: #3C13BF; }
a { background-color: rgb(60,19,191); }
div.DivClassName
{
background-color: #3C13BF;
}
.BgClassName
{
background-color: #3C13BF;
}
</style>
border-color css
<style>
span { border-color: #3C13BF; }
span { border-color: rgb(60,19,191); }
td.TdClassName
{
border-color: #3C13BF;
}
.TagClassName
{
border-color: #3C13BF;
}
</style>