Shades of Purple Heart #5C02BA
Tints of Purple Heart #5C02BA
RGB
CMYK
RGB Variations
Color information
#5C02BA (or 0x5C02BA) is known color: Purple Heart. HEX triplet: 5C, 02 and BA. RGB value is (92,2,186). Sum of RGB (Red+Green+Blue) = 92+2+186=280 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.86% from 280); Green value is 2 (1.17% from 255 or 0.71% from 280); Blue value is 186 (73.05% from 255 or 66.43% from 280); Max value from RGB is 186 - color contains mainly: blue. Hex color #5C02BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5C02BA is #A3FD45. Grayscale: #313131. Windows color (decimal): -10747206 or 12190300. OLE color: 12190300.
HSL color Cylindrical-coordinate representation of color #5C02BA: hue angle of 269.35º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5C02BA is Cyan = 0.51, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 92 | 2 | 186 | - |
| CMYK | 0.51 | 0.99 | 0 | 0.27 |
| HSL | 269.35º | 0.98% | 0.37% | - |
| HSV(B) | 269.35º | 0.99% | 0.73% | - |
| XYZ | 13.3 | 5.86 | 46.89 | - |
| YUV | 49.89 | 204.82 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 2 | 186 | 0.51 | 0.99 | 0 | 0.27 | 269.35 | 0.98 | 0.37 |
| Hex | 5C | 2 | BA | 33 | 63 | 0 | 1B | 10D | 62 | 25 |
| Octal | 134 | 2 | 272 | 63 | 143 | 0 | 33 | 415 | 142 | 45 |
| Binary | 1011100 | 10 | 10111010 | 110011 | 1100011 | 0 | 11011 | 100001101 | 1100010 | 100101 |
Color Harmonies of #5C02BA
Complementary color
Monochromatic Colors of #5C02BA
Black with #5C02BA
Text Example
Text Example
White with #5C02BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C02BA; }
p { color: rgb(92,2,186); }
H1.HeaderClassName
{
color: #5C02BA;
}
.AnyTagClassName
{
color: #5C02BA;
}
</style>
background-color css
<style>
a { background-color: #5C02BA; }
a { background-color: rgb(92,2,186); }
div.DivClassName
{
background-color: #5C02BA;
}
.BgClassName
{
background-color: #5C02BA;
}
</style>
border-color css
<style>
span { border-color: #5C02BA; }
span { border-color: rgb(92,2,186); }
td.TdClassName
{
border-color: #5C02BA;
}
.TagClassName
{
border-color: #5C02BA;
}
</style>