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