Shades of Purple Heart #5C25C3
Tints of Purple Heart #5C25C3
RGB
CMYK
RGB Variations
Color information
#5C25C3 (or 0x5C25C3) is known color: Purple Heart. HEX triplet: 5C, 25 and C3. RGB value is (92,37,195). Sum of RGB (Red+Green+Blue) = 92+37+195=324 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.40% from 324); Green value is 37 (14.84% from 255 or 11.42% from 324); Blue value is 195 (76.56% from 255 or 60.19% from 324); Max value from RGB is 195 - color contains mainly: blue. Hex color #5C25C3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C25C3 is #A3DA3C. Grayscale: #464646. Windows color (decimal): -10738237 or 12789084. OLE color: 12789084.
HSL color Cylindrical-coordinate representation of color #5C25C3: hue angle of 260.89º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5C25C3 is Cyan = 0.53, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 92 | 37 | 195 | - |
| CMYK | 0.53 | 0.81 | 0 | 0.24 |
| HSL | 260.89º | 0.68% | 0.45% | - |
| HSV(B) | 260.89º | 0.81% | 0.76% | - |
| XYZ | 14.93 | 7.54 | 52.3 | - |
| YUV | 71.46 | 197.72 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 37 | 195 | 0.53 | 0.81 | 0 | 0.24 | 260.89 | 0.68 | 0.45 |
| Hex | 5C | 25 | C3 | 35 | 51 | 0 | 18 | 105 | 44 | 2D |
| Octal | 134 | 45 | 303 | 65 | 121 | 0 | 30 | 405 | 104 | 55 |
| Binary | 1011100 | 100101 | 11000011 | 110101 | 1010001 | 0 | 11000 | 100000101 | 1000100 | 101101 |
Color Harmonies of #5C25C3
Complementary color
Monochromatic Colors of #5C25C3
Black with #5C25C3
Text Example
Text Example
White with #5C25C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C25C3; }
p { color: rgb(92,37,195); }
H1.HeaderClassName
{
color: #5C25C3;
}
.AnyTagClassName
{
color: #5C25C3;
}
</style>
background-color css
<style>
a { background-color: #5C25C3; }
a { background-color: rgb(92,37,195); }
div.DivClassName
{
background-color: #5C25C3;
}
.BgClassName
{
background-color: #5C25C3;
}
</style>
border-color css
<style>
span { border-color: #5C25C3; }
span { border-color: rgb(92,37,195); }
td.TdClassName
{
border-color: #5C25C3;
}
.TagClassName
{
border-color: #5C25C3;
}
</style>