Shades of Purple Heart #5F37B5
Tints of Purple Heart #5F37B5
RGB
CMYK
RGB Variations
Color information
#5F37B5 (or 0x5F37B5) is known color: Purple Heart. HEX triplet: 5F, 37 and B5. RGB value is (95,55,181). Sum of RGB (Red+Green+Blue) = 95+55+181=331 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.70% from 331); Green value is 55 (21.88% from 255 or 16.62% from 331); Blue value is 181 (71.09% from 255 or 54.68% from 331); Max value from RGB is 181 - color contains mainly: blue. Hex color #5F37B5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F37B5 is #A0C84A. Grayscale: #505050. Windows color (decimal): -10537035 or 11876191. OLE color: 11876191.
HSL color Cylindrical-coordinate representation of color #5F37B5: hue angle of 259.05º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5F37B5 is Cyan = 0.48, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 95 | 55 | 181 | - |
| CMYK | 0.48 | 0.70 | 0 | 0.29 |
| HSL | 259.05º | 0.53% | 0.46% | - |
| HSV(B) | 259.05º | 0.7% | 0.71% | - |
| XYZ | 14.43 | 8.5 | 44.6 | - |
| YUV | 81.32 | 184.25 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 55 | 181 | 0.48 | 0.70 | 0 | 0.29 | 259.05 | 0.53 | 0.46 |
| Hex | 5F | 37 | B5 | 30 | 46 | 0 | 1D | 103 | 35 | 2E |
| Octal | 137 | 67 | 265 | 60 | 106 | 0 | 35 | 403 | 65 | 56 |
| Binary | 1011111 | 110111 | 10110101 | 110000 | 1000110 | 0 | 11101 | 100000011 | 110101 | 101110 |
Color Harmonies of #5F37B5
Complementary color
Monochromatic Colors of #5F37B5
Black with #5F37B5
Text Example
Text Example
White with #5F37B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F37B5; }
p { color: rgb(95,55,181); }
H1.HeaderClassName
{
color: #5F37B5;
}
.AnyTagClassName
{
color: #5F37B5;
}
</style>
background-color css
<style>
a { background-color: #5F37B5; }
a { background-color: rgb(95,55,181); }
div.DivClassName
{
background-color: #5F37B5;
}
.BgClassName
{
background-color: #5F37B5;
}
</style>
border-color css
<style>
span { border-color: #5F37B5; }
span { border-color: rgb(95,55,181); }
td.TdClassName
{
border-color: #5F37B5;
}
.TagClassName
{
border-color: #5F37B5;
}
</style>