Shades of Purple Heart #391ABC
Tints of Purple Heart #391ABC
RGB
CMYK
RGB Variations
Color information
#391ABC (or 0x391ABC) is known color: Purple Heart. HEX triplet: 39, 1A and BC. RGB value is (57,26,188). Sum of RGB (Red+Green+Blue) = 57+26+188=271 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.03% from 271); Green value is 26 (10.55% from 255 or 9.59% from 271); Blue value is 188 (73.83% from 255 or 69.37% from 271); Max value from RGB is 188 - color contains mainly: blue. Hex color #391ABC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #391ABC is #C6E543. Grayscale: #353535. Windows color (decimal): -13034820 or 12327481. OLE color: 12327481.
HSL color Cylindrical-coordinate representation of color #391ABC: hue angle of 251.48º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #391ABC is Cyan = 0.70, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 57 | 26 | 188 | - |
| CMYK | 0.70 | 0.86 | 0 | 0.26 |
| HSL | 251.48º | 0.76% | 0.42% | - |
| HSV(B) | 251.48º | 0.86% | 0.74% | - |
| XYZ | 11.13 | 5.24 | 48 | - |
| YUV | 53.74 | 203.77 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 26 | 188 | 0.70 | 0.86 | 0 | 0.26 | 251.48 | 0.76 | 0.42 |
| Hex | 39 | 1A | BC | 46 | 56 | 0 | 1A | FB | 4C | 2A |
| Octal | 71 | 32 | 274 | 106 | 126 | 0 | 32 | 373 | 114 | 52 |
| Binary | 111001 | 11010 | 10111100 | 1000110 | 1010110 | 0 | 11010 | 11111011 | 1001100 | 101010 |
Color Harmonies of #391ABC
Complementary color
Monochromatic Colors of #391ABC
Black with #391ABC
Text Example
Text Example
White with #391ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391ABC; }
p { color: rgb(57,26,188); }
H1.HeaderClassName
{
color: #391ABC;
}
.AnyTagClassName
{
color: #391ABC;
}
</style>
background-color css
<style>
a { background-color: #391ABC; }
a { background-color: rgb(57,26,188); }
div.DivClassName
{
background-color: #391ABC;
}
.BgClassName
{
background-color: #391ABC;
}
</style>
border-color css
<style>
span { border-color: #391ABC; }
span { border-color: rgb(57,26,188); }
td.TdClassName
{
border-color: #391ABC;
}
.TagClassName
{
border-color: #391ABC;
}
</style>