Shades of Purple Heart #391CBC
Tints of Purple Heart #391CBC
RGB
CMYK
RGB Variations
Color information
#391CBC (or 0x391CBC) is known color: Purple Heart. HEX triplet: 39, 1C and BC. RGB value is (57,28,188). Sum of RGB (Red+Green+Blue) = 57+28+188=273 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.88% from 273); Green value is 28 (11.33% from 255 or 10.26% from 273); Blue value is 188 (73.83% from 255 or 68.86% from 273); Max value from RGB is 188 - color contains mainly: blue. Hex color #391CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #391CBC is #C6E343. Grayscale: #363636. Windows color (decimal): -13034308 or 12327993. OLE color: 12327993.
HSL color Cylindrical-coordinate representation of color #391CBC: hue angle of 250.88º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #391CBC is Cyan = 0.70, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 57 | 28 | 188 | - |
| CMYK | 0.70 | 0.85 | 0 | 0.26 |
| HSL | 250.88º | 0.74% | 0.42% | - |
| HSV(B) | 250.88º | 0.85% | 0.74% | - |
| XYZ | 11.18 | 5.33 | 48.02 | - |
| YUV | 54.91 | 203.11 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 28 | 188 | 0.70 | 0.85 | 0 | 0.26 | 250.88 | 0.74 | 0.42 |
| Hex | 39 | 1C | BC | 46 | 55 | 0 | 1A | FB | 4A | 2A |
| Octal | 71 | 34 | 274 | 106 | 125 | 0 | 32 | 373 | 112 | 52 |
| Binary | 111001 | 11100 | 10111100 | 1000110 | 1010101 | 0 | 11010 | 11111011 | 1001010 | 101010 |
Color Harmonies of #391CBC
Complementary color
Monochromatic Colors of #391CBC
Black with #391CBC
Text Example
Text Example
White with #391CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391CBC; }
p { color: rgb(57,28,188); }
H1.HeaderClassName
{
color: #391CBC;
}
.AnyTagClassName
{
color: #391CBC;
}
</style>
background-color css
<style>
a { background-color: #391CBC; }
a { background-color: rgb(57,28,188); }
div.DivClassName
{
background-color: #391CBC;
}
.BgClassName
{
background-color: #391CBC;
}
</style>
border-color css
<style>
span { border-color: #391CBC; }
span { border-color: rgb(57,28,188); }
td.TdClassName
{
border-color: #391CBC;
}
.TagClassName
{
border-color: #391CBC;
}
</style>