Shades of Purple Heart #3715BB
Tints of Purple Heart #3715BB
RGB
CMYK
RGB Variations
Color information
#3715BB (or 0x3715BB) is known color: Purple Heart. HEX triplet: 37, 15 and BB. RGB value is (55,21,187). Sum of RGB (Red+Green+Blue) = 55+21+187=263 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.91% from 263); Green value is 21 (8.59% from 255 or 7.98% from 263); Blue value is 187 (73.44% from 255 or 71.10% from 263); Max value from RGB is 187 - color contains mainly: blue. Hex color #3715BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3715BB is #C8EA44. Grayscale: #313131. Windows color (decimal): -13167173 or 12260663. OLE color: 12260663.
HSL color Cylindrical-coordinate representation of color #3715BB: hue angle of 252.29º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3715BB is Cyan = 0.71, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 55 | 21 | 187 | - |
| CMYK | 0.71 | 0.89 | 0 | 0.27 |
| HSL | 252.29º | 0.8% | 0.41% | - |
| HSV(B) | 252.29º | 0.89% | 0.73% | - |
| XYZ | 10.81 | 4.94 | 47.4 | - |
| YUV | 50.09 | 205.26 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 21 | 187 | 0.71 | 0.89 | 0 | 0.27 | 252.29 | 0.8 | 0.41 |
| Hex | 37 | 15 | BB | 47 | 59 | 0 | 1B | FC | 50 | 29 |
| Octal | 67 | 25 | 273 | 107 | 131 | 0 | 33 | 374 | 120 | 51 |
| Binary | 110111 | 10101 | 10111011 | 1000111 | 1011001 | 0 | 11011 | 11111100 | 1010000 | 101001 |
Color Harmonies of #3715BB
Complementary color
Monochromatic Colors of #3715BB
Black with #3715BB
Text Example
Text Example
White with #3715BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3715BB; }
p { color: rgb(55,21,187); }
H1.HeaderClassName
{
color: #3715BB;
}
.AnyTagClassName
{
color: #3715BB;
}
</style>
background-color css
<style>
a { background-color: #3715BB; }
a { background-color: rgb(55,21,187); }
div.DivClassName
{
background-color: #3715BB;
}
.BgClassName
{
background-color: #3715BB;
}
</style>
border-color css
<style>
span { border-color: #3715BB; }
span { border-color: rgb(55,21,187); }
td.TdClassName
{
border-color: #3715BB;
}
.TagClassName
{
border-color: #3715BB;
}
</style>