Shades of Purple Heart #5F2BBF
Tints of Purple Heart #5F2BBF
RGB
CMYK
RGB Variations
Color information
#5F2BBF (or 0x5F2BBF) is known color: Purple Heart. HEX triplet: 5F, 2B and BF. RGB value is (95,43,191). Sum of RGB (Red+Green+Blue) = 95+43+191=329 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.88% from 329); Green value is 43 (17.19% from 255 or 13.07% from 329); Blue value is 191 (75% from 255 or 58.05% from 329); Max value from RGB is 191 - color contains mainly: blue. Hex color #5F2BBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F2BBF is #A0D440. Grayscale: #4A4A4A. Windows color (decimal): -10540097 or 12528479. OLE color: 12528479.
HSL color Cylindrical-coordinate representation of color #5F2BBF: hue angle of 261.08º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5F2BBF is Cyan = 0.50, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 95 | 43 | 191 | - |
| CMYK | 0.50 | 0.77 | 0 | 0.25 |
| HSL | 261.08º | 0.63% | 0.46% | - |
| HSV(B) | 261.08º | 0.77% | 0.75% | - |
| XYZ | 14.99 | 7.92 | 50.03 | - |
| YUV | 75.42 | 193.23 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 43 | 191 | 0.50 | 0.77 | 0 | 0.25 | 261.08 | 0.63 | 0.46 |
| Hex | 5F | 2B | BF | 32 | 4D | 0 | 19 | 105 | 3F | 2E |
| Octal | 137 | 53 | 277 | 62 | 115 | 0 | 31 | 405 | 77 | 56 |
| Binary | 1011111 | 101011 | 10111111 | 110010 | 1001101 | 0 | 11001 | 100000101 | 111111 | 101110 |
Color Harmonies of #5F2BBF
Complementary color
Monochromatic Colors of #5F2BBF
Black with #5F2BBF
Text Example
Text Example
White with #5F2BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F2BBF; }
p { color: rgb(95,43,191); }
H1.HeaderClassName
{
color: #5F2BBF;
}
.AnyTagClassName
{
color: #5F2BBF;
}
</style>
background-color css
<style>
a { background-color: #5F2BBF; }
a { background-color: rgb(95,43,191); }
div.DivClassName
{
background-color: #5F2BBF;
}
.BgClassName
{
background-color: #5F2BBF;
}
</style>
border-color css
<style>
span { border-color: #5F2BBF; }
span { border-color: rgb(95,43,191); }
td.TdClassName
{
border-color: #5F2BBF;
}
.TagClassName
{
border-color: #5F2BBF;
}
</style>