Shades of Purple Heart #3713BD
Tints of Purple Heart #3713BD
RGB
CMYK
RGB Variations
Color information
#3713BD (or 0x3713BD) is known color: Purple Heart. HEX triplet: 37, 13 and BD. RGB value is (55,19,189). Sum of RGB (Red+Green+Blue) = 55+19+189=263 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.91% from 263); Green value is 19 (7.81% from 255 or 7.22% from 263); Blue value is 189 (74.22% from 255 or 71.86% from 263); Max value from RGB is 189 - color contains mainly: blue. Hex color #3713BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3713BD is #C8EC42. Grayscale: #303030. Windows color (decimal): -13167683 or 12391223. OLE color: 12391223.
HSL color Cylindrical-coordinate representation of color #3713BD: hue angle of 252.71º 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 #3713BD is Cyan = 0.71, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 55 | 19 | 189 | - |
| CMYK | 0.71 | 0.90 | 0 | 0.26 |
| HSL | 252.71º | 0.82% | 0.41% | - |
| HSV(B) | 252.71º | 0.9% | 0.74% | - |
| XYZ | 10.99 | 4.95 | 48.52 | - |
| YUV | 49.14 | 206.93 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 19 | 189 | 0.71 | 0.90 | 0 | 0.26 | 252.71 | 0.82 | 0.41 |
| Hex | 37 | 13 | BD | 47 | 5A | 0 | 1A | FD | 52 | 29 |
| Octal | 67 | 23 | 275 | 107 | 132 | 0 | 32 | 375 | 122 | 51 |
| Binary | 110111 | 10011 | 10111101 | 1000111 | 1011010 | 0 | 11010 | 11111101 | 1010010 | 101001 |
Color Harmonies of #3713BD
Complementary color
Monochromatic Colors of #3713BD
Black with #3713BD
Text Example
Text Example
White with #3713BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3713BD; }
p { color: rgb(55,19,189); }
H1.HeaderClassName
{
color: #3713BD;
}
.AnyTagClassName
{
color: #3713BD;
}
</style>
background-color css
<style>
a { background-color: #3713BD; }
a { background-color: rgb(55,19,189); }
div.DivClassName
{
background-color: #3713BD;
}
.BgClassName
{
background-color: #3713BD;
}
</style>
border-color css
<style>
span { border-color: #3713BD; }
span { border-color: rgb(55,19,189); }
td.TdClassName
{
border-color: #3713BD;
}
.TagClassName
{
border-color: #3713BD;
}
</style>