Shades of Purple Heart #5C25CE
Tints of Purple Heart #5C25CE
RGB
CMYK
RGB Variations
Color information
#5C25CE (or 0x5C25CE) is known color: Purple Heart. HEX triplet: 5C, 25 and CE. RGB value is (92,37,206). Sum of RGB (Red+Green+Blue) = 92+37+206=335 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.46% from 335); Green value is 37 (14.84% from 255 or 11.04% from 335); Blue value is 206 (80.86% from 255 or 61.49% from 335); Max value from RGB is 206 - color contains mainly: blue. Hex color #5C25CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C25CE is #A3DA31. Grayscale: #484848. Windows color (decimal): -10738226 or 13509980. OLE color: 13509980.
HSL color Cylindrical-coordinate representation of color #5C25CE: hue angle of 259.53º degrees, saturation: 0.7, 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 #5C25CE is Cyan = 0.55, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 92 | 37 | 206 | - |
| CMYK | 0.55 | 0.82 | 0 | 0.19 |
| HSL | 259.53º | 0.7% | 0.48% | - |
| HSV(B) | 259.53º | 0.82% | 0.81% | - |
| XYZ | 16.22 | 8.05 | 59.09 | - |
| YUV | 72.71 | 203.22 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 37 | 206 | 0.55 | 0.82 | 0 | 0.19 | 259.53 | 0.7 | 0.48 |
| Hex | 5C | 25 | CE | 37 | 52 | 0 | 13 | 104 | 46 | 30 |
| Octal | 134 | 45 | 316 | 67 | 122 | 0 | 23 | 404 | 106 | 60 |
| Binary | 1011100 | 100101 | 11001110 | 110111 | 1010010 | 0 | 10011 | 100000100 | 1000110 | 110000 |
Color Harmonies of #5C25CE
Complementary color
Monochromatic Colors of #5C25CE
Black with #5C25CE
Text Example
Text Example
White with #5C25CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C25CE; }
p { color: rgb(92,37,206); }
H1.HeaderClassName
{
color: #5C25CE;
}
.AnyTagClassName
{
color: #5C25CE;
}
</style>
background-color css
<style>
a { background-color: #5C25CE; }
a { background-color: rgb(92,37,206); }
div.DivClassName
{
background-color: #5C25CE;
}
.BgClassName
{
background-color: #5C25CE;
}
</style>
border-color css
<style>
span { border-color: #5C25CE; }
span { border-color: rgb(92,37,206); }
td.TdClassName
{
border-color: #5C25CE;
}
.TagClassName
{
border-color: #5C25CE;
}
</style>