Shades of Purple Heart #5F20BB
Tints of Purple Heart #5F20BB
RGB
CMYK
RGB Variations
Color information
#5F20BB (or 0x5F20BB) is known color: Purple Heart. HEX triplet: 5F, 20 and BB. RGB value is (95,32,187). Sum of RGB (Red+Green+Blue) = 95+32+187=314 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.25% from 314); Green value is 32 (12.89% from 255 or 10.19% from 314); Blue value is 187 (73.44% from 255 or 59.55% from 314); Max value from RGB is 187 - color contains mainly: blue. Hex color #5F20BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F20BB is #A0DF44. Grayscale: #434343. Windows color (decimal): -10542917 or 12263519. OLE color: 12263519.
HSL color Cylindrical-coordinate representation of color #5F20BB: hue angle of 264.39º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5F20BB is Cyan = 0.49, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 95 | 32 | 187 | - |
| CMYK | 0.49 | 0.83 | 0 | 0.27 |
| HSL | 264.39º | 0.71% | 0.43% | - |
| HSV(B) | 264.39º | 0.83% | 0.73% | - |
| XYZ | 14.21 | 7.05 | 47.63 | - |
| YUV | 68.51 | 194.87 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 32 | 187 | 0.49 | 0.83 | 0 | 0.27 | 264.39 | 0.71 | 0.43 |
| Hex | 5F | 20 | BB | 31 | 53 | 0 | 1B | 108 | 47 | 2B |
| Octal | 137 | 40 | 273 | 61 | 123 | 0 | 33 | 410 | 107 | 53 |
| Binary | 1011111 | 100000 | 10111011 | 110001 | 1010011 | 0 | 11011 | 100001000 | 1000111 | 101011 |
Color Harmonies of #5F20BB
Complementary color
Monochromatic Colors of #5F20BB
Black with #5F20BB
Text Example
Text Example
White with #5F20BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F20BB; }
p { color: rgb(95,32,187); }
H1.HeaderClassName
{
color: #5F20BB;
}
.AnyTagClassName
{
color: #5F20BB;
}
</style>
background-color css
<style>
a { background-color: #5F20BB; }
a { background-color: rgb(95,32,187); }
div.DivClassName
{
background-color: #5F20BB;
}
.BgClassName
{
background-color: #5F20BB;
}
</style>
border-color css
<style>
span { border-color: #5F20BB; }
span { border-color: rgb(95,32,187); }
td.TdClassName
{
border-color: #5F20BB;
}
.TagClassName
{
border-color: #5F20BB;
}
</style>