Shades of Purple Heart #5F2BBC
Tints of Purple Heart #5F2BBC
RGB
CMYK
RGB Variations
Color information
#5F2BBC (or 0x5F2BBC) is known color: Purple Heart. HEX triplet: 5F, 2B and BC. RGB value is (95,43,188). Sum of RGB (Red+Green+Blue) = 95+43+188=326 (43% of max value = 765). Red value is 95 (37.5% from 255 or 29.14% from 326); Green value is 43 (17.19% from 255 or 13.19% from 326); Blue value is 188 (73.83% from 255 or 57.67% from 326); Max value from RGB is 188 - color contains mainly: blue. Hex color #5F2BBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F2BBC is #A0D443. Grayscale: #4A4A4A. Windows color (decimal): -10540100 or 12331871. OLE color: 12331871.
HSL color Cylindrical-coordinate representation of color #5F2BBC: hue angle of 261.52º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5F2BBC is Cyan = 0.49, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 95 | 43 | 188 | - |
| CMYK | 0.49 | 0.77 | 0 | 0.26 |
| HSL | 261.52º | 0.63% | 0.45% | - |
| HSV(B) | 261.52º | 0.77% | 0.74% | - |
| XYZ | 14.66 | 7.79 | 48.31 | - |
| YUV | 75.08 | 191.73 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 43 | 188 | 0.49 | 0.77 | 0 | 0.26 | 261.52 | 0.63 | 0.45 |
| Hex | 5F | 2B | BC | 31 | 4D | 0 | 1A | 106 | 3F | 2D |
| Octal | 137 | 53 | 274 | 61 | 115 | 0 | 32 | 406 | 77 | 55 |
| Binary | 1011111 | 101011 | 10111100 | 110001 | 1001101 | 0 | 11010 | 100000110 | 111111 | 101101 |
Color Harmonies of #5F2BBC
Complementary color
Monochromatic Colors of #5F2BBC
Black with #5F2BBC
Text Example
Text Example
White with #5F2BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F2BBC; }
p { color: rgb(95,43,188); }
H1.HeaderClassName
{
color: #5F2BBC;
}
.AnyTagClassName
{
color: #5F2BBC;
}
</style>
background-color css
<style>
a { background-color: #5F2BBC; }
a { background-color: rgb(95,43,188); }
div.DivClassName
{
background-color: #5F2BBC;
}
.BgClassName
{
background-color: #5F2BBC;
}
</style>
border-color css
<style>
span { border-color: #5F2BBC; }
span { border-color: rgb(95,43,188); }
td.TdClassName
{
border-color: #5F2BBC;
}
.TagClassName
{
border-color: #5F2BBC;
}
</style>