Shades of Purple Heart #5C40CF
Tints of Purple Heart #5C40CF
RGB
CMYK
RGB Variations
Color information
#5C40CF (or 0x5C40CF) is known color: Purple Heart. HEX triplet: 5C, 40 and CF. RGB value is (92,64,207). Sum of RGB (Red+Green+Blue) = 92+64+207=363 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25.34% from 363); Green value is 64 (25.39% from 255 or 17.63% from 363); Blue value is 207 (81.25% from 255 or 57.02% from 363); Max value from RGB is 207 - color contains mainly: blue. Hex color #5C40CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C40CF is #A3BF30. Grayscale: #585858. Windows color (decimal): -10731313 or 13582428. OLE color: 13582428.
HSL color Cylindrical-coordinate representation of color #5C40CF: hue angle of 251.75º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5C40CF is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 92 | 64 | 207 | - |
| CMYK | 0.56 | 0.69 | 0 | 0.19 |
| HSL | 251.75º | 0.6% | 0.53% | - |
| HSV(B) | 251.75º | 0.69% | 0.81% | - |
| XYZ | 17.51 | 10.45 | 60.13 | - |
| YUV | 88.67 | 194.78 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 64 | 207 | 0.56 | 0.69 | 0 | 0.19 | 251.75 | 0.6 | 0.53 |
| Hex | 5C | 40 | CF | 38 | 45 | 0 | 13 | FC | 3C | 35 |
| Octal | 134 | 100 | 317 | 70 | 105 | 0 | 23 | 374 | 74 | 65 |
| Binary | 1011100 | 1000000 | 11001111 | 111000 | 1000101 | 0 | 10011 | 11111100 | 111100 | 110101 |
Color Harmonies of #5C40CF
Complementary color
Monochromatic Colors of #5C40CF
Black with #5C40CF
Text Example
Text Example
White with #5C40CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C40CF; }
p { color: rgb(92,64,207); }
H1.HeaderClassName
{
color: #5C40CF;
}
.AnyTagClassName
{
color: #5C40CF;
}
</style>
background-color css
<style>
a { background-color: #5C40CF; }
a { background-color: rgb(92,64,207); }
div.DivClassName
{
background-color: #5C40CF;
}
.BgClassName
{
background-color: #5C40CF;
}
</style>
border-color css
<style>
span { border-color: #5C40CF; }
span { border-color: rgb(92,64,207); }
td.TdClassName
{
border-color: #5C40CF;
}
.TagClassName
{
border-color: #5C40CF;
}
</style>