Shades of Purple Heart #5D03BE
Tints of Purple Heart #5D03BE
RGB
CMYK
RGB Variations
Color information
#5D03BE (or 0x5D03BE) is known color: Purple Heart. HEX triplet: 5D, 03 and BE. RGB value is (93,3,190). Sum of RGB (Red+Green+Blue) = 93+3+190=286 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.52% from 286); Green value is 3 (1.56% from 255 or 1.05% from 286); Blue value is 190 (74.61% from 255 or 66.43% from 286); Max value from RGB is 190 - color contains mainly: blue. Hex color #5D03BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D03BE is #A2FC41. Grayscale: #323232. Windows color (decimal): -10681410 or 12452701. OLE color: 12452701.
HSL color Cylindrical-coordinate representation of color #5D03BE: hue angle of 268.88º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5D03BE is Cyan = 0.51, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 3 | 190 | - |
| CMYK | 0.51 | 0.98 | 0 | 0.25 |
| HSL | 268.88º | 0.97% | 0.38% | - |
| HSV(B) | 268.88º | 0.98% | 0.75% | - |
| XYZ | 13.84 | 6.11 | 49.17 | - |
| YUV | 51.23 | 206.32 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 3 | 190 | 0.51 | 0.98 | 0 | 0.25 | 268.88 | 0.97 | 0.38 |
| Hex | 5D | 3 | BE | 33 | 62 | 0 | 19 | 10D | 61 | 26 |
| Octal | 135 | 3 | 276 | 63 | 142 | 0 | 31 | 415 | 141 | 46 |
| Binary | 1011101 | 11 | 10111110 | 110011 | 1100010 | 0 | 11001 | 100001101 | 1100001 | 100110 |
Color Harmonies of #5D03BE
Complementary color
Monochromatic Colors of #5D03BE
Black with #5D03BE
Text Example
Text Example
White with #5D03BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D03BE; }
p { color: rgb(93,3,190); }
H1.HeaderClassName
{
color: #5D03BE;
}
.AnyTagClassName
{
color: #5D03BE;
}
</style>
background-color css
<style>
a { background-color: #5D03BE; }
a { background-color: rgb(93,3,190); }
div.DivClassName
{
background-color: #5D03BE;
}
.BgClassName
{
background-color: #5D03BE;
}
</style>
border-color css
<style>
span { border-color: #5D03BE; }
span { border-color: rgb(93,3,190); }
td.TdClassName
{
border-color: #5D03BE;
}
.TagClassName
{
border-color: #5D03BE;
}
</style>