Shades of Purple Heart #3C13BC
Tints of Purple Heart #3C13BC
RGB
CMYK
RGB Variations
Color information
#3C13BC (or 0x3C13BC) is known color: Purple Heart. HEX triplet: 3C, 13 and BC. RGB value is (60,19,188). Sum of RGB (Red+Green+Blue) = 60+19+188=267 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.47% from 267); Green value is 19 (7.81% from 255 or 7.12% from 267); Blue value is 188 (73.83% from 255 or 70.41% from 267); Max value from RGB is 188 - color contains mainly: blue. Hex color #3C13BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C13BC is #C3EC43. Grayscale: #313131. Windows color (decimal): -12840004 or 12325692. OLE color: 12325692.
HSL color Cylindrical-coordinate representation of color #3C13BC: hue angle of 254.56º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3C13BC is Cyan = 0.68, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 60 | 19 | 188 | - |
| CMYK | 0.68 | 0.90 | 0 | 0.26 |
| HSL | 254.56º | 0.82% | 0.41% | - |
| HSV(B) | 254.56º | 0.9% | 0.74% | - |
| XYZ | 11.17 | 5.06 | 47.96 | - |
| YUV | 50.53 | 205.58 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 19 | 188 | 0.68 | 0.90 | 0 | 0.26 | 254.56 | 0.82 | 0.41 |
| Hex | 3C | 13 | BC | 44 | 5A | 0 | 1A | FF | 52 | 29 |
| Octal | 74 | 23 | 274 | 104 | 132 | 0 | 32 | 377 | 122 | 51 |
| Binary | 111100 | 10011 | 10111100 | 1000100 | 1011010 | 0 | 11010 | 11111111 | 1010010 | 101001 |
Color Harmonies of #3C13BC
Complementary color
Monochromatic Colors of #3C13BC
Black with #3C13BC
Text Example
Text Example
White with #3C13BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C13BC; }
p { color: rgb(60,19,188); }
H1.HeaderClassName
{
color: #3C13BC;
}
.AnyTagClassName
{
color: #3C13BC;
}
</style>
background-color css
<style>
a { background-color: #3C13BC; }
a { background-color: rgb(60,19,188); }
div.DivClassName
{
background-color: #3C13BC;
}
.BgClassName
{
background-color: #3C13BC;
}
</style>
border-color css
<style>
span { border-color: #3C13BC; }
span { border-color: rgb(60,19,188); }
td.TdClassName
{
border-color: #3C13BC;
}
.TagClassName
{
border-color: #3C13BC;
}
</style>