Shades of Purple Heart #5F00BF
Tints of Purple Heart #5F00BF
RGB
CMYK
RGB Variations
Color information
#5F00BF (or 0x5F00BF) is known color: Purple Heart. HEX triplet: 5F, 00 and BF. RGB value is (95,0,191). Sum of RGB (Red+Green+Blue) = 95+0+191=286 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.22% from 286); Green value is 0 (0.39% from 255 or 0% from 286); Blue value is 191 (75% from 255 or 66.78% from 286); Max value from RGB is 191 - color contains mainly: blue. Hex color #5F00BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5F00BF is #A0FF40. Grayscale: #313131. Windows color (decimal): -10551105 or 12517471. OLE color: 12517471.
HSL color Cylindrical-coordinate representation of color #5F00BF: hue angle of 269.84º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5F00BF is Cyan = 0.50, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 95 | 0 | 191 | - |
| CMYK | 0.50 | 1 | 0 | 0.25 |
| HSL | 269.84º | 1% | 0.37% | - |
| HSV(B) | 269.84º | 1% | 0.75% | - |
| XYZ | 14.12 | 6.19 | 49.74 | - |
| YUV | 50.18 | 207.47 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 0 | 191 | 0.50 | 1 | 0 | 0.25 | 269.84 | 1 | 0.37 |
| Hex | 5F | 0 | BF | 32 | 64 | 0 | 19 | 10E | 64 | 25 |
| Octal | 137 | 0 | 277 | 62 | 144 | 0 | 31 | 416 | 144 | 45 |
| Binary | 1011111 | 0 | 10111111 | 110010 | 1100100 | 0 | 11001 | 100001110 | 1100100 | 100101 |
Color Harmonies of #5F00BF
Complementary color
Monochromatic Colors of #5F00BF
Black with #5F00BF
Text Example
Text Example
White with #5F00BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F00BF; }
p { color: rgb(95,0,191); }
H1.HeaderClassName
{
color: #5F00BF;
}
.AnyTagClassName
{
color: #5F00BF;
}
</style>
background-color css
<style>
a { background-color: #5F00BF; }
a { background-color: rgb(95,0,191); }
div.DivClassName
{
background-color: #5F00BF;
}
.BgClassName
{
background-color: #5F00BF;
}
</style>
border-color css
<style>
span { border-color: #5F00BF; }
span { border-color: rgb(95,0,191); }
td.TdClassName
{
border-color: #5F00BF;
}
.TagClassName
{
border-color: #5F00BF;
}
</style>