Shades of Purple Heart #5D17BA
Tints of Purple Heart #5D17BA
RGB
CMYK
RGB Variations
Color information
#5D17BA (or 0x5D17BA) is known color: Purple Heart. HEX triplet: 5D, 17 and BA. RGB value is (93,23,186). Sum of RGB (Red+Green+Blue) = 93+23+186=302 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.79% from 302); Green value is 23 (9.38% from 255 or 7.62% from 302); Blue value is 186 (73.05% from 255 or 61.59% from 302); Max value from RGB is 186 - color contains mainly: blue. Hex color #5D17BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D17BA is #A2E845. Grayscale: #3D3D3D. Windows color (decimal): -10676294 or 12195677. OLE color: 12195677.
HSL color Cylindrical-coordinate representation of color #5D17BA: hue angle of 265.77º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5D17BA is Cyan = 0.5, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 23 | 186 | - |
| CMYK | 0.5 | 0.88 | 0 | 0.27 |
| HSL | 265.77º | 0.78% | 0.41% | - |
| HSV(B) | 265.77º | 0.88% | 0.73% | - |
| XYZ | 13.68 | 6.49 | 46.98 | - |
| YUV | 62.51 | 197.69 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 23 | 186 | 0.5 | 0.88 | 0 | 0.27 | 265.77 | 0.78 | 0.41 |
| Hex | 5D | 17 | BA | 32 | 58 | 0 | 1B | 10A | 4E | 29 |
| Octal | 135 | 27 | 272 | 62 | 130 | 0 | 33 | 412 | 116 | 51 |
| Binary | 1011101 | 10111 | 10111010 | 110010 | 1011000 | 0 | 11011 | 100001010 | 1001110 | 101001 |
Color Harmonies of #5D17BA
Complementary color
Monochromatic Colors of #5D17BA
Black with #5D17BA
Text Example
Text Example
White with #5D17BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D17BA; }
p { color: rgb(93,23,186); }
H1.HeaderClassName
{
color: #5D17BA;
}
.AnyTagClassName
{
color: #5D17BA;
}
</style>
background-color css
<style>
a { background-color: #5D17BA; }
a { background-color: rgb(93,23,186); }
div.DivClassName
{
background-color: #5D17BA;
}
.BgClassName
{
background-color: #5D17BA;
}
</style>
border-color css
<style>
span { border-color: #5D17BA; }
span { border-color: rgb(93,23,186); }
td.TdClassName
{
border-color: #5D17BA;
}
.TagClassName
{
border-color: #5D17BA;
}
</style>