Shades of Purple Heart #5D0FBA
Tints of Purple Heart #5D0FBA
RGB
CMYK
RGB Variations
Color information
#5D0FBA (or 0x5D0FBA) is known color: Purple Heart. HEX triplet: 5D, 0F and BA. RGB value is (93,15,186). Sum of RGB (Red+Green+Blue) = 93+15+186=294 (38% of max value = 765). Red value is 93 (36.72% from 255 or 31.63% from 294); Green value is 15 (6.25% from 255 or 5.10% from 294); Blue value is 186 (73.05% from 255 or 63.27% from 294); Max value from RGB is 186 - color contains mainly: blue. Hex color #5D0FBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D0FBA is #A2F045. Grayscale: #393939. Windows color (decimal): -10678342 or 12193629. OLE color: 12193629.
HSL color Cylindrical-coordinate representation of color #5D0FBA: hue angle of 267.37º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5D0FBA is Cyan = 0.5, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 15 | 186 | - |
| CMYK | 0.5 | 0.92 | 0 | 0.27 |
| HSL | 267.37º | 0.85% | 0.39% | - |
| HSV(B) | 267.37º | 0.92% | 0.73% | - |
| XYZ | 13.55 | 6.21 | 46.94 | - |
| YUV | 57.82 | 200.34 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 15 | 186 | 0.5 | 0.92 | 0 | 0.27 | 267.37 | 0.85 | 0.39 |
| Hex | 5D | F | BA | 32 | 5C | 0 | 1B | 10B | 55 | 27 |
| Octal | 135 | 17 | 272 | 62 | 134 | 0 | 33 | 413 | 125 | 47 |
| Binary | 1011101 | 1111 | 10111010 | 110010 | 1011100 | 0 | 11011 | 100001011 | 1010101 | 100111 |
Color Harmonies of #5D0FBA
Complementary color
Monochromatic Colors of #5D0FBA
Black with #5D0FBA
Text Example
Text Example
White with #5D0FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0FBA; }
p { color: rgb(93,15,186); }
H1.HeaderClassName
{
color: #5D0FBA;
}
.AnyTagClassName
{
color: #5D0FBA;
}
</style>
background-color css
<style>
a { background-color: #5D0FBA; }
a { background-color: rgb(93,15,186); }
div.DivClassName
{
background-color: #5D0FBA;
}
.BgClassName
{
background-color: #5D0FBA;
}
</style>
border-color css
<style>
span { border-color: #5D0FBA; }
span { border-color: rgb(93,15,186); }
td.TdClassName
{
border-color: #5D0FBA;
}
.TagClassName
{
border-color: #5D0FBA;
}
</style>