Shades of Purple Heart #3715BA
Tints of Purple Heart #3715BA
RGB
CMYK
RGB Variations
Color information
#3715BA (or 0x3715BA) is known color: Purple Heart. HEX triplet: 37, 15 and BA. RGB value is (55,21,186). Sum of RGB (Red+Green+Blue) = 55+21+186=262 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.99% from 262); Green value is 21 (8.59% from 255 or 8.02% from 262); Blue value is 186 (73.05% from 255 or 70.99% from 262); Max value from RGB is 186 - color contains mainly: blue. Hex color #3715BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3715BA is #C8EA45. Grayscale: #313131. Windows color (decimal): -13167174 or 12195127. OLE color: 12195127.
HSL color Cylindrical-coordinate representation of color #3715BA: hue angle of 252.36º 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 #3715BA is Cyan = 0.70, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 55 | 21 | 186 | - |
| CMYK | 0.70 | 0.89 | 0 | 0.27 |
| HSL | 252.36º | 0.8% | 0.41% | - |
| HSV(B) | 252.36º | 0.89% | 0.73% | - |
| XYZ | 10.71 | 4.89 | 46.83 | - |
| YUV | 49.98 | 204.76 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 21 | 186 | 0.70 | 0.89 | 0 | 0.27 | 252.36 | 0.8 | 0.41 |
| Hex | 37 | 15 | BA | 46 | 59 | 0 | 1B | FC | 50 | 29 |
| Octal | 67 | 25 | 272 | 106 | 131 | 0 | 33 | 374 | 120 | 51 |
| Binary | 110111 | 10101 | 10111010 | 1000110 | 1011001 | 0 | 11011 | 11111100 | 1010000 | 101001 |
Color Harmonies of #3715BA
Complementary color
Monochromatic Colors of #3715BA
Black with #3715BA
Text Example
Text Example
White with #3715BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3715BA; }
p { color: rgb(55,21,186); }
H1.HeaderClassName
{
color: #3715BA;
}
.AnyTagClassName
{
color: #3715BA;
}
</style>
background-color css
<style>
a { background-color: #3715BA; }
a { background-color: rgb(55,21,186); }
div.DivClassName
{
background-color: #3715BA;
}
.BgClassName
{
background-color: #3715BA;
}
</style>
border-color css
<style>
span { border-color: #3715BA; }
span { border-color: rgb(55,21,186); }
td.TdClassName
{
border-color: #3715BA;
}
.TagClassName
{
border-color: #3715BA;
}
</style>