Shades of Purple Heart #5F37BC
Tints of Purple Heart #5F37BC
RGB
CMYK
RGB Variations
Color information
#5F37BC (or 0x5F37BC) is known color: Purple Heart. HEX triplet: 5F, 37 and BC. RGB value is (95,55,188). Sum of RGB (Red+Green+Blue) = 95+55+188=338 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.11% from 338); Green value is 55 (21.88% from 255 or 16.27% from 338); Blue value is 188 (73.83% from 255 or 55.62% from 338); Max value from RGB is 188 - color contains mainly: blue. Hex color #5F37BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F37BC is #A0C843. Grayscale: #515151. Windows color (decimal): -10537028 or 12334943. OLE color: 12334943.
HSL color Cylindrical-coordinate representation of color #5F37BC: hue angle of 258.05º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5F37BC is Cyan = 0.49, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 95 | 55 | 188 | - |
| CMYK | 0.49 | 0.71 | 0 | 0.26 |
| HSL | 258.05º | 0.55% | 0.48% | - |
| HSV(B) | 258.05º | 0.71% | 0.74% | - |
| XYZ | 15.16 | 8.8 | 48.48 | - |
| YUV | 82.12 | 187.75 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 55 | 188 | 0.49 | 0.71 | 0 | 0.26 | 258.05 | 0.55 | 0.48 |
| Hex | 5F | 37 | BC | 31 | 47 | 0 | 1A | 102 | 37 | 30 |
| Octal | 137 | 67 | 274 | 61 | 107 | 0 | 32 | 402 | 67 | 60 |
| Binary | 1011111 | 110111 | 10111100 | 110001 | 1000111 | 0 | 11010 | 100000010 | 110111 | 110000 |
Color Harmonies of #5F37BC
Complementary color
Monochromatic Colors of #5F37BC
Black with #5F37BC
Text Example
Text Example
White with #5F37BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F37BC; }
p { color: rgb(95,55,188); }
H1.HeaderClassName
{
color: #5F37BC;
}
.AnyTagClassName
{
color: #5F37BC;
}
</style>
background-color css
<style>
a { background-color: #5F37BC; }
a { background-color: rgb(95,55,188); }
div.DivClassName
{
background-color: #5F37BC;
}
.BgClassName
{
background-color: #5F37BC;
}
</style>
border-color css
<style>
span { border-color: #5F37BC; }
span { border-color: rgb(95,55,188); }
td.TdClassName
{
border-color: #5F37BC;
}
.TagClassName
{
border-color: #5F37BC;
}
</style>