Shades of Purple Heart #5F2FBC
Tints of Purple Heart #5F2FBC
RGB
CMYK
RGB Variations
Color information
#5F2FBC (or 0x5F2FBC) is known color: Purple Heart. HEX triplet: 5F, 2F and BC. RGB value is (95,47,188). Sum of RGB (Red+Green+Blue) = 95+47+188=330 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.79% from 330); Green value is 47 (18.75% from 255 or 14.24% from 330); Blue value is 188 (73.83% from 255 or 56.97% from 330); Max value from RGB is 188 - color contains mainly: blue. Hex color #5F2FBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F2FBC is #A0D043. Grayscale: #4C4C4C. Windows color (decimal): -10539076 or 12332895. OLE color: 12332895.
HSL color Cylindrical-coordinate representation of color #5F2FBC: hue angle of 260.43º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5F2FBC is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 95 | 47 | 188 | - |
| CMYK | 0.49 | 0.75 | 0 | 0.26 |
| HSL | 260.43º | 0.6% | 0.46% | - |
| HSV(B) | 260.43º | 0.75% | 0.74% | - |
| XYZ | 14.81 | 8.1 | 48.36 | - |
| YUV | 77.43 | 190.4 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 47 | 188 | 0.49 | 0.75 | 0 | 0.26 | 260.43 | 0.6 | 0.46 |
| Hex | 5F | 2F | BC | 31 | 4B | 0 | 1A | 104 | 3C | 2E |
| Octal | 137 | 57 | 274 | 61 | 113 | 0 | 32 | 404 | 74 | 56 |
| Binary | 1011111 | 101111 | 10111100 | 110001 | 1001011 | 0 | 11010 | 100000100 | 111100 | 101110 |
Color Harmonies of #5F2FBC
Complementary color
Monochromatic Colors of #5F2FBC
Black with #5F2FBC
Text Example
Text Example
White with #5F2FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F2FBC; }
p { color: rgb(95,47,188); }
H1.HeaderClassName
{
color: #5F2FBC;
}
.AnyTagClassName
{
color: #5F2FBC;
}
</style>
background-color css
<style>
a { background-color: #5F2FBC; }
a { background-color: rgb(95,47,188); }
div.DivClassName
{
background-color: #5F2FBC;
}
.BgClassName
{
background-color: #5F2FBC;
}
</style>
border-color css
<style>
span { border-color: #5F2FBC; }
span { border-color: rgb(95,47,188); }
td.TdClassName
{
border-color: #5F2FBC;
}
.TagClassName
{
border-color: #5F2FBC;
}
</style>