Shades of Purple Heart #5D15CE
Tints of Purple Heart #5D15CE
RGB
CMYK
RGB Variations
Color information
#5D15CE (or 0x5D15CE) is known color: Purple Heart. HEX triplet: 5D, 15 and CE. RGB value is (93,21,206). Sum of RGB (Red+Green+Blue) = 93+21+206=320 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.06% from 320); Green value is 21 (8.59% from 255 or 6.56% from 320); Blue value is 206 (80.86% from 255 or 64.38% from 320); Max value from RGB is 206 - color contains mainly: blue. Hex color #5D15CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D15CE is #A2EA31. Grayscale: #3E3E3E. Windows color (decimal): -10676786 or 13505885. OLE color: 13505885.
HSL color Cylindrical-coordinate representation of color #5D15CE: hue angle of 263.35º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5D15CE is Cyan = 0.55, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 93 | 21 | 206 | - |
| CMYK | 0.55 | 0.90 | 0 | 0.19 |
| HSL | 263.35º | 0.81% | 0.45% | - |
| HSV(B) | 263.35º | 0.9% | 0.81% | - |
| XYZ | 15.92 | 7.32 | 58.97 | - |
| YUV | 63.62 | 208.35 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 21 | 206 | 0.55 | 0.90 | 0 | 0.19 | 263.35 | 0.81 | 0.45 |
| Hex | 5D | 15 | CE | 37 | 5A | 0 | 13 | 107 | 51 | 2D |
| Octal | 135 | 25 | 316 | 67 | 132 | 0 | 23 | 407 | 121 | 55 |
| Binary | 1011101 | 10101 | 11001110 | 110111 | 1011010 | 0 | 10011 | 100000111 | 1010001 | 101101 |
Color Harmonies of #5D15CE
Complementary color
Monochromatic Colors of #5D15CE
Black with #5D15CE
Text Example
Text Example
White with #5D15CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D15CE; }
p { color: rgb(93,21,206); }
H1.HeaderClassName
{
color: #5D15CE;
}
.AnyTagClassName
{
color: #5D15CE;
}
</style>
background-color css
<style>
a { background-color: #5D15CE; }
a { background-color: rgb(93,21,206); }
div.DivClassName
{
background-color: #5D15CE;
}
.BgClassName
{
background-color: #5D15CE;
}
</style>
border-color css
<style>
span { border-color: #5D15CE; }
span { border-color: rgb(93,21,206); }
td.TdClassName
{
border-color: #5D15CE;
}
.TagClassName
{
border-color: #5D15CE;
}
</style>