Shades of Purple Heart #5C40CE
Tints of Purple Heart #5C40CE
RGB
CMYK
RGB Variations
Color information
#5C40CE (or 0x5C40CE) is known color: Purple Heart. HEX triplet: 5C, 40 and CE. RGB value is (92,64,206). Sum of RGB (Red+Green+Blue) = 92+64+206=362 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.41% from 362); Green value is 64 (25.39% from 255 or 17.68% from 362); Blue value is 206 (80.86% from 255 or 56.91% from 362); Max value from RGB is 206 - color contains mainly: blue. Hex color #5C40CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C40CE is #A3BF31. Grayscale: #585858. Windows color (decimal): -10731314 or 13516892. OLE color: 13516892.
HSL color Cylindrical-coordinate representation of color #5C40CE: hue angle of 251.83º degrees, saturation: 0.59, 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 #5C40CE is Cyan = 0.55, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 92 | 64 | 206 | - |
| CMYK | 0.55 | 0.69 | 0 | 0.19 |
| HSL | 251.83º | 0.59% | 0.53% | - |
| HSV(B) | 251.83º | 0.69% | 0.81% | - |
| XYZ | 17.39 | 10.4 | 59.48 | - |
| YUV | 88.56 | 194.28 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 64 | 206 | 0.55 | 0.69 | 0 | 0.19 | 251.83 | 0.59 | 0.53 |
| Hex | 5C | 40 | CE | 37 | 45 | 0 | 13 | FC | 3B | 35 |
| Octal | 134 | 100 | 316 | 67 | 105 | 0 | 23 | 374 | 73 | 65 |
| Binary | 1011100 | 1000000 | 11001110 | 110111 | 1000101 | 0 | 10011 | 11111100 | 111011 | 110101 |
Color Harmonies of #5C40CE
Complementary color
Monochromatic Colors of #5C40CE
Black with #5C40CE
Text Example
Text Example
White with #5C40CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C40CE; }
p { color: rgb(92,64,206); }
H1.HeaderClassName
{
color: #5C40CE;
}
.AnyTagClassName
{
color: #5C40CE;
}
</style>
background-color css
<style>
a { background-color: #5C40CE; }
a { background-color: rgb(92,64,206); }
div.DivClassName
{
background-color: #5C40CE;
}
.BgClassName
{
background-color: #5C40CE;
}
</style>
border-color css
<style>
span { border-color: #5C40CE; }
span { border-color: rgb(92,64,206); }
td.TdClassName
{
border-color: #5C40CE;
}
.TagClassName
{
border-color: #5C40CE;
}
</style>