Shades of Purple Heart #5C40BF
Tints of Purple Heart #5C40BF
RGB
CMYK
RGB Variations
Color information
#5C40BF (or 0x5C40BF) is known color: Purple Heart. HEX triplet: 5C, 40 and BF. RGB value is (92,64,191). Sum of RGB (Red+Green+Blue) = 92+64+191=347 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.51% from 347); Green value is 64 (25.39% from 255 or 18.44% from 347); Blue value is 191 (75% from 255 or 55.04% from 347); Max value from RGB is 191 - color contains mainly: blue. Hex color #5C40BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C40BF is #A3BF40. Grayscale: #565656. Windows color (decimal): -10731329 or 12533852. OLE color: 12533852.
HSL color Cylindrical-coordinate representation of color #5C40BF: hue angle of 253.23º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5C40BF is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 92 | 64 | 191 | - |
| CMYK | 0.52 | 0.66 | 0 | 0.25 |
| HSL | 253.23º | 0.5% | 0.5% | - |
| HSV(B) | 253.23º | 0.66% | 0.75% | - |
| XYZ | 15.65 | 9.7 | 50.34 | - |
| YUV | 86.85 | 186.78 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 64 | 191 | 0.52 | 0.66 | 0 | 0.25 | 253.23 | 0.5 | 0.5 |
| Hex | 5C | 40 | BF | 34 | 42 | 0 | 19 | FD | 32 | 32 |
| Octal | 134 | 100 | 277 | 64 | 102 | 0 | 31 | 375 | 62 | 62 |
| Binary | 1011100 | 1000000 | 10111111 | 110100 | 1000010 | 0 | 11001 | 11111101 | 110010 | 110010 |
Color Harmonies of #5C40BF
Complementary color
Monochromatic Colors of #5C40BF
Black with #5C40BF
Text Example
Text Example
White with #5C40BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C40BF; }
p { color: rgb(92,64,191); }
H1.HeaderClassName
{
color: #5C40BF;
}
.AnyTagClassName
{
color: #5C40BF;
}
</style>
background-color css
<style>
a { background-color: #5C40BF; }
a { background-color: rgb(92,64,191); }
div.DivClassName
{
background-color: #5C40BF;
}
.BgClassName
{
background-color: #5C40BF;
}
</style>
border-color css
<style>
span { border-color: #5C40BF; }
span { border-color: rgb(92,64,191); }
td.TdClassName
{
border-color: #5C40BF;
}
.TagClassName
{
border-color: #5C40BF;
}
</style>