Shades of Purple Heart #5D0FBF
Tints of Purple Heart #5D0FBF
RGB
CMYK
RGB Variations
Color information
#5D0FBF (or 0x5D0FBF) is known color: Purple Heart. HEX triplet: 5D, 0F and BF. RGB value is (93,15,191). Sum of RGB (Red+Green+Blue) = 93+15+191=299 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.10% from 299); Green value is 15 (6.25% from 255 or 5.02% from 299); Blue value is 191 (75% from 255 or 63.88% from 299); Max value from RGB is 191 - color contains mainly: blue. Hex color #5D0FBF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D0FBF is #A2F040. Grayscale: #393939. Windows color (decimal): -10678337 or 12521309. OLE color: 12521309.
HSL color Cylindrical-coordinate representation of color #5D0FBF: hue angle of 266.59º 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 #5D0FBF is Cyan = 0.51, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 15 | 191 | - |
| CMYK | 0.51 | 0.92 | 0 | 0.25 |
| HSL | 266.59º | 0.85% | 0.4% | - |
| HSV(B) | 266.59º | 0.92% | 0.75% | - |
| XYZ | 14.09 | 6.43 | 49.79 | - |
| YUV | 58.39 | 202.84 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 15 | 191 | 0.51 | 0.92 | 0 | 0.25 | 266.59 | 0.85 | 0.4 |
| Hex | 5D | F | BF | 33 | 5C | 0 | 19 | 10B | 55 | 28 |
| Octal | 135 | 17 | 277 | 63 | 134 | 0 | 31 | 413 | 125 | 50 |
| Binary | 1011101 | 1111 | 10111111 | 110011 | 1011100 | 0 | 11001 | 100001011 | 1010101 | 101000 |
Color Harmonies of #5D0FBF
Complementary color
Monochromatic Colors of #5D0FBF
Black with #5D0FBF
Text Example
Text Example
White with #5D0FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0FBF; }
p { color: rgb(93,15,191); }
H1.HeaderClassName
{
color: #5D0FBF;
}
.AnyTagClassName
{
color: #5D0FBF;
}
</style>
background-color css
<style>
a { background-color: #5D0FBF; }
a { background-color: rgb(93,15,191); }
div.DivClassName
{
background-color: #5D0FBF;
}
.BgClassName
{
background-color: #5D0FBF;
}
</style>
border-color css
<style>
span { border-color: #5D0FBF; }
span { border-color: rgb(93,15,191); }
td.TdClassName
{
border-color: #5D0FBF;
}
.TagClassName
{
border-color: #5D0FBF;
}
</style>