Shades of Purple Heart #5C13AD
Tints of Purple Heart #5C13AD
RGB
CMYK
RGB Variations
Color information
#5C13AD (or 0x5C13AD) is known color: Purple Heart. HEX triplet: 5C, 13 and AD. RGB value is (92,19,173). Sum of RGB (Red+Green+Blue) = 92+19+173=284 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.39% from 284); Green value is 19 (7.81% from 255 or 6.69% from 284); Blue value is 173 (67.97% from 255 or 60.92% from 284); Max value from RGB is 173 - color contains mainly: blue. Hex color #5C13AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C13AD is #A3EC52. Grayscale: #393939. Windows color (decimal): -10742867 or 11342684. OLE color: 11342684.
HSL color Cylindrical-coordinate representation of color #5C13AD: hue angle of 268.44º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5C13AD is Cyan = 0.47, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 92 | 19 | 173 | - |
| CMYK | 0.47 | 0.89 | 0 | 0.32 |
| HSL | 268.44º | 0.8% | 0.38% | - |
| HSV(B) | 268.44º | 0.89% | 0.68% | - |
| XYZ | 12.19 | 5.76 | 40 | - |
| YUV | 58.38 | 192.68 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 19 | 173 | 0.47 | 0.89 | 0 | 0.32 | 268.44 | 0.8 | 0.38 |
| Hex | 5C | 13 | AD | 2F | 59 | 0 | 20 | 10C | 50 | 26 |
| Octal | 134 | 23 | 255 | 57 | 131 | 0 | 40 | 414 | 120 | 46 |
| Binary | 1011100 | 10011 | 10101101 | 101111 | 1011001 | 0 | 100000 | 100001100 | 1010000 | 100110 |
Color Harmonies of #5C13AD
Complementary color
Monochromatic Colors of #5C13AD
Black with #5C13AD
Text Example
Text Example
White with #5C13AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C13AD; }
p { color: rgb(92,19,173); }
H1.HeaderClassName
{
color: #5C13AD;
}
.AnyTagClassName
{
color: #5C13AD;
}
</style>
background-color css
<style>
a { background-color: #5C13AD; }
a { background-color: rgb(92,19,173); }
div.DivClassName
{
background-color: #5C13AD;
}
.BgClassName
{
background-color: #5C13AD;
}
</style>
border-color css
<style>
span { border-color: #5C13AD; }
span { border-color: rgb(92,19,173); }
td.TdClassName
{
border-color: #5C13AD;
}
.TagClassName
{
border-color: #5C13AD;
}
</style>