Shades of Purple Heart #3917BD
Tints of Purple Heart #3917BD
RGB
CMYK
RGB Variations
Color information
#3917BD (or 0x3917BD) is known color: Purple Heart. HEX triplet: 39, 17 and BD. RGB value is (57,23,189). Sum of RGB (Red+Green+Blue) = 57+23+189=269 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.19% from 269); Green value is 23 (9.38% from 255 or 8.55% from 269); Blue value is 189 (74.22% from 255 or 70.26% from 269); Max value from RGB is 189 - color contains mainly: blue. Hex color #3917BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3917BD is #C6E842. Grayscale: #333333. Windows color (decimal): -13035587 or 12392249. OLE color: 12392249.
HSL color Cylindrical-coordinate representation of color #3917BD: hue angle of 252.29º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3917BD is Cyan = 0.70, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 57 | 23 | 189 | - |
| CMYK | 0.70 | 0.88 | 0 | 0.26 |
| HSL | 252.29º | 0.78% | 0.42% | - |
| HSV(B) | 252.29º | 0.88% | 0.74% | - |
| XYZ | 11.18 | 5.16 | 48.55 | - |
| YUV | 52.09 | 205.26 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 23 | 189 | 0.70 | 0.88 | 0 | 0.26 | 252.29 | 0.78 | 0.42 |
| Hex | 39 | 17 | BD | 46 | 58 | 0 | 1A | FC | 4E | 2A |
| Octal | 71 | 27 | 275 | 106 | 130 | 0 | 32 | 374 | 116 | 52 |
| Binary | 111001 | 10111 | 10111101 | 1000110 | 1011000 | 0 | 11010 | 11111100 | 1001110 | 101010 |
Color Harmonies of #3917BD
Complementary color
Monochromatic Colors of #3917BD
Black with #3917BD
Text Example
Text Example
White with #3917BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3917BD; }
p { color: rgb(57,23,189); }
H1.HeaderClassName
{
color: #3917BD;
}
.AnyTagClassName
{
color: #3917BD;
}
</style>
background-color css
<style>
a { background-color: #3917BD; }
a { background-color: rgb(57,23,189); }
div.DivClassName
{
background-color: #3917BD;
}
.BgClassName
{
background-color: #3917BD;
}
</style>
border-color css
<style>
span { border-color: #3917BD; }
span { border-color: rgb(57,23,189); }
td.TdClassName
{
border-color: #3917BD;
}
.TagClassName
{
border-color: #3917BD;
}
</style>