Shades of Purple Heart #5F37BF
Tints of Purple Heart #5F37BF
RGB
CMYK
RGB Variations
Color information
#5F37BF (or 0x5F37BF) is known color: Purple Heart. HEX triplet: 5F, 37 and BF. RGB value is (95,55,191). Sum of RGB (Red+Green+Blue) = 95+55+191=341 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.86% from 341); Green value is 55 (21.88% from 255 or 16.13% from 341); Blue value is 191 (75% from 255 or 56.01% from 341); Max value from RGB is 191 - color contains mainly: blue. Hex color #5F37BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F37BF is #A0C840. Grayscale: #515151. Windows color (decimal): -10537025 or 12531551. OLE color: 12531551.
HSL color Cylindrical-coordinate representation of color #5F37BF: hue angle of 257.65º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5F37BF is Cyan = 0.50, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 95 | 55 | 191 | - |
| CMYK | 0.50 | 0.71 | 0 | 0.25 |
| HSL | 257.65º | 0.55% | 0.48% | - |
| HSV(B) | 257.65º | 0.71% | 0.75% | - |
| XYZ | 15.49 | 8.93 | 50.2 | - |
| YUV | 82.46 | 189.25 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 55 | 191 | 0.50 | 0.71 | 0 | 0.25 | 257.65 | 0.55 | 0.48 |
| Hex | 5F | 37 | BF | 32 | 47 | 0 | 19 | 102 | 37 | 30 |
| Octal | 137 | 67 | 277 | 62 | 107 | 0 | 31 | 402 | 67 | 60 |
| Binary | 1011111 | 110111 | 10111111 | 110010 | 1000111 | 0 | 11001 | 100000010 | 110111 | 110000 |
Color Harmonies of #5F37BF
Complementary color
Monochromatic Colors of #5F37BF
Black with #5F37BF
Text Example
Text Example
White with #5F37BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F37BF; }
p { color: rgb(95,55,191); }
H1.HeaderClassName
{
color: #5F37BF;
}
.AnyTagClassName
{
color: #5F37BF;
}
</style>
background-color css
<style>
a { background-color: #5F37BF; }
a { background-color: rgb(95,55,191); }
div.DivClassName
{
background-color: #5F37BF;
}
.BgClassName
{
background-color: #5F37BF;
}
</style>
border-color css
<style>
span { border-color: #5F37BF; }
span { border-color: rgb(95,55,191); }
td.TdClassName
{
border-color: #5F37BF;
}
.TagClassName
{
border-color: #5F37BF;
}
</style>