Shades of Purple Heart #5F2FBF
Tints of Purple Heart #5F2FBF
RGB
CMYK
RGB Variations
Color information
#5F2FBF (or 0x5F2FBF) is known color: Purple Heart. HEX triplet: 5F, 2F and BF. RGB value is (95,47,191). Sum of RGB (Red+Green+Blue) = 95+47+191=333 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.53% from 333); Green value is 47 (18.75% from 255 or 14.11% from 333); Blue value is 191 (75% from 255 or 57.36% from 333); Max value from RGB is 191 - color contains mainly: blue. Hex color #5F2FBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F2FBF is #A0D040. Grayscale: #4D4D4D. Windows color (decimal): -10539073 or 12529503. OLE color: 12529503.
HSL color Cylindrical-coordinate representation of color #5F2FBF: hue angle of 260º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5F2FBF is Cyan = 0.50, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 95 | 47 | 191 | - |
| CMYK | 0.50 | 0.75 | 0 | 0.25 |
| HSL | 260º | 0.61% | 0.47% | - |
| HSV(B) | 260º | 0.75% | 0.75% | - |
| XYZ | 15.14 | 8.23 | 50.08 | - |
| YUV | 77.77 | 191.9 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 47 | 191 | 0.50 | 0.75 | 0 | 0.25 | 260 | 0.61 | 0.47 |
| Hex | 5F | 2F | BF | 32 | 4B | 0 | 19 | 104 | 3D | 2F |
| Octal | 137 | 57 | 277 | 62 | 113 | 0 | 31 | 404 | 75 | 57 |
| Binary | 1011111 | 101111 | 10111111 | 110010 | 1001011 | 0 | 11001 | 100000100 | 111101 | 101111 |
Color Harmonies of #5F2FBF
Complementary color
Monochromatic Colors of #5F2FBF
Black with #5F2FBF
Text Example
Text Example
White with #5F2FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F2FBF; }
p { color: rgb(95,47,191); }
H1.HeaderClassName
{
color: #5F2FBF;
}
.AnyTagClassName
{
color: #5F2FBF;
}
</style>
background-color css
<style>
a { background-color: #5F2FBF; }
a { background-color: rgb(95,47,191); }
div.DivClassName
{
background-color: #5F2FBF;
}
.BgClassName
{
background-color: #5F2FBF;
}
</style>
border-color css
<style>
span { border-color: #5F2FBF; }
span { border-color: rgb(95,47,191); }
td.TdClassName
{
border-color: #5F2FBF;
}
.TagClassName
{
border-color: #5F2FBF;
}
</style>