Shades of Purple Heart #5C10B8
Tints of Purple Heart #5C10B8
RGB
CMYK
RGB Variations
Color information
#5C10B8 (or 0x5C10B8) is known color: Purple Heart. HEX triplet: 5C, 10 and B8. RGB value is (92,16,184). Sum of RGB (Red+Green+Blue) = 92+16+184=292 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.51% from 292); Green value is 16 (6.64% from 255 or 5.48% from 292); Blue value is 184 (72.27% from 255 or 63.01% from 292); Max value from RGB is 184 - color contains mainly: blue. Hex color #5C10B8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5C10B8 is #A3EF47. Grayscale: #393939. Windows color (decimal): -10743624 or 12062812. OLE color: 12062812.
HSL color Cylindrical-coordinate representation of color #5C10B8: hue angle of 267.14º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5C10B8 is Cyan = 0.50, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 92 | 16 | 184 | - |
| CMYK | 0.50 | 0.91 | 0 | 0.28 |
| HSL | 267.14º | 0.84% | 0.39% | - |
| HSV(B) | 267.14º | 0.91% | 0.72% | - |
| XYZ | 13.25 | 6.11 | 45.83 | - |
| YUV | 57.88 | 199.18 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 16 | 184 | 0.50 | 0.91 | 0 | 0.28 | 267.14 | 0.84 | 0.39 |
| Hex | 5C | 10 | B8 | 32 | 5B | 0 | 1C | 10B | 54 | 27 |
| Octal | 134 | 20 | 270 | 62 | 133 | 0 | 34 | 413 | 124 | 47 |
| Binary | 1011100 | 10000 | 10111000 | 110010 | 1011011 | 0 | 11100 | 100001011 | 1010100 | 100111 |
Color Harmonies of #5C10B8
Complementary color
Monochromatic Colors of #5C10B8
Black with #5C10B8
Text Example
Text Example
White with #5C10B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C10B8; }
p { color: rgb(92,16,184); }
H1.HeaderClassName
{
color: #5C10B8;
}
.AnyTagClassName
{
color: #5C10B8;
}
</style>
background-color css
<style>
a { background-color: #5C10B8; }
a { background-color: rgb(92,16,184); }
div.DivClassName
{
background-color: #5C10B8;
}
.BgClassName
{
background-color: #5C10B8;
}
</style>
border-color css
<style>
span { border-color: #5C10B8; }
span { border-color: rgb(92,16,184); }
td.TdClassName
{
border-color: #5C10B8;
}
.TagClassName
{
border-color: #5C10B8;
}
</style>