Shades of Purple Heart #5C40BA
Tints of Purple Heart #5C40BA
RGB
CMYK
RGB Variations
Color information
#5C40BA (or 0x5C40BA) is known color: Purple Heart. HEX triplet: 5C, 40 and BA. RGB value is (92,64,186). Sum of RGB (Red+Green+Blue) = 92+64+186=342 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.90% from 342); Green value is 64 (25.39% from 255 or 18.71% from 342); Blue value is 186 (73.05% from 255 or 54.39% from 342); Max value from RGB is 186 - color contains mainly: blue. Hex color #5C40BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C40BA is #A3BF45. Grayscale: #555555. Windows color (decimal): -10731334 or 12206172. OLE color: 12206172.
HSL color Cylindrical-coordinate representation of color #5C40BA: hue angle of 253.77º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5C40BA is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 92 | 64 | 186 | - |
| CMYK | 0.51 | 0.66 | 0 | 0.27 |
| HSL | 253.77º | 0.49% | 0.49% | - |
| HSV(B) | 253.77º | 0.66% | 0.73% | - |
| XYZ | 15.11 | 9.49 | 47.49 | - |
| YUV | 86.28 | 184.28 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 64 | 186 | 0.51 | 0.66 | 0 | 0.27 | 253.77 | 0.49 | 0.49 |
| Hex | 5C | 40 | BA | 33 | 42 | 0 | 1B | FE | 31 | 31 |
| Octal | 134 | 100 | 272 | 63 | 102 | 0 | 33 | 376 | 61 | 61 |
| Binary | 1011100 | 1000000 | 10111010 | 110011 | 1000010 | 0 | 11011 | 11111110 | 110001 | 110001 |
Color Harmonies of #5C40BA
Complementary color
Monochromatic Colors of #5C40BA
Black with #5C40BA
Text Example
Text Example
White with #5C40BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C40BA; }
p { color: rgb(92,64,186); }
H1.HeaderClassName
{
color: #5C40BA;
}
.AnyTagClassName
{
color: #5C40BA;
}
</style>
background-color css
<style>
a { background-color: #5C40BA; }
a { background-color: rgb(92,64,186); }
div.DivClassName
{
background-color: #5C40BA;
}
.BgClassName
{
background-color: #5C40BA;
}
</style>
border-color css
<style>
span { border-color: #5C40BA; }
span { border-color: rgb(92,64,186); }
td.TdClassName
{
border-color: #5C40BA;
}
.TagClassName
{
border-color: #5C40BA;
}
</style>