Shades of Purple Heart #3915BD
Tints of Purple Heart #3915BD
RGB
CMYK
RGB Variations
Color information
#3915BD (or 0x3915BD) is known color: Purple Heart. HEX triplet: 39, 15 and BD. RGB value is (57,21,189). Sum of RGB (Red+Green+Blue) = 57+21+189=267 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.35% from 267); Green value is 21 (8.59% from 255 or 7.87% from 267); Blue value is 189 (74.22% from 255 or 70.79% from 267); Max value from RGB is 189 - color contains mainly: blue. Hex color #3915BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3915BD is #C6EA42. Grayscale: #323232. Windows color (decimal): -13036099 or 12391737. OLE color: 12391737.
HSL color Cylindrical-coordinate representation of color #3915BD: hue angle of 252.86º 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 #3915BD is Cyan = 0.70, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 57 | 21 | 189 | - |
| CMYK | 0.70 | 0.89 | 0 | 0.26 |
| HSL | 252.86º | 0.8% | 0.41% | - |
| HSV(B) | 252.86º | 0.89% | 0.74% | - |
| XYZ | 11.14 | 5.08 | 48.54 | - |
| YUV | 50.92 | 205.93 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 21 | 189 | 0.70 | 0.89 | 0 | 0.26 | 252.86 | 0.8 | 0.41 |
| Hex | 39 | 15 | BD | 46 | 59 | 0 | 1A | FD | 50 | 29 |
| Octal | 71 | 25 | 275 | 106 | 131 | 0 | 32 | 375 | 120 | 51 |
| Binary | 111001 | 10101 | 10111101 | 1000110 | 1011001 | 0 | 11010 | 11111101 | 1010000 | 101001 |
Color Harmonies of #3915BD
Complementary color
Monochromatic Colors of #3915BD
Black with #3915BD
Text Example
Text Example
White with #3915BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3915BD; }
p { color: rgb(57,21,189); }
H1.HeaderClassName
{
color: #3915BD;
}
.AnyTagClassName
{
color: #3915BD;
}
</style>
background-color css
<style>
a { background-color: #3915BD; }
a { background-color: rgb(57,21,189); }
div.DivClassName
{
background-color: #3915BD;
}
.BgClassName
{
background-color: #3915BD;
}
</style>
border-color css
<style>
span { border-color: #3915BD; }
span { border-color: rgb(57,21,189); }
td.TdClassName
{
border-color: #3915BD;
}
.TagClassName
{
border-color: #3915BD;
}
</style>