Shades of Purple Heart #5F2EBC
Tints of Purple Heart #5F2EBC
RGB
CMYK
RGB Variations
Color information
#5F2EBC (or 0x5F2EBC) is known color: Purple Heart. HEX triplet: 5F, 2E and BC. RGB value is (95,46,188). Sum of RGB (Red+Green+Blue) = 95+46+188=329 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.88% from 329); Green value is 46 (18.36% from 255 or 13.98% from 329); Blue value is 188 (73.83% from 255 or 57.14% from 329); Max value from RGB is 188 - color contains mainly: blue. Hex color #5F2EBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F2EBC is #A0D143. Grayscale: #4C4C4C. Windows color (decimal): -10539332 or 12332639. OLE color: 12332639.
HSL color Cylindrical-coordinate representation of color #5F2EBC: hue angle of 260.7º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5F2EBC is Cyan = 0.49, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 95 | 46 | 188 | - |
| CMYK | 0.49 | 0.76 | 0 | 0.26 |
| HSL | 260.7º | 0.61% | 0.46% | - |
| HSV(B) | 260.7º | 0.76% | 0.74% | - |
| XYZ | 14.77 | 8.02 | 48.35 | - |
| YUV | 76.84 | 190.73 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 46 | 188 | 0.49 | 0.76 | 0 | 0.26 | 260.7 | 0.61 | 0.46 |
| Hex | 5F | 2E | BC | 31 | 4C | 0 | 1A | 105 | 3D | 2E |
| Octal | 137 | 56 | 274 | 61 | 114 | 0 | 32 | 405 | 75 | 56 |
| Binary | 1011111 | 101110 | 10111100 | 110001 | 1001100 | 0 | 11010 | 100000101 | 111101 | 101110 |
Color Harmonies of #5F2EBC
Complementary color
Monochromatic Colors of #5F2EBC
Black with #5F2EBC
Text Example
Text Example
White with #5F2EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F2EBC; }
p { color: rgb(95,46,188); }
H1.HeaderClassName
{
color: #5F2EBC;
}
.AnyTagClassName
{
color: #5F2EBC;
}
</style>
background-color css
<style>
a { background-color: #5F2EBC; }
a { background-color: rgb(95,46,188); }
div.DivClassName
{
background-color: #5F2EBC;
}
.BgClassName
{
background-color: #5F2EBC;
}
</style>
border-color css
<style>
span { border-color: #5F2EBC; }
span { border-color: rgb(95,46,188); }
td.TdClassName
{
border-color: #5F2EBC;
}
.TagClassName
{
border-color: #5F2EBC;
}
</style>