Shades of Purple Heart #5F2CBD
Tints of Purple Heart #5F2CBD
RGB
CMYK
RGB Variations
Color information
#5F2CBD (or 0x5F2CBD) is known color: Purple Heart. HEX triplet: 5F, 2C and BD. RGB value is (95,44,189). Sum of RGB (Red+Green+Blue) = 95+44+189=328 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.96% from 328); Green value is 44 (17.58% from 255 or 13.41% from 328); Blue value is 189 (74.22% from 255 or 57.62% from 328); Max value from RGB is 189 - color contains mainly: blue. Hex color #5F2CBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F2CBD is #A0D342. Grayscale: #4B4B4B. Windows color (decimal): -10539843 or 12397663. OLE color: 12397663.
HSL color Cylindrical-coordinate representation of color #5F2CBD: hue angle of 261.1º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5F2CBD is Cyan = 0.50, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 95 | 44 | 189 | - |
| CMYK | 0.50 | 0.77 | 0 | 0.26 |
| HSL | 261.1º | 0.62% | 0.46% | - |
| HSV(B) | 261.1º | 0.77% | 0.74% | - |
| XYZ | 14.81 | 7.91 | 48.89 | - |
| YUV | 75.78 | 191.9 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 44 | 189 | 0.50 | 0.77 | 0 | 0.26 | 261.1 | 0.62 | 0.46 |
| Hex | 5F | 2C | BD | 32 | 4D | 0 | 1A | 105 | 3E | 2E |
| Octal | 137 | 54 | 275 | 62 | 115 | 0 | 32 | 405 | 76 | 56 |
| Binary | 1011111 | 101100 | 10111101 | 110010 | 1001101 | 0 | 11010 | 100000101 | 111110 | 101110 |
Color Harmonies of #5F2CBD
Complementary color
Monochromatic Colors of #5F2CBD
Black with #5F2CBD
Text Example
Text Example
White with #5F2CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F2CBD; }
p { color: rgb(95,44,189); }
H1.HeaderClassName
{
color: #5F2CBD;
}
.AnyTagClassName
{
color: #5F2CBD;
}
</style>
background-color css
<style>
a { background-color: #5F2CBD; }
a { background-color: rgb(95,44,189); }
div.DivClassName
{
background-color: #5F2CBD;
}
.BgClassName
{
background-color: #5F2CBD;
}
</style>
border-color css
<style>
span { border-color: #5F2CBD; }
span { border-color: rgb(95,44,189); }
td.TdClassName
{
border-color: #5F2CBD;
}
.TagClassName
{
border-color: #5F2CBD;
}
</style>