Shades of Purple Heart #5C26CE
Tints of Purple Heart #5C26CE
RGB
CMYK
RGB Variations
Color information
#5C26CE (or 0x5C26CE) is known color: Purple Heart. HEX triplet: 5C, 26 and CE. RGB value is (92,38,206). Sum of RGB (Red+Green+Blue) = 92+38+206=336 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.38% from 336); Green value is 38 (15.23% from 255 or 11.31% from 336); Blue value is 206 (80.86% from 255 or 61.31% from 336); Max value from RGB is 206 - color contains mainly: blue. Hex color #5C26CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C26CE is #A3D931. Grayscale: #484848. Windows color (decimal): -10737970 or 13510236. OLE color: 13510236.
HSL color Cylindrical-coordinate representation of color #5C26CE: hue angle of 259.29º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5C26CE is Cyan = 0.55, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 92 | 38 | 206 | - |
| CMYK | 0.55 | 0.82 | 0 | 0.19 |
| HSL | 259.29º | 0.69% | 0.48% | - |
| HSV(B) | 259.29º | 0.82% | 0.81% | - |
| XYZ | 16.25 | 8.12 | 59.1 | - |
| YUV | 73.3 | 202.89 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 38 | 206 | 0.55 | 0.82 | 0 | 0.19 | 259.29 | 0.69 | 0.48 |
| Hex | 5C | 26 | CE | 37 | 52 | 0 | 13 | 103 | 45 | 30 |
| Octal | 134 | 46 | 316 | 67 | 122 | 0 | 23 | 403 | 105 | 60 |
| Binary | 1011100 | 100110 | 11001110 | 110111 | 1010010 | 0 | 10011 | 100000011 | 1000101 | 110000 |
Color Harmonies of #5C26CE
Complementary color
Monochromatic Colors of #5C26CE
Black with #5C26CE
Text Example
Text Example
White with #5C26CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C26CE; }
p { color: rgb(92,38,206); }
H1.HeaderClassName
{
color: #5C26CE;
}
.AnyTagClassName
{
color: #5C26CE;
}
</style>
background-color css
<style>
a { background-color: #5C26CE; }
a { background-color: rgb(92,38,206); }
div.DivClassName
{
background-color: #5C26CE;
}
.BgClassName
{
background-color: #5C26CE;
}
</style>
border-color css
<style>
span { border-color: #5C26CE; }
span { border-color: rgb(92,38,206); }
td.TdClassName
{
border-color: #5C26CE;
}
.TagClassName
{
border-color: #5C26CE;
}
</style>