Shades of Purple Heart #5C13BA
Tints of Purple Heart #5C13BA
RGB
CMYK
RGB Variations
Color information
#5C13BA (or 0x5C13BA) is known color: Purple Heart. HEX triplet: 5C, 13 and BA. RGB value is (92,19,186). Sum of RGB (Red+Green+Blue) = 92+19+186=297 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.98% from 297); Green value is 19 (7.81% from 255 or 6.40% from 297); Blue value is 186 (73.05% from 255 or 62.63% from 297); Max value from RGB is 186 - color contains mainly: blue. Hex color #5C13BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5C13BA is #A3EC45. Grayscale: #3B3B3B. Windows color (decimal): -10742854 or 12194652. OLE color: 12194652.
HSL color Cylindrical-coordinate representation of color #5C13BA: hue angle of 266.23º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5C13BA is Cyan = 0.51, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 92 | 19 | 186 | - |
| CMYK | 0.51 | 0.90 | 0 | 0.27 |
| HSL | 266.23º | 0.81% | 0.4% | - |
| HSV(B) | 266.23º | 0.9% | 0.73% | - |
| XYZ | 13.51 | 6.29 | 46.96 | - |
| YUV | 59.87 | 199.18 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 19 | 186 | 0.51 | 0.90 | 0 | 0.27 | 266.23 | 0.81 | 0.4 |
| Hex | 5C | 13 | BA | 33 | 5A | 0 | 1B | 10A | 51 | 28 |
| Octal | 134 | 23 | 272 | 63 | 132 | 0 | 33 | 412 | 121 | 50 |
| Binary | 1011100 | 10011 | 10111010 | 110011 | 1011010 | 0 | 11011 | 100001010 | 1010001 | 101000 |
Color Harmonies of #5C13BA
Complementary color
Monochromatic Colors of #5C13BA
Black with #5C13BA
Text Example
Text Example
White with #5C13BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C13BA; }
p { color: rgb(92,19,186); }
H1.HeaderClassName
{
color: #5C13BA;
}
.AnyTagClassName
{
color: #5C13BA;
}
</style>
background-color css
<style>
a { background-color: #5C13BA; }
a { background-color: rgb(92,19,186); }
div.DivClassName
{
background-color: #5C13BA;
}
.BgClassName
{
background-color: #5C13BA;
}
</style>
border-color css
<style>
span { border-color: #5C13BA; }
span { border-color: rgb(92,19,186); }
td.TdClassName
{
border-color: #5C13BA;
}
.TagClassName
{
border-color: #5C13BA;
}
</style>