Shades of Purple Heart #5C08BA
Tints of Purple Heart #5C08BA
RGB
CMYK
RGB Variations
Color information
#5C08BA (or 0x5C08BA) is known color: Purple Heart. HEX triplet: 5C, 08 and BA. RGB value is (92,8,186). Sum of RGB (Red+Green+Blue) = 92+8+186=286 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.17% from 286); Green value is 8 (3.52% from 255 or 2.80% from 286); Blue value is 186 (73.05% from 255 or 65.03% from 286); Max value from RGB is 186 - color contains mainly: blue. Hex color #5C08BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5C08BA is #A3F745. Grayscale: #343434. Windows color (decimal): -10745670 or 12191836. OLE color: 12191836.
HSL color Cylindrical-coordinate representation of color #5C08BA: hue angle of 268.31º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5C08BA is Cyan = 0.51, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 92 | 8 | 186 | - |
| CMYK | 0.51 | 0.96 | 0 | 0.27 |
| HSL | 268.31º | 0.92% | 0.38% | - |
| HSV(B) | 268.31º | 0.96% | 0.73% | - |
| XYZ | 13.36 | 5.99 | 46.91 | - |
| YUV | 53.41 | 202.83 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 8 | 186 | 0.51 | 0.96 | 0 | 0.27 | 268.31 | 0.92 | 0.38 |
| Hex | 5C | 8 | BA | 33 | 60 | 0 | 1B | 10C | 5C | 26 |
| Octal | 134 | 10 | 272 | 63 | 140 | 0 | 33 | 414 | 134 | 46 |
| Binary | 1011100 | 1000 | 10111010 | 110011 | 1100000 | 0 | 11011 | 100001100 | 1011100 | 100110 |
Color Harmonies of #5C08BA
Complementary color
Monochromatic Colors of #5C08BA
Black with #5C08BA
Text Example
Text Example
White with #5C08BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C08BA; }
p { color: rgb(92,8,186); }
H1.HeaderClassName
{
color: #5C08BA;
}
.AnyTagClassName
{
color: #5C08BA;
}
</style>
background-color css
<style>
a { background-color: #5C08BA; }
a { background-color: rgb(92,8,186); }
div.DivClassName
{
background-color: #5C08BA;
}
.BgClassName
{
background-color: #5C08BA;
}
</style>
border-color css
<style>
span { border-color: #5C08BA; }
span { border-color: rgb(92,8,186); }
td.TdClassName
{
border-color: #5C08BA;
}
.TagClassName
{
border-color: #5C08BA;
}
</style>