Shades of Purple Heart #5F00BE
Tints of Purple Heart #5F00BE
RGB
CMYK
RGB Variations
Color information
#5F00BE (or 0x5F00BE) is known color: Purple Heart. HEX triplet: 5F, 00 and BE. RGB value is (95,0,190). Sum of RGB (Red+Green+Blue) = 95+0+190=285 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.33% from 285); Green value is 0 (0.39% from 255 or 0% from 285); Blue value is 190 (74.61% from 255 or 66.67% from 285); Max value from RGB is 190 - color contains mainly: blue. Hex color #5F00BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5F00BE is #A0FF41. Grayscale: #313131. Windows color (decimal): -10551106 or 12451935. OLE color: 12451935.
HSL color Cylindrical-coordinate representation of color #5F00BE: hue angle of 270º 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 #5F00BE is Cyan = 0.5, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 95 | 0 | 190 | - |
| CMYK | 0.5 | 1 | 0 | 0.25 |
| HSL | 270º | 1% | 0.37% | - |
| HSV(B) | 270º | 1% | 0.75% | - |
| XYZ | 14.01 | 6.15 | 49.16 | - |
| YUV | 50.07 | 206.97 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 0 | 190 | 0.5 | 1 | 0 | 0.25 | 270 | 1 | 0.37 |
| Hex | 5F | 0 | BE | 32 | 64 | 0 | 19 | 10E | 64 | 25 |
| Octal | 137 | 0 | 276 | 62 | 144 | 0 | 31 | 416 | 144 | 45 |
| Binary | 1011111 | 0 | 10111110 | 110010 | 1100100 | 0 | 11001 | 100001110 | 1100100 | 100101 |
Color Harmonies of #5F00BE
Complementary color
Monochromatic Colors of #5F00BE
Black with #5F00BE
Text Example
Text Example
White with #5F00BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F00BE; }
p { color: rgb(95,0,190); }
H1.HeaderClassName
{
color: #5F00BE;
}
.AnyTagClassName
{
color: #5F00BE;
}
</style>
background-color css
<style>
a { background-color: #5F00BE; }
a { background-color: rgb(95,0,190); }
div.DivClassName
{
background-color: #5F00BE;
}
.BgClassName
{
background-color: #5F00BE;
}
</style>
border-color css
<style>
span { border-color: #5F00BE; }
span { border-color: rgb(95,0,190); }
td.TdClassName
{
border-color: #5F00BE;
}
.TagClassName
{
border-color: #5F00BE;
}
</style>