Shades of Purple Heart #5D17CF
Tints of Purple Heart #5D17CF
RGB
CMYK
RGB Variations
Color information
#5D17CF (or 0x5D17CF) is known color: Purple Heart. HEX triplet: 5D, 17 and CF. RGB value is (93,23,207). Sum of RGB (Red+Green+Blue) = 93+23+207=323 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.79% from 323); Green value is 23 (9.38% from 255 or 7.12% from 323); Blue value is 207 (81.25% from 255 or 64.09% from 323); Max value from RGB is 207 - color contains mainly: blue. Hex color #5D17CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D17CF is #A2E830. Grayscale: #404040. Windows color (decimal): -10676273 or 13571933. OLE color: 13571933.
HSL color Cylindrical-coordinate representation of color #5D17CF: hue angle of 262.83º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5D17CF is Cyan = 0.55, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 93 | 23 | 207 | - |
| CMYK | 0.55 | 0.89 | 0 | 0.19 |
| HSL | 262.83º | 0.8% | 0.45% | - |
| HSV(B) | 262.83º | 0.89% | 0.81% | - |
| XYZ | 16.08 | 7.44 | 59.62 | - |
| YUV | 64.91 | 208.19 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 23 | 207 | 0.55 | 0.89 | 0 | 0.19 | 262.83 | 0.8 | 0.45 |
| Hex | 5D | 17 | CF | 37 | 59 | 0 | 13 | 107 | 50 | 2D |
| Octal | 135 | 27 | 317 | 67 | 131 | 0 | 23 | 407 | 120 | 55 |
| Binary | 1011101 | 10111 | 11001111 | 110111 | 1011001 | 0 | 10011 | 100000111 | 1010000 | 101101 |
Color Harmonies of #5D17CF
Complementary color
Monochromatic Colors of #5D17CF
Black with #5D17CF
Text Example
Text Example
White with #5D17CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D17CF; }
p { color: rgb(93,23,207); }
H1.HeaderClassName
{
color: #5D17CF;
}
.AnyTagClassName
{
color: #5D17CF;
}
</style>
background-color css
<style>
a { background-color: #5D17CF; }
a { background-color: rgb(93,23,207); }
div.DivClassName
{
background-color: #5D17CF;
}
.BgClassName
{
background-color: #5D17CF;
}
</style>
border-color css
<style>
span { border-color: #5D17CF; }
span { border-color: rgb(93,23,207); }
td.TdClassName
{
border-color: #5D17CF;
}
.TagClassName
{
border-color: #5D17CF;
}
</style>