Shades of Purple Heart #5C22CE
Tints of Purple Heart #5C22CE
RGB
CMYK
RGB Variations
Color information
#5C22CE (or 0x5C22CE) is known color: Purple Heart. HEX triplet: 5C, 22 and CE. RGB value is (92,34,206). Sum of RGB (Red+Green+Blue) = 92+34+206=332 (43% of max value = 765). Red value is 92 (36.33% from 255 or 27.71% from 332); Green value is 34 (13.67% from 255 or 10.24% from 332); Blue value is 206 (80.86% from 255 or 62.05% from 332); Max value from RGB is 206 - color contains mainly: blue. Hex color #5C22CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C22CE is #A3DD31. Grayscale: #464646. Windows color (decimal): -10738994 or 13509212. OLE color: 13509212.
HSL color Cylindrical-coordinate representation of color #5C22CE: hue angle of 260.23º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5C22CE is Cyan = 0.55, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 92 | 34 | 206 | - |
| CMYK | 0.55 | 0.83 | 0 | 0.19 |
| HSL | 260.23º | 0.72% | 0.47% | - |
| HSV(B) | 260.23º | 0.83% | 0.81% | - |
| XYZ | 16.13 | 7.88 | 59.06 | - |
| YUV | 70.95 | 204.22 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 34 | 206 | 0.55 | 0.83 | 0 | 0.19 | 260.23 | 0.72 | 0.47 |
| Hex | 5C | 22 | CE | 37 | 53 | 0 | 13 | 104 | 48 | 2F |
| Octal | 134 | 42 | 316 | 67 | 123 | 0 | 23 | 404 | 110 | 57 |
| Binary | 1011100 | 100010 | 11001110 | 110111 | 1010011 | 0 | 10011 | 100000100 | 1001000 | 101111 |
Color Harmonies of #5C22CE
Complementary color
Monochromatic Colors of #5C22CE
Black with #5C22CE
Text Example
Text Example
White with #5C22CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C22CE; }
p { color: rgb(92,34,206); }
H1.HeaderClassName
{
color: #5C22CE;
}
.AnyTagClassName
{
color: #5C22CE;
}
</style>
background-color css
<style>
a { background-color: #5C22CE; }
a { background-color: rgb(92,34,206); }
div.DivClassName
{
background-color: #5C22CE;
}
.BgClassName
{
background-color: #5C22CE;
}
</style>
border-color css
<style>
span { border-color: #5C22CE; }
span { border-color: rgb(92,34,206); }
td.TdClassName
{
border-color: #5C22CE;
}
.TagClassName
{
border-color: #5C22CE;
}
</style>