Shades of Purple Heart #5C19C5
Tints of Purple Heart #5C19C5
RGB
CMYK
RGB Variations
Color information
#5C19C5 (or 0x5C19C5) is known color: Purple Heart. HEX triplet: 5C, 19 and C5. RGB value is (92,25,197). Sum of RGB (Red+Green+Blue) = 92+25+197=314 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.30% from 314); Green value is 25 (10.16% from 255 or 7.96% from 314); Blue value is 197 (77.34% from 255 or 62.74% from 314); Max value from RGB is 197 - color contains mainly: blue. Hex color #5C19C5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5C19C5 is #A3E63A. Grayscale: #404040. Windows color (decimal): -10741307 or 12917084. OLE color: 12917084.
HSL color Cylindrical-coordinate representation of color #5C19C5: hue angle of 263.37º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5C19C5 is Cyan = 0.53, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 92 | 25 | 197 | - |
| CMYK | 0.53 | 0.87 | 0 | 0.23 |
| HSL | 263.37º | 0.77% | 0.44% | - |
| HSV(B) | 263.37º | 0.87% | 0.77% | - |
| XYZ | 14.84 | 7 | 53.39 | - |
| YUV | 64.64 | 202.7 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 25 | 197 | 0.53 | 0.87 | 0 | 0.23 | 263.37 | 0.77 | 0.44 |
| Hex | 5C | 19 | C5 | 35 | 57 | 0 | 17 | 107 | 4D | 2C |
| Octal | 134 | 31 | 305 | 65 | 127 | 0 | 27 | 407 | 115 | 54 |
| Binary | 1011100 | 11001 | 11000101 | 110101 | 1010111 | 0 | 10111 | 100000111 | 1001101 | 101100 |
Color Harmonies of #5C19C5
Complementary color
Monochromatic Colors of #5C19C5
Black with #5C19C5
Text Example
Text Example
White with #5C19C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C19C5; }
p { color: rgb(92,25,197); }
H1.HeaderClassName
{
color: #5C19C5;
}
.AnyTagClassName
{
color: #5C19C5;
}
</style>
background-color css
<style>
a { background-color: #5C19C5; }
a { background-color: rgb(92,25,197); }
div.DivClassName
{
background-color: #5C19C5;
}
.BgClassName
{
background-color: #5C19C5;
}
</style>
border-color css
<style>
span { border-color: #5C19C5; }
span { border-color: rgb(92,25,197); }
td.TdClassName
{
border-color: #5C19C5;
}
.TagClassName
{
border-color: #5C19C5;
}
</style>