Shades of Purple Heart #5C10D1
Tints of Purple Heart #5C10D1
RGB
CMYK
RGB Variations
Color information
#5C10D1 (or 0x5C10D1) is known color: Purple Heart. HEX triplet: 5C, 10 and D1. RGB value is (92,16,209). Sum of RGB (Red+Green+Blue) = 92+16+209=317 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.02% from 317); Green value is 16 (6.64% from 255 or 5.05% from 317); Blue value is 209 (82.03% from 255 or 65.93% from 317); Max value from RGB is 209 - color contains mainly: blue. Hex color #5C10D1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5C10D1 is #A3EF2E. Grayscale: #3C3C3C. Windows color (decimal): -10743599 or 13701212. OLE color: 13701212.
HSL color Cylindrical-coordinate representation of color #5C10D1: hue angle of 263.63º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5C10D1 is Cyan = 0.56, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 92 | 16 | 209 | - |
| CMYK | 0.56 | 0.92 | 0 | 0.18 |
| HSL | 263.63º | 0.86% | 0.44% | - |
| HSV(B) | 263.63º | 0.92% | 0.82% | - |
| XYZ | 16.11 | 7.25 | 60.87 | - |
| YUV | 60.73 | 211.68 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 16 | 209 | 0.56 | 0.92 | 0 | 0.18 | 263.63 | 0.86 | 0.44 |
| Hex | 5C | 10 | D1 | 38 | 5C | 0 | 12 | 108 | 56 | 2C |
| Octal | 134 | 20 | 321 | 70 | 134 | 0 | 22 | 410 | 126 | 54 |
| Binary | 1011100 | 10000 | 11010001 | 111000 | 1011100 | 0 | 10010 | 100001000 | 1010110 | 101100 |
Color Harmonies of #5C10D1
Complementary color
Monochromatic Colors of #5C10D1
Black with #5C10D1
Text Example
Text Example
White with #5C10D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C10D1; }
p { color: rgb(92,16,209); }
H1.HeaderClassName
{
color: #5C10D1;
}
.AnyTagClassName
{
color: #5C10D1;
}
</style>
background-color css
<style>
a { background-color: #5C10D1; }
a { background-color: rgb(92,16,209); }
div.DivClassName
{
background-color: #5C10D1;
}
.BgClassName
{
background-color: #5C10D1;
}
</style>
border-color css
<style>
span { border-color: #5C10D1; }
span { border-color: rgb(92,16,209); }
td.TdClassName
{
border-color: #5C10D1;
}
.TagClassName
{
border-color: #5C10D1;
}
</style>