Shades of Purple Heart #3913BC
Tints of Purple Heart #3913BC
RGB
CMYK
RGB Variations
Color information
#3913BC (or 0x3913BC) is known color: Purple Heart. HEX triplet: 39, 13 and BC. RGB value is (57,19,188). Sum of RGB (Red+Green+Blue) = 57+19+188=264 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.59% from 264); Green value is 19 (7.81% from 255 or 7.20% from 264); Blue value is 188 (73.83% from 255 or 71.21% from 264); Max value from RGB is 188 - color contains mainly: blue. Hex color #3913BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3913BC is #C6EC43. Grayscale: #303030. Windows color (decimal): -13036612 or 12325689. OLE color: 12325689.
HSL color Cylindrical-coordinate representation of color #3913BC: hue angle of 253.49º 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 #3913BC is Cyan = 0.70, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 57 | 19 | 188 | - |
| CMYK | 0.70 | 0.90 | 0 | 0.26 |
| HSL | 253.49º | 0.82% | 0.41% | - |
| HSV(B) | 253.49º | 0.9% | 0.74% | - |
| XYZ | 11 | 4.97 | 47.96 | - |
| YUV | 49.63 | 206.09 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 19 | 188 | 0.70 | 0.90 | 0 | 0.26 | 253.49 | 0.82 | 0.41 |
| Hex | 39 | 13 | BC | 46 | 5A | 0 | 1A | FD | 52 | 29 |
| Octal | 71 | 23 | 274 | 106 | 132 | 0 | 32 | 375 | 122 | 51 |
| Binary | 111001 | 10011 | 10111100 | 1000110 | 1011010 | 0 | 11010 | 11111101 | 1010010 | 101001 |
Color Harmonies of #3913BC
Complementary color
Monochromatic Colors of #3913BC
Black with #3913BC
Text Example
Text Example
White with #3913BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3913BC; }
p { color: rgb(57,19,188); }
H1.HeaderClassName
{
color: #3913BC;
}
.AnyTagClassName
{
color: #3913BC;
}
</style>
background-color css
<style>
a { background-color: #3913BC; }
a { background-color: rgb(57,19,188); }
div.DivClassName
{
background-color: #3913BC;
}
.BgClassName
{
background-color: #3913BC;
}
</style>
border-color css
<style>
span { border-color: #3913BC; }
span { border-color: rgb(57,19,188); }
td.TdClassName
{
border-color: #3913BC;
}
.TagClassName
{
border-color: #3913BC;
}
</style>