Shades of Purple Heart #5C1ADA
Tints of Purple Heart #5C1ADA
RGB
CMYK
RGB Variations
Color information
#5C1ADA (or 0x5C1ADA) is known color: Purple Heart. HEX triplet: 5C, 1A and DA. RGB value is (92,26,218). Sum of RGB (Red+Green+Blue) = 92+26+218=336 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.38% from 336); Green value is 26 (10.55% from 255 or 7.74% from 336); Blue value is 218 (85.55% from 255 or 64.88% from 336); Max value from RGB is 218 - color contains mainly: blue. Hex color #5C1ADA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C1ADA is #A3E525. Grayscale: #424242. Windows color (decimal): -10741030 or 14293596. OLE color: 14293596.
HSL color Cylindrical-coordinate representation of color #5C1ADA: hue angle of 260.62º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5C1ADA is Cyan = 0.58, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 92 | 26 | 218 | - |
| CMYK | 0.58 | 0.88 | 0 | 0.15 |
| HSL | 260.63º | 0.79% | 0.48% | - |
| HSV(B) | 260.63º | 0.88% | 0.85% | - |
| XYZ | 17.44 | 8.08 | 66.97 | - |
| YUV | 67.62 | 212.87 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 26 | 218 | 0.58 | 0.88 | 0 | 0.15 | 260.63 | 0.79 | 0.48 |
| Hex | 5C | 1A | DA | 3A | 58 | 0 | F | 105 | 4F | 30 |
| Octal | 134 | 32 | 332 | 72 | 130 | 0 | 17 | 405 | 117 | 60 |
| Binary | 1011100 | 11010 | 11011010 | 111010 | 1011000 | 0 | 1111 | 100000101 | 1001111 | 110000 |
Color Harmonies of #5C1ADA
Complementary color
Monochromatic Colors of #5C1ADA
Black with #5C1ADA
Text Example
Text Example
White with #5C1ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1ADA; }
p { color: rgb(92,26,218); }
H1.HeaderClassName
{
color: #5C1ADA;
}
.AnyTagClassName
{
color: #5C1ADA;
}
</style>
background-color css
<style>
a { background-color: #5C1ADA; }
a { background-color: rgb(92,26,218); }
div.DivClassName
{
background-color: #5C1ADA;
}
.BgClassName
{
background-color: #5C1ADA;
}
</style>
border-color css
<style>
span { border-color: #5C1ADA; }
span { border-color: rgb(92,26,218); }
td.TdClassName
{
border-color: #5C1ADA;
}
.TagClassName
{
border-color: #5C1ADA;
}
</style>