Shades of Purple Heart #5D0FBE
Tints of Purple Heart #5D0FBE
RGB
CMYK
RGB Variations
Color information
#5D0FBE (or 0x5D0FBE) is known color: Purple Heart. HEX triplet: 5D, 0F and BE. RGB value is (93,15,190). Sum of RGB (Red+Green+Blue) = 93+15+190=298 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.21% from 298); Green value is 15 (6.25% from 255 or 5.03% from 298); Blue value is 190 (74.61% from 255 or 63.76% from 298); Max value from RGB is 190 - color contains mainly: blue. Hex color #5D0FBE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D0FBE is #A2F041. Grayscale: #393939. Windows color (decimal): -10678338 or 12455773. OLE color: 12455773.
HSL color Cylindrical-coordinate representation of color #5D0FBE: hue angle of 266.74º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5D0FBE is Cyan = 0.51, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 15 | 190 | - |
| CMYK | 0.51 | 0.92 | 0 | 0.25 |
| HSL | 266.74º | 0.85% | 0.4% | - |
| HSV(B) | 266.74º | 0.92% | 0.75% | - |
| XYZ | 13.98 | 6.39 | 49.21 | - |
| YUV | 58.27 | 202.34 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 15 | 190 | 0.51 | 0.92 | 0 | 0.25 | 266.74 | 0.85 | 0.4 |
| Hex | 5D | F | BE | 33 | 5C | 0 | 19 | 10B | 55 | 28 |
| Octal | 135 | 17 | 276 | 63 | 134 | 0 | 31 | 413 | 125 | 50 |
| Binary | 1011101 | 1111 | 10111110 | 110011 | 1011100 | 0 | 11001 | 100001011 | 1010101 | 101000 |
Color Harmonies of #5D0FBE
Complementary color
Monochromatic Colors of #5D0FBE
Black with #5D0FBE
Text Example
Text Example
White with #5D0FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0FBE; }
p { color: rgb(93,15,190); }
H1.HeaderClassName
{
color: #5D0FBE;
}
.AnyTagClassName
{
color: #5D0FBE;
}
</style>
background-color css
<style>
a { background-color: #5D0FBE; }
a { background-color: rgb(93,15,190); }
div.DivClassName
{
background-color: #5D0FBE;
}
.BgClassName
{
background-color: #5D0FBE;
}
</style>
border-color css
<style>
span { border-color: #5D0FBE; }
span { border-color: rgb(93,15,190); }
td.TdClassName
{
border-color: #5D0FBE;
}
.TagClassName
{
border-color: #5D0FBE;
}
</style>