Shades of Purple Heart #3911BD
Tints of Purple Heart #3911BD
RGB
CMYK
RGB Variations
Color information
#3911BD (or 0x3911BD) is known color: Purple Heart. HEX triplet: 39, 11 and BD. RGB value is (57,17,189). Sum of RGB (Red+Green+Blue) = 57+17+189=263 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.67% from 263); Green value is 17 (7.03% from 255 or 6.46% from 263); Blue value is 189 (74.22% from 255 or 71.86% from 263); Max value from RGB is 189 - color contains mainly: blue. Hex color #3911BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3911BD is #C6EE42. Grayscale: #2F2F2F. Windows color (decimal): -13037123 or 12390713. OLE color: 12390713.
HSL color Cylindrical-coordinate representation of color #3911BD: hue angle of 253.95º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3911BD is Cyan = 0.70, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 57 | 17 | 189 | - |
| CMYK | 0.70 | 0.91 | 0 | 0.26 |
| HSL | 253.95º | 0.83% | 0.4% | - |
| HSV(B) | 253.95º | 0.91% | 0.74% | - |
| XYZ | 11.07 | 4.94 | 48.51 | - |
| YUV | 48.57 | 207.25 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 17 | 189 | 0.70 | 0.91 | 0 | 0.26 | 253.95 | 0.83 | 0.4 |
| Hex | 39 | 11 | BD | 46 | 5B | 0 | 1A | FE | 53 | 28 |
| Octal | 71 | 21 | 275 | 106 | 133 | 0 | 32 | 376 | 123 | 50 |
| Binary | 111001 | 10001 | 10111101 | 1000110 | 1011011 | 0 | 11010 | 11111110 | 1010011 | 101000 |
Color Harmonies of #3911BD
Complementary color
Monochromatic Colors of #3911BD
Black with #3911BD
Text Example
Text Example
White with #3911BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3911BD; }
p { color: rgb(57,17,189); }
H1.HeaderClassName
{
color: #3911BD;
}
.AnyTagClassName
{
color: #3911BD;
}
</style>
background-color css
<style>
a { background-color: #3911BD; }
a { background-color: rgb(57,17,189); }
div.DivClassName
{
background-color: #3911BD;
}
.BgClassName
{
background-color: #3911BD;
}
</style>
border-color css
<style>
span { border-color: #3911BD; }
span { border-color: rgb(57,17,189); }
td.TdClassName
{
border-color: #3911BD;
}
.TagClassName
{
border-color: #3911BD;
}
</style>