Shades of Purple Heart #5D16CF
Tints of Purple Heart #5D16CF
RGB
CMYK
RGB Variations
Color information
#5D16CF (or 0x5D16CF) is known color: Purple Heart. HEX triplet: 5D, 16 and CF. RGB value is (93,22,207). Sum of RGB (Red+Green+Blue) = 93+22+207=322 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.88% from 322); Green value is 22 (8.98% from 255 or 6.83% from 322); Blue value is 207 (81.25% from 255 or 64.29% from 322); Max value from RGB is 207 - color contains mainly: blue. Hex color #5D16CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D16CF is #A2E930. Grayscale: #3F3F3F. Windows color (decimal): -10676529 or 13571677. OLE color: 13571677.
HSL color Cylindrical-coordinate representation of color #5D16CF: hue angle of 263.03º degrees, saturation: 0.81, 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 #5D16CF is Cyan = 0.55, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 93 | 22 | 207 | - |
| CMYK | 0.55 | 0.89 | 0 | 0.19 |
| HSL | 263.03º | 0.81% | 0.45% | - |
| HSV(B) | 263.03º | 0.89% | 0.81% | - |
| XYZ | 16.06 | 7.41 | 59.61 | - |
| YUV | 64.32 | 208.52 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 22 | 207 | 0.55 | 0.89 | 0 | 0.19 | 263.03 | 0.81 | 0.45 |
| Hex | 5D | 16 | CF | 37 | 59 | 0 | 13 | 107 | 51 | 2D |
| Octal | 135 | 26 | 317 | 67 | 131 | 0 | 23 | 407 | 121 | 55 |
| Binary | 1011101 | 10110 | 11001111 | 110111 | 1011001 | 0 | 10011 | 100000111 | 1010001 | 101101 |
Color Harmonies of #5D16CF
Complementary color
Monochromatic Colors of #5D16CF
Black with #5D16CF
Text Example
Text Example
White with #5D16CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D16CF; }
p { color: rgb(93,22,207); }
H1.HeaderClassName
{
color: #5D16CF;
}
.AnyTagClassName
{
color: #5D16CF;
}
</style>
background-color css
<style>
a { background-color: #5D16CF; }
a { background-color: rgb(93,22,207); }
div.DivClassName
{
background-color: #5D16CF;
}
.BgClassName
{
background-color: #5D16CF;
}
</style>
border-color css
<style>
span { border-color: #5D16CF; }
span { border-color: rgb(93,22,207); }
td.TdClassName
{
border-color: #5D16CF;
}
.TagClassName
{
border-color: #5D16CF;
}
</style>