Shades of Purple Heart #3715BD
Tints of Purple Heart #3715BD
RGB
CMYK
RGB Variations
Color information
#3715BD (or 0x3715BD) is known color: Purple Heart. HEX triplet: 37, 15 and BD. RGB value is (55,21,189). Sum of RGB (Red+Green+Blue) = 55+21+189=265 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.75% from 265); Green value is 21 (8.59% from 255 or 7.92% from 265); Blue value is 189 (74.22% from 255 or 71.32% from 265); Max value from RGB is 189 - color contains mainly: blue. Hex color #3715BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3715BD is #C8EA42. Grayscale: #313131. Windows color (decimal): -13167171 or 12391735. OLE color: 12391735.
HSL color Cylindrical-coordinate representation of color #3715BD: hue angle of 252.14º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3715BD is Cyan = 0.71, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 55 | 21 | 189 | - |
| CMYK | 0.71 | 0.89 | 0 | 0.26 |
| HSL | 252.14º | 0.8% | 0.41% | - |
| HSV(B) | 252.14º | 0.89% | 0.74% | - |
| XYZ | 11.03 | 5.02 | 48.53 | - |
| YUV | 50.32 | 206.26 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 21 | 189 | 0.71 | 0.89 | 0 | 0.26 | 252.14 | 0.8 | 0.41 |
| Hex | 37 | 15 | BD | 47 | 59 | 0 | 1A | FC | 50 | 29 |
| Octal | 67 | 25 | 275 | 107 | 131 | 0 | 32 | 374 | 120 | 51 |
| Binary | 110111 | 10101 | 10111101 | 1000111 | 1011001 | 0 | 11010 | 11111100 | 1010000 | 101001 |
Color Harmonies of #3715BD
Complementary color
Monochromatic Colors of #3715BD
Black with #3715BD
Text Example
Text Example
White with #3715BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3715BD; }
p { color: rgb(55,21,189); }
H1.HeaderClassName
{
color: #3715BD;
}
.AnyTagClassName
{
color: #3715BD;
}
</style>
background-color css
<style>
a { background-color: #3715BD; }
a { background-color: rgb(55,21,189); }
div.DivClassName
{
background-color: #3715BD;
}
.BgClassName
{
background-color: #3715BD;
}
</style>
border-color css
<style>
span { border-color: #3715BD; }
span { border-color: rgb(55,21,189); }
td.TdClassName
{
border-color: #3715BD;
}
.TagClassName
{
border-color: #3715BD;
}
</style>