Shades of Purple Heart #5F37DC
Tints of Purple Heart #5F37DC
RGB
CMYK
RGB Variations
Color information
#5F37DC (or 0x5F37DC) is known color: Purple Heart. HEX triplet: 5F, 37 and DC. RGB value is (95,55,220). Sum of RGB (Red+Green+Blue) = 95+55+220=370 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.68% from 370); Green value is 55 (21.88% from 255 or 14.86% from 370); Blue value is 220 (86.33% from 255 or 59.46% from 370); Max value from RGB is 220 - color contains mainly: blue. Hex color #5F37DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F37DC is #A0C823. Grayscale: #555555. Windows color (decimal): -10536996 or 14432095. OLE color: 14432095.
HSL color Cylindrical-coordinate representation of color #5F37DC: hue angle of 254.55º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5F37DC is Cyan = 0.57, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 55 | 220 | - |
| CMYK | 0.57 | 0.75 | 0 | 0.14 |
| HSL | 254.55º | 0.7% | 0.54% | - |
| HSV(B) | 254.55º | 0.75% | 0.86% | - |
| XYZ | 19 | 10.33 | 68.7 | - |
| YUV | 85.77 | 203.75 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 55 | 220 | 0.57 | 0.75 | 0 | 0.14 | 254.55 | 0.7 | 0.54 |
| Hex | 5F | 37 | DC | 39 | 4B | 0 | E | FF | 46 | 36 |
| Octal | 137 | 67 | 334 | 71 | 113 | 0 | 16 | 377 | 106 | 66 |
| Binary | 1011111 | 110111 | 11011100 | 111001 | 1001011 | 0 | 1110 | 11111111 | 1000110 | 110110 |
Color Harmonies of #5F37DC
Complementary color
Monochromatic Colors of #5F37DC
Black with #5F37DC
Text Example
Text Example
White with #5F37DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F37DC; }
p { color: rgb(95,55,220); }
H1.HeaderClassName
{
color: #5F37DC;
}
.AnyTagClassName
{
color: #5F37DC;
}
</style>
background-color css
<style>
a { background-color: #5F37DC; }
a { background-color: rgb(95,55,220); }
div.DivClassName
{
background-color: #5F37DC;
}
.BgClassName
{
background-color: #5F37DC;
}
</style>
border-color css
<style>
span { border-color: #5F37DC; }
span { border-color: rgb(95,55,220); }
td.TdClassName
{
border-color: #5F37DC;
}
.TagClassName
{
border-color: #5F37DC;
}
</style>