Shades of Purple Heart #5D00BE
Tints of Purple Heart #5D00BE
RGB
CMYK
RGB Variations
Color information
#5D00BE (or 0x5D00BE) is known color: Purple Heart. HEX triplet: 5D, 00 and BE. RGB value is (93,0,190). Sum of RGB (Red+Green+Blue) = 93+0+190=283 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.86% from 283); Green value is 0 (0.39% from 255 or 0% from 283); Blue value is 190 (74.61% from 255 or 67.14% from 283); Max value from RGB is 190 - color contains mainly: blue. Hex color #5D00BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D00BE is #A2FF41. Grayscale: #303030. Windows color (decimal): -10682178 or 12451933. OLE color: 12451933.
HSL color Cylindrical-coordinate representation of color #5D00BE: hue angle of 269.37º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5D00BE is Cyan = 0.51, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 0 | 190 | - |
| CMYK | 0.51 | 1 | 0 | 0.25 |
| HSL | 269.37º | 1% | 0.37% | - |
| HSV(B) | 269.37º | 1% | 0.75% | - |
| XYZ | 13.81 | 6.04 | 49.15 | - |
| YUV | 49.47 | 207.31 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 0 | 190 | 0.51 | 1 | 0 | 0.25 | 269.37 | 1 | 0.37 |
| Hex | 5D | 0 | BE | 33 | 64 | 0 | 19 | 10D | 64 | 25 |
| Octal | 135 | 0 | 276 | 63 | 144 | 0 | 31 | 415 | 144 | 45 |
| Binary | 1011101 | 0 | 10111110 | 110011 | 1100100 | 0 | 11001 | 100001101 | 1100100 | 100101 |
Color Harmonies of #5D00BE
Complementary color
Monochromatic Colors of #5D00BE
Black with #5D00BE
Text Example
Text Example
White with #5D00BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D00BE; }
p { color: rgb(93,0,190); }
H1.HeaderClassName
{
color: #5D00BE;
}
.AnyTagClassName
{
color: #5D00BE;
}
</style>
background-color css
<style>
a { background-color: #5D00BE; }
a { background-color: rgb(93,0,190); }
div.DivClassName
{
background-color: #5D00BE;
}
.BgClassName
{
background-color: #5D00BE;
}
</style>
border-color css
<style>
span { border-color: #5D00BE; }
span { border-color: rgb(93,0,190); }
td.TdClassName
{
border-color: #5D00BE;
}
.TagClassName
{
border-color: #5D00BE;
}
</style>