Shades of Purple Heart #5F16BA
Tints of Purple Heart #5F16BA
RGB
CMYK
RGB Variations
Color information
#5F16BA (or 0x5F16BA) is known color: Purple Heart. HEX triplet: 5F, 16 and BA. RGB value is (95,22,186). Sum of RGB (Red+Green+Blue) = 95+22+186=303 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.35% from 303); Green value is 22 (8.98% from 255 or 7.26% from 303); Blue value is 186 (73.05% from 255 or 61.39% from 303); Max value from RGB is 186 - color contains mainly: blue. Hex color #5F16BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5F16BA is #A0E945. Grayscale: #3D3D3D. Windows color (decimal): -10545478 or 12195423. OLE color: 12195423.
HSL color Cylindrical-coordinate representation of color #5F16BA: hue angle of 266.71º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5F16BA is Cyan = 0.49, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 95 | 22 | 186 | - |
| CMYK | 0.49 | 0.88 | 0 | 0.27 |
| HSL | 266.71º | 0.79% | 0.41% | - |
| HSV(B) | 266.71º | 0.88% | 0.73% | - |
| XYZ | 13.87 | 6.55 | 46.99 | - |
| YUV | 62.52 | 197.68 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 22 | 186 | 0.49 | 0.88 | 0 | 0.27 | 266.71 | 0.79 | 0.41 |
| Hex | 5F | 16 | BA | 31 | 58 | 0 | 1B | 10B | 4F | 29 |
| Octal | 137 | 26 | 272 | 61 | 130 | 0 | 33 | 413 | 117 | 51 |
| Binary | 1011111 | 10110 | 10111010 | 110001 | 1011000 | 0 | 11011 | 100001011 | 1001111 | 101001 |
Color Harmonies of #5F16BA
Complementary color
Monochromatic Colors of #5F16BA
Black with #5F16BA
Text Example
Text Example
White with #5F16BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F16BA; }
p { color: rgb(95,22,186); }
H1.HeaderClassName
{
color: #5F16BA;
}
.AnyTagClassName
{
color: #5F16BA;
}
</style>
background-color css
<style>
a { background-color: #5F16BA; }
a { background-color: rgb(95,22,186); }
div.DivClassName
{
background-color: #5F16BA;
}
.BgClassName
{
background-color: #5F16BA;
}
</style>
border-color css
<style>
span { border-color: #5F16BA; }
span { border-color: rgb(95,22,186); }
td.TdClassName
{
border-color: #5F16BA;
}
.TagClassName
{
border-color: #5F16BA;
}
</style>