Shades of Purple Heart #391CBF
Tints of Purple Heart #391CBF
RGB
CMYK
RGB Variations
Color information
#391CBF (or 0x391CBF) is known color: Purple Heart. HEX triplet: 39, 1C and BF. RGB value is (57,28,191). Sum of RGB (Red+Green+Blue) = 57+28+191=276 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.65% from 276); Green value is 28 (11.33% from 255 or 10.14% from 276); Blue value is 191 (75% from 255 or 69.20% from 276); Max value from RGB is 191 - color contains mainly: blue. Hex color #391CBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #391CBF is #C6E340. Grayscale: #363636. Windows color (decimal): -13034305 or 12524601. OLE color: 12524601.
HSL color Cylindrical-coordinate representation of color #391CBF: hue angle of 250.67º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #391CBF is Cyan = 0.70, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 57 | 28 | 191 | - |
| CMYK | 0.70 | 0.85 | 0 | 0.25 |
| HSL | 250.67º | 0.74% | 0.43% | - |
| HSV(B) | 250.67º | 0.85% | 0.75% | - |
| XYZ | 11.51 | 5.46 | 49.74 | - |
| YUV | 55.25 | 204.61 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 28 | 191 | 0.70 | 0.85 | 0 | 0.25 | 250.67 | 0.74 | 0.43 |
| Hex | 39 | 1C | BF | 46 | 55 | 0 | 19 | FB | 4A | 2B |
| Octal | 71 | 34 | 277 | 106 | 125 | 0 | 31 | 373 | 112 | 53 |
| Binary | 111001 | 11100 | 10111111 | 1000110 | 1010101 | 0 | 11001 | 11111011 | 1001010 | 101011 |
Color Harmonies of #391CBF
Complementary color
Monochromatic Colors of #391CBF
Black with #391CBF
Text Example
Text Example
White with #391CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391CBF; }
p { color: rgb(57,28,191); }
H1.HeaderClassName
{
color: #391CBF;
}
.AnyTagClassName
{
color: #391CBF;
}
</style>
background-color css
<style>
a { background-color: #391CBF; }
a { background-color: rgb(57,28,191); }
div.DivClassName
{
background-color: #391CBF;
}
.BgClassName
{
background-color: #391CBF;
}
</style>
border-color css
<style>
span { border-color: #391CBF; }
span { border-color: rgb(57,28,191); }
td.TdClassName
{
border-color: #391CBF;
}
.TagClassName
{
border-color: #391CBF;
}
</style>