Shades of Purple Heart #3915B7
Tints of Purple Heart #3915B7
RGB
CMYK
RGB Variations
Color information
#3915B7 (or 0x3915B7) is known color: Purple Heart. HEX triplet: 39, 15 and B7. RGB value is (57,21,183). Sum of RGB (Red+Green+Blue) = 57+21+183=261 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.84% from 261); Green value is 21 (8.59% from 255 or 8.05% from 261); Blue value is 183 (71.88% from 255 or 70.11% from 261); Max value from RGB is 183 - color contains mainly: blue. Hex color #3915B7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3915B7 is #C6EA48. Grayscale: #313131. Windows color (decimal): -13036105 or 11998521. OLE color: 11998521.
HSL color Cylindrical-coordinate representation of color #3915B7: hue angle of 253.33º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3915B7 is Cyan = 0.69, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 57 | 21 | 183 | - |
| CMYK | 0.69 | 0.89 | 0 | 0.28 |
| HSL | 253.33º | 0.79% | 0.4% | - |
| HSV(B) | 253.33º | 0.89% | 0.72% | - |
| XYZ | 10.5 | 4.83 | 45.18 | - |
| YUV | 50.23 | 202.93 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 21 | 183 | 0.69 | 0.89 | 0 | 0.28 | 253.33 | 0.79 | 0.4 |
| Hex | 39 | 15 | B7 | 45 | 59 | 0 | 1C | FD | 4F | 28 |
| Octal | 71 | 25 | 267 | 105 | 131 | 0 | 34 | 375 | 117 | 50 |
| Binary | 111001 | 10101 | 10110111 | 1000101 | 1011001 | 0 | 11100 | 11111101 | 1001111 | 101000 |
Color Harmonies of #3915B7
Complementary color
Monochromatic Colors of #3915B7
Black with #3915B7
Text Example
Text Example
White with #3915B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3915B7; }
p { color: rgb(57,21,183); }
H1.HeaderClassName
{
color: #3915B7;
}
.AnyTagClassName
{
color: #3915B7;
}
</style>
background-color css
<style>
a { background-color: #3915B7; }
a { background-color: rgb(57,21,183); }
div.DivClassName
{
background-color: #3915B7;
}
.BgClassName
{
background-color: #3915B7;
}
</style>
border-color css
<style>
span { border-color: #3915B7; }
span { border-color: rgb(57,21,183); }
td.TdClassName
{
border-color: #3915B7;
}
.TagClassName
{
border-color: #3915B7;
}
</style>