Shades of Purple Heart #5D1FC1
Tints of Purple Heart #5D1FC1
RGB
CMYK
RGB Variations
Color information
#5D1FC1 (or 0x5D1FC1) is known color: Purple Heart. HEX triplet: 5D, 1F and C1. RGB value is (93,31,193). Sum of RGB (Red+Green+Blue) = 93+31+193=317 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.34% from 317); Green value is 31 (12.5% from 255 or 9.78% from 317); Blue value is 193 (75.78% from 255 or 60.88% from 317); Max value from RGB is 193 - color contains mainly: blue. Hex color #5D1FC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D1FC1 is #A2E03E. Grayscale: #434343. Windows color (decimal): -10674239 or 12656477. OLE color: 12656477.
HSL color Cylindrical-coordinate representation of color #5D1FC1: hue angle of 262.96º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5D1FC1 is Cyan = 0.52, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 93 | 31 | 193 | - |
| CMYK | 0.52 | 0.84 | 0 | 0.24 |
| HSL | 262.96º | 0.72% | 0.44% | - |
| HSV(B) | 262.96º | 0.84% | 0.76% | - |
| XYZ | 14.63 | 7.16 | 51.06 | - |
| YUV | 68.01 | 198.54 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 31 | 193 | 0.52 | 0.84 | 0 | 0.24 | 262.96 | 0.72 | 0.44 |
| Hex | 5D | 1F | C1 | 34 | 54 | 0 | 18 | 107 | 48 | 2C |
| Octal | 135 | 37 | 301 | 64 | 124 | 0 | 30 | 407 | 110 | 54 |
| Binary | 1011101 | 11111 | 11000001 | 110100 | 1010100 | 0 | 11000 | 100000111 | 1001000 | 101100 |
Color Harmonies of #5D1FC1
Complementary color
Monochromatic Colors of #5D1FC1
Black with #5D1FC1
Text Example
Text Example
White with #5D1FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1FC1; }
p { color: rgb(93,31,193); }
H1.HeaderClassName
{
color: #5D1FC1;
}
.AnyTagClassName
{
color: #5D1FC1;
}
</style>
background-color css
<style>
a { background-color: #5D1FC1; }
a { background-color: rgb(93,31,193); }
div.DivClassName
{
background-color: #5D1FC1;
}
.BgClassName
{
background-color: #5D1FC1;
}
</style>
border-color css
<style>
span { border-color: #5D1FC1; }
span { border-color: rgb(93,31,193); }
td.TdClassName
{
border-color: #5D1FC1;
}
.TagClassName
{
border-color: #5D1FC1;
}
</style>