Shades of Purple Heart #5C14AB
Tints of Purple Heart #5C14AB
RGB
CMYK
RGB Variations
Color information
#5C14AB (or 0x5C14AB) is known color: Purple Heart. HEX triplet: 5C, 14 and AB. RGB value is (92,20,171). Sum of RGB (Red+Green+Blue) = 92+20+171=283 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.51% from 283); Green value is 20 (8.20% from 255 or 7.07% from 283); Blue value is 171 (67.19% from 255 or 60.42% from 283); Max value from RGB is 171 - color contains mainly: blue. Hex color #5C14AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C14AB is #A3EB54. Grayscale: #3A3A3A. Windows color (decimal): -10742613 or 11211868. OLE color: 11211868.
HSL color Cylindrical-coordinate representation of color #5C14AB: hue angle of 268.61º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5C14AB is Cyan = 0.46, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 92 | 20 | 171 | - |
| CMYK | 0.46 | 0.88 | 0 | 0.33 |
| HSL | 268.61º | 0.79% | 0.37% | - |
| HSV(B) | 268.61º | 0.88% | 0.67% | - |
| XYZ | 12.01 | 5.72 | 39 | - |
| YUV | 58.74 | 191.35 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 20 | 171 | 0.46 | 0.88 | 0 | 0.33 | 268.61 | 0.79 | 0.37 |
| Hex | 5C | 14 | AB | 2E | 58 | 0 | 21 | 10D | 4F | 25 |
| Octal | 134 | 24 | 253 | 56 | 130 | 0 | 41 | 415 | 117 | 45 |
| Binary | 1011100 | 10100 | 10101011 | 101110 | 1011000 | 0 | 100001 | 100001101 | 1001111 | 100101 |
Color Harmonies of #5C14AB
Complementary color
Monochromatic Colors of #5C14AB
Black with #5C14AB
Text Example
Text Example
White with #5C14AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C14AB; }
p { color: rgb(92,20,171); }
H1.HeaderClassName
{
color: #5C14AB;
}
.AnyTagClassName
{
color: #5C14AB;
}
</style>
background-color css
<style>
a { background-color: #5C14AB; }
a { background-color: rgb(92,20,171); }
div.DivClassName
{
background-color: #5C14AB;
}
.BgClassName
{
background-color: #5C14AB;
}
</style>
border-color css
<style>
span { border-color: #5C14AB; }
span { border-color: rgb(92,20,171); }
td.TdClassName
{
border-color: #5C14AB;
}
.TagClassName
{
border-color: #5C14AB;
}
</style>