Shades of Purple Heart #5F05BB
Tints of Purple Heart #5F05BB
RGB
CMYK
RGB Variations
Color information
#5F05BB (or 0x5F05BB) is known color: Purple Heart. HEX triplet: 5F, 05 and BB. RGB value is (95,5,187). Sum of RGB (Red+Green+Blue) = 95+5+187=287 (38% of max value = 765). Red value is 95 (37.5% from 255 or 33.10% from 287); Green value is 5 (2.34% from 255 or 1.74% from 287); Blue value is 187 (73.44% from 255 or 65.16% from 287); Max value from RGB is 187 - color contains mainly: blue. Hex color #5F05BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5F05BB is #A0FA44. Grayscale: #343434. Windows color (decimal): -10549829 or 12256607. OLE color: 12256607.
HSL color Cylindrical-coordinate representation of color #5F05BB: hue angle of 269.67º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5F05BB is Cyan = 0.49, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 95 | 5 | 187 | - |
| CMYK | 0.49 | 0.97 | 0 | 0.27 |
| HSL | 269.67º | 0.95% | 0.38% | - |
| HSV(B) | 269.67º | 0.97% | 0.73% | - |
| XYZ | 13.74 | 6.13 | 47.47 | - |
| YUV | 52.66 | 203.82 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 5 | 187 | 0.49 | 0.97 | 0 | 0.27 | 269.67 | 0.95 | 0.38 |
| Hex | 5F | 5 | BB | 31 | 61 | 0 | 1B | 10E | 5F | 26 |
| Octal | 137 | 5 | 273 | 61 | 141 | 0 | 33 | 416 | 137 | 46 |
| Binary | 1011111 | 101 | 10111011 | 110001 | 1100001 | 0 | 11011 | 100001110 | 1011111 | 100110 |
Color Harmonies of #5F05BB
Complementary color
Monochromatic Colors of #5F05BB
Black with #5F05BB
Text Example
Text Example
White with #5F05BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F05BB; }
p { color: rgb(95,5,187); }
H1.HeaderClassName
{
color: #5F05BB;
}
.AnyTagClassName
{
color: #5F05BB;
}
</style>
background-color css
<style>
a { background-color: #5F05BB; }
a { background-color: rgb(95,5,187); }
div.DivClassName
{
background-color: #5F05BB;
}
.BgClassName
{
background-color: #5F05BB;
}
</style>
border-color css
<style>
span { border-color: #5F05BB; }
span { border-color: rgb(95,5,187); }
td.TdClassName
{
border-color: #5F05BB;
}
.TagClassName
{
border-color: #5F05BB;
}
</style>