Shades of Purple Heart #5D08BA
Tints of Purple Heart #5D08BA
RGB
CMYK
RGB Variations
Color information
#5D08BA (or 0x5D08BA) is known color: Purple Heart. HEX triplet: 5D, 08 and BA. RGB value is (93,8,186). Sum of RGB (Red+Green+Blue) = 93+8+186=287 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.40% from 287); Green value is 8 (3.52% from 255 or 2.79% from 287); Blue value is 186 (73.05% from 255 or 64.81% from 287); Max value from RGB is 186 - color contains mainly: blue. Hex color #5D08BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D08BA is #A2F745. Grayscale: #353535. Windows color (decimal): -10680134 or 12191837. OLE color: 12191837.
HSL color Cylindrical-coordinate representation of color #5D08BA: hue angle of 268.65º 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 #5D08BA is Cyan = 0.5, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 8 | 186 | - |
| CMYK | 0.5 | 0.96 | 0 | 0.27 |
| HSL | 268.65º | 0.92% | 0.38% | - |
| HSV(B) | 268.65º | 0.96% | 0.73% | - |
| XYZ | 13.46 | 6.05 | 46.91 | - |
| YUV | 53.71 | 202.66 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 8 | 186 | 0.5 | 0.96 | 0 | 0.27 | 268.65 | 0.92 | 0.38 |
| Hex | 5D | 8 | BA | 32 | 60 | 0 | 1B | 10D | 5C | 26 |
| Octal | 135 | 10 | 272 | 62 | 140 | 0 | 33 | 415 | 134 | 46 |
| Binary | 1011101 | 1000 | 10111010 | 110010 | 1100000 | 0 | 11011 | 100001101 | 1011100 | 100110 |
Color Harmonies of #5D08BA
Complementary color
Monochromatic Colors of #5D08BA
Black with #5D08BA
Text Example
Text Example
White with #5D08BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D08BA; }
p { color: rgb(93,8,186); }
H1.HeaderClassName
{
color: #5D08BA;
}
.AnyTagClassName
{
color: #5D08BA;
}
</style>
background-color css
<style>
a { background-color: #5D08BA; }
a { background-color: rgb(93,8,186); }
div.DivClassName
{
background-color: #5D08BA;
}
.BgClassName
{
background-color: #5D08BA;
}
</style>
border-color css
<style>
span { border-color: #5D08BA; }
span { border-color: rgb(93,8,186); }
td.TdClassName
{
border-color: #5D08BA;
}
.TagClassName
{
border-color: #5D08BA;
}
</style>