Shades of Purple Heart #5F00BB
Tints of Purple Heart #5F00BB
RGB
CMYK
RGB Variations
Color information
#5F00BB (or 0x5F00BB) is known color: Purple Heart. HEX triplet: 5F, 00 and BB. RGB value is (95,0,187). Sum of RGB (Red+Green+Blue) = 95+0+187=282 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.69% from 282); Green value is 0 (0.39% from 255 or 0% from 282); Blue value is 187 (73.44% from 255 or 66.31% from 282); Max value from RGB is 187 - color contains mainly: blue. Hex color #5F00BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5F00BB is #A0FF44. Grayscale: #313131. Windows color (decimal): -10551109 or 12255327. OLE color: 12255327.
HSL color Cylindrical-coordinate representation of color #5F00BB: hue angle of 270.48º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5F00BB is Cyan = 0.49, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 95 | 0 | 187 | - |
| CMYK | 0.49 | 1 | 0 | 0.27 |
| HSL | 270.48º | 1% | 0.37% | - |
| HSV(B) | 270.48º | 1% | 0.73% | - |
| XYZ | 13.69 | 6.02 | 47.45 | - |
| YUV | 49.72 | 205.47 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 0 | 187 | 0.49 | 1 | 0 | 0.27 | 270.48 | 1 | 0.37 |
| Hex | 5F | 0 | BB | 31 | 64 | 0 | 1B | 10E | 64 | 25 |
| Octal | 137 | 0 | 273 | 61 | 144 | 0 | 33 | 416 | 144 | 45 |
| Binary | 1011111 | 0 | 10111011 | 110001 | 1100100 | 0 | 11011 | 100001110 | 1100100 | 100101 |
Color Harmonies of #5F00BB
Complementary color
Monochromatic Colors of #5F00BB
Black with #5F00BB
Text Example
Text Example
White with #5F00BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F00BB; }
p { color: rgb(95,0,187); }
H1.HeaderClassName
{
color: #5F00BB;
}
.AnyTagClassName
{
color: #5F00BB;
}
</style>
background-color css
<style>
a { background-color: #5F00BB; }
a { background-color: rgb(95,0,187); }
div.DivClassName
{
background-color: #5F00BB;
}
.BgClassName
{
background-color: #5F00BB;
}
</style>
border-color css
<style>
span { border-color: #5F00BB; }
span { border-color: rgb(95,0,187); }
td.TdClassName
{
border-color: #5F00BB;
}
.TagClassName
{
border-color: #5F00BB;
}
</style>