Shades of Purple Heart #5C27CE
Tints of Purple Heart #5C27CE
RGB
CMYK
RGB Variations
Color information
#5C27CE (or 0x5C27CE) is known color: Purple Heart. HEX triplet: 5C, 27 and CE. RGB value is (92,39,206). Sum of RGB (Red+Green+Blue) = 92+39+206=337 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.30% from 337); Green value is 39 (15.62% from 255 or 11.57% from 337); Blue value is 206 (80.86% from 255 or 61.13% from 337); Max value from RGB is 206 - color contains mainly: blue. Hex color #5C27CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C27CE is #A3D831. Grayscale: #494949. Windows color (decimal): -10737714 or 13510492. OLE color: 13510492.
HSL color Cylindrical-coordinate representation of color #5C27CE: hue angle of 259.04º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5C27CE is Cyan = 0.55, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 92 | 39 | 206 | - |
| CMYK | 0.55 | 0.81 | 0 | 0.19 |
| HSL | 259.04º | 0.68% | 0.48% | - |
| HSV(B) | 259.04º | 0.81% | 0.81% | - |
| XYZ | 16.28 | 8.18 | 59.11 | - |
| YUV | 73.89 | 202.56 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 39 | 206 | 0.55 | 0.81 | 0 | 0.19 | 259.04 | 0.68 | 0.48 |
| Hex | 5C | 27 | CE | 37 | 51 | 0 | 13 | 103 | 44 | 30 |
| Octal | 134 | 47 | 316 | 67 | 121 | 0 | 23 | 403 | 104 | 60 |
| Binary | 1011100 | 100111 | 11001110 | 110111 | 1010001 | 0 | 10011 | 100000011 | 1000100 | 110000 |
Color Harmonies of #5C27CE
Complementary color
Monochromatic Colors of #5C27CE
Black with #5C27CE
Text Example
Text Example
White with #5C27CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C27CE; }
p { color: rgb(92,39,206); }
H1.HeaderClassName
{
color: #5C27CE;
}
.AnyTagClassName
{
color: #5C27CE;
}
</style>
background-color css
<style>
a { background-color: #5C27CE; }
a { background-color: rgb(92,39,206); }
div.DivClassName
{
background-color: #5C27CE;
}
.BgClassName
{
background-color: #5C27CE;
}
</style>
border-color css
<style>
span { border-color: #5C27CE; }
span { border-color: rgb(92,39,206); }
td.TdClassName
{
border-color: #5C27CE;
}
.TagClassName
{
border-color: #5C27CE;
}
</style>