Shades of Purple Heart #5C15AE
Tints of Purple Heart #5C15AE
RGB
CMYK
RGB Variations
Color information
#5C15AE (or 0x5C15AE) is known color: Purple Heart. HEX triplet: 5C, 15 and AE. RGB value is (92,21,174). Sum of RGB (Red+Green+Blue) = 92+21+174=287 (38% of max value = 765). Red value is 92 (36.33% from 255 or 32.06% from 287); Green value is 21 (8.59% from 255 or 7.32% from 287); Blue value is 174 (68.36% from 255 or 60.63% from 287); Max value from RGB is 174 - color contains mainly: blue. Hex color #5C15AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C15AE is #A3EA51. Grayscale: #3B3B3B. Windows color (decimal): -10742354 or 11408732. OLE color: 11408732.
HSL color Cylindrical-coordinate representation of color #5C15AE: hue angle of 267.84º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5C15AE is Cyan = 0.47, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 92 | 21 | 174 | - |
| CMYK | 0.47 | 0.88 | 0 | 0.32 |
| HSL | 267.84º | 0.78% | 0.38% | - |
| HSV(B) | 267.84º | 0.88% | 0.68% | - |
| XYZ | 12.32 | 5.87 | 40.53 | - |
| YUV | 59.67 | 192.52 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 21 | 174 | 0.47 | 0.88 | 0 | 0.32 | 267.84 | 0.78 | 0.38 |
| Hex | 5C | 15 | AE | 2F | 58 | 0 | 20 | 10C | 4E | 26 |
| Octal | 134 | 25 | 256 | 57 | 130 | 0 | 40 | 414 | 116 | 46 |
| Binary | 1011100 | 10101 | 10101110 | 101111 | 1011000 | 0 | 100000 | 100001100 | 1001110 | 100110 |
Color Harmonies of #5C15AE
Complementary color
Monochromatic Colors of #5C15AE
Black with #5C15AE
Text Example
Text Example
White with #5C15AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C15AE; }
p { color: rgb(92,21,174); }
H1.HeaderClassName
{
color: #5C15AE;
}
.AnyTagClassName
{
color: #5C15AE;
}
</style>
background-color css
<style>
a { background-color: #5C15AE; }
a { background-color: rgb(92,21,174); }
div.DivClassName
{
background-color: #5C15AE;
}
.BgClassName
{
background-color: #5C15AE;
}
</style>
border-color css
<style>
span { border-color: #5C15AE; }
span { border-color: rgb(92,21,174); }
td.TdClassName
{
border-color: #5C15AE;
}
.TagClassName
{
border-color: #5C15AE;
}
</style>