Shades of Purple Heart #5C15C9
Tints of Purple Heart #5C15C9
RGB
CMYK
RGB Variations
Color information
#5C15C9 (or 0x5C15C9) is known color: Purple Heart. HEX triplet: 5C, 15 and C9. RGB value is (92,21,201). Sum of RGB (Red+Green+Blue) = 92+21+201=314 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.30% from 314); Green value is 21 (8.59% from 255 or 6.69% from 314); Blue value is 201 (78.91% from 255 or 64.01% from 314); Max value from RGB is 201 - color contains mainly: blue. Hex color #5C15C9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5C15C9 is #A3EA36. Grayscale: #3E3E3E. Windows color (decimal): -10742327 or 13178204. OLE color: 13178204.
HSL color Cylindrical-coordinate representation of color #5C15C9: hue angle of 263.67º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5C15C9 is Cyan = 0.54, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 92 | 21 | 201 | - |
| CMYK | 0.54 | 0.90 | 0 | 0.21 |
| HSL | 263.67º | 0.81% | 0.44% | - |
| HSV(B) | 263.67º | 0.9% | 0.79% | - |
| XYZ | 15.22 | 7.03 | 55.81 | - |
| YUV | 62.75 | 206.02 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 21 | 201 | 0.54 | 0.90 | 0 | 0.21 | 263.67 | 0.81 | 0.44 |
| Hex | 5C | 15 | C9 | 36 | 5A | 0 | 15 | 108 | 51 | 2C |
| Octal | 134 | 25 | 311 | 66 | 132 | 0 | 25 | 410 | 121 | 54 |
| Binary | 1011100 | 10101 | 11001001 | 110110 | 1011010 | 0 | 10101 | 100001000 | 1010001 | 101100 |
Color Harmonies of #5C15C9
Complementary color
Monochromatic Colors of #5C15C9
Black with #5C15C9
Text Example
Text Example
White with #5C15C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C15C9; }
p { color: rgb(92,21,201); }
H1.HeaderClassName
{
color: #5C15C9;
}
.AnyTagClassName
{
color: #5C15C9;
}
</style>
background-color css
<style>
a { background-color: #5C15C9; }
a { background-color: rgb(92,21,201); }
div.DivClassName
{
background-color: #5C15C9;
}
.BgClassName
{
background-color: #5C15C9;
}
</style>
border-color css
<style>
span { border-color: #5C15C9; }
span { border-color: rgb(92,21,201); }
td.TdClassName
{
border-color: #5C15C9;
}
.TagClassName
{
border-color: #5C15C9;
}
</style>