Shades of Purple Heart #5F39BA
Tints of Purple Heart #5F39BA
RGB
CMYK
RGB Variations
Color information
#5F39BA (or 0x5F39BA) is known color: Purple Heart. HEX triplet: 5F, 39 and BA. RGB value is (95,57,186). Sum of RGB (Red+Green+Blue) = 95+57+186=338 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.11% from 338); Green value is 57 (22.66% from 255 or 16.86% from 338); Blue value is 186 (73.05% from 255 or 55.03% from 338); Max value from RGB is 186 - color contains mainly: blue. Hex color #5F39BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F39BA is #A0C645. Grayscale: #525252. Windows color (decimal): -10536518 or 12204383. OLE color: 12204383.
HSL color Cylindrical-coordinate representation of color #5F39BA: hue angle of 257.67º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5F39BA is Cyan = 0.49, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 95 | 57 | 186 | - |
| CMYK | 0.49 | 0.69 | 0 | 0.27 |
| HSL | 257.67º | 0.53% | 0.48% | - |
| HSV(B) | 257.67º | 0.69% | 0.73% | - |
| XYZ | 15.05 | 8.9 | 47.38 | - |
| YUV | 83.07 | 186.09 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 57 | 186 | 0.49 | 0.69 | 0 | 0.27 | 257.67 | 0.53 | 0.48 |
| Hex | 5F | 39 | BA | 31 | 45 | 0 | 1B | 102 | 35 | 30 |
| Octal | 137 | 71 | 272 | 61 | 105 | 0 | 33 | 402 | 65 | 60 |
| Binary | 1011111 | 111001 | 10111010 | 110001 | 1000101 | 0 | 11011 | 100000010 | 110101 | 110000 |
Color Harmonies of #5F39BA
Complementary color
Monochromatic Colors of #5F39BA
Black with #5F39BA
Text Example
Text Example
White with #5F39BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F39BA; }
p { color: rgb(95,57,186); }
H1.HeaderClassName
{
color: #5F39BA;
}
.AnyTagClassName
{
color: #5F39BA;
}
</style>
background-color css
<style>
a { background-color: #5F39BA; }
a { background-color: rgb(95,57,186); }
div.DivClassName
{
background-color: #5F39BA;
}
.BgClassName
{
background-color: #5F39BA;
}
</style>
border-color css
<style>
span { border-color: #5F39BA; }
span { border-color: rgb(95,57,186); }
td.TdClassName
{
border-color: #5F39BA;
}
.TagClassName
{
border-color: #5F39BA;
}
</style>