Shades of Purple Heart #5C40BE
Tints of Purple Heart #5C40BE
RGB
CMYK
RGB Variations
Color information
#5C40BE (or 0x5C40BE) is known color: Purple Heart. HEX triplet: 5C, 40 and BE. RGB value is (92,64,190). Sum of RGB (Red+Green+Blue) = 92+64+190=346 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.59% from 346); Green value is 64 (25.39% from 255 or 18.50% from 346); Blue value is 190 (74.61% from 255 or 54.91% from 346); Max value from RGB is 190 - color contains mainly: blue. Hex color #5C40BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C40BE is #A3BF41. Grayscale: #565656. Windows color (decimal): -10731330 or 12468316. OLE color: 12468316.
HSL color Cylindrical-coordinate representation of color #5C40BE: hue angle of 253.33º 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 #5C40BE is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 92 | 64 | 190 | - |
| CMYK | 0.52 | 0.66 | 0 | 0.25 |
| HSL | 253.33º | 0.5% | 0.5% | - |
| HSV(B) | 253.33º | 0.66% | 0.75% | - |
| XYZ | 15.54 | 9.66 | 49.76 | - |
| YUV | 86.74 | 186.28 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 64 | 190 | 0.52 | 0.66 | 0 | 0.25 | 253.33 | 0.5 | 0.5 |
| Hex | 5C | 40 | BE | 34 | 42 | 0 | 19 | FD | 32 | 32 |
| Octal | 134 | 100 | 276 | 64 | 102 | 0 | 31 | 375 | 62 | 62 |
| Binary | 1011100 | 1000000 | 10111110 | 110100 | 1000010 | 0 | 11001 | 11111101 | 110010 | 110010 |
Color Harmonies of #5C40BE
Complementary color
Monochromatic Colors of #5C40BE
Black with #5C40BE
Text Example
Text Example
White with #5C40BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C40BE; }
p { color: rgb(92,64,190); }
H1.HeaderClassName
{
color: #5C40BE;
}
.AnyTagClassName
{
color: #5C40BE;
}
</style>
background-color css
<style>
a { background-color: #5C40BE; }
a { background-color: rgb(92,64,190); }
div.DivClassName
{
background-color: #5C40BE;
}
.BgClassName
{
background-color: #5C40BE;
}
</style>
border-color css
<style>
span { border-color: #5C40BE; }
span { border-color: rgb(92,64,190); }
td.TdClassName
{
border-color: #5C40BE;
}
.TagClassName
{
border-color: #5C40BE;
}
</style>