Shades of Purple Heart #3911BC
Tints of Purple Heart #3911BC
RGB
CMYK
RGB Variations
Color information
#3911BC (or 0x3911BC) is known color: Purple Heart. HEX triplet: 39, 11 and BC. RGB value is (57,17,188). Sum of RGB (Red+Green+Blue) = 57+17+188=262 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.76% from 262); Green value is 17 (7.03% from 255 or 6.49% from 262); Blue value is 188 (73.83% from 255 or 71.76% from 262); Max value from RGB is 188 - color contains mainly: blue. Hex color #3911BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3911BC is #C6EE43. Grayscale: #2F2F2F. Windows color (decimal): -13037124 or 12325177. OLE color: 12325177.
HSL color Cylindrical-coordinate representation of color #3911BC: hue angle of 254.04º 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 #3911BC is Cyan = 0.70, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 57 | 17 | 188 | - |
| CMYK | 0.70 | 0.91 | 0 | 0.26 |
| HSL | 254.04º | 0.83% | 0.4% | - |
| HSV(B) | 254.04º | 0.91% | 0.74% | - |
| XYZ | 10.96 | 4.9 | 47.95 | - |
| YUV | 48.45 | 206.75 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 17 | 188 | 0.70 | 0.91 | 0 | 0.26 | 254.04 | 0.83 | 0.4 |
| Hex | 39 | 11 | BC | 46 | 5B | 0 | 1A | FE | 53 | 28 |
| Octal | 71 | 21 | 274 | 106 | 133 | 0 | 32 | 376 | 123 | 50 |
| Binary | 111001 | 10001 | 10111100 | 1000110 | 1011011 | 0 | 11010 | 11111110 | 1010011 | 101000 |
Color Harmonies of #3911BC
Complementary color
Monochromatic Colors of #3911BC
Black with #3911BC
Text Example
Text Example
White with #3911BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3911BC; }
p { color: rgb(57,17,188); }
H1.HeaderClassName
{
color: #3911BC;
}
.AnyTagClassName
{
color: #3911BC;
}
</style>
background-color css
<style>
a { background-color: #3911BC; }
a { background-color: rgb(57,17,188); }
div.DivClassName
{
background-color: #3911BC;
}
.BgClassName
{
background-color: #3911BC;
}
</style>
border-color css
<style>
span { border-color: #3911BC; }
span { border-color: rgb(57,17,188); }
td.TdClassName
{
border-color: #3911BC;
}
.TagClassName
{
border-color: #3911BC;
}
</style>