Shades of Purple Heart #3918BA
Tints of Purple Heart #3918BA
RGB
CMYK
RGB Variations
Color information
#3918BA (or 0x3918BA) is known color: Purple Heart. HEX triplet: 39, 18 and BA. RGB value is (57,24,186). Sum of RGB (Red+Green+Blue) = 57+24+186=267 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.35% from 267); Green value is 24 (9.77% from 255 or 8.99% from 267); Blue value is 186 (73.05% from 255 or 69.66% from 267); Max value from RGB is 186 - color contains mainly: blue. Hex color #3918BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3918BA is #C6E745. Grayscale: #333333. Windows color (decimal): -13035334 or 12195897. OLE color: 12195897.
HSL color Cylindrical-coordinate representation of color #3918BA: hue angle of 252.22º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3918BA is Cyan = 0.69, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 57 | 24 | 186 | - |
| CMYK | 0.69 | 0.87 | 0 | 0.27 |
| HSL | 252.22º | 0.77% | 0.41% | - |
| HSV(B) | 252.22º | 0.87% | 0.73% | - |
| XYZ | 10.88 | 5.07 | 46.86 | - |
| YUV | 52.34 | 203.43 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 24 | 186 | 0.69 | 0.87 | 0 | 0.27 | 252.22 | 0.77 | 0.41 |
| Hex | 39 | 18 | BA | 45 | 57 | 0 | 1B | FC | 4D | 29 |
| Octal | 71 | 30 | 272 | 105 | 127 | 0 | 33 | 374 | 115 | 51 |
| Binary | 111001 | 11000 | 10111010 | 1000101 | 1010111 | 0 | 11011 | 11111100 | 1001101 | 101001 |
Color Harmonies of #3918BA
Complementary color
Monochromatic Colors of #3918BA
Black with #3918BA
Text Example
Text Example
White with #3918BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3918BA; }
p { color: rgb(57,24,186); }
H1.HeaderClassName
{
color: #3918BA;
}
.AnyTagClassName
{
color: #3918BA;
}
</style>
background-color css
<style>
a { background-color: #3918BA; }
a { background-color: rgb(57,24,186); }
div.DivClassName
{
background-color: #3918BA;
}
.BgClassName
{
background-color: #3918BA;
}
</style>
border-color css
<style>
span { border-color: #3918BA; }
span { border-color: rgb(57,24,186); }
td.TdClassName
{
border-color: #3918BA;
}
.TagClassName
{
border-color: #3918BA;
}
</style>