Shades of Purple Heart #5D00BD
Tints of Purple Heart #5D00BD
RGB
CMYK
RGB Variations
Color information
#5D00BD (or 0x5D00BD) is known color: Purple Heart. HEX triplet: 5D, 00 and BD. RGB value is (93,0,189). Sum of RGB (Red+Green+Blue) = 93+0+189=282 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.98% from 282); Green value is 0 (0.39% from 255 or 0% from 282); Blue value is 189 (74.22% from 255 or 67.02% from 282); Max value from RGB is 189 - color contains mainly: blue. Hex color #5D00BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D00BD is #A2FF42. Grayscale: #303030. Windows color (decimal): -10682179 or 12386397. OLE color: 12386397.
HSL color Cylindrical-coordinate representation of color #5D00BD: hue angle of 269.52º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5D00BD is Cyan = 0.51, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 93 | 0 | 189 | - |
| CMYK | 0.51 | 1 | 0 | 0.26 |
| HSL | 269.52º | 1% | 0.37% | - |
| HSV(B) | 269.52º | 1% | 0.74% | - |
| XYZ | 13.7 | 6 | 48.58 | - |
| YUV | 49.35 | 206.81 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 0 | 189 | 0.51 | 1 | 0 | 0.26 | 269.52 | 1 | 0.37 |
| Hex | 5D | 0 | BD | 33 | 64 | 0 | 1A | 10E | 64 | 25 |
| Octal | 135 | 0 | 275 | 63 | 144 | 0 | 32 | 416 | 144 | 45 |
| Binary | 1011101 | 0 | 10111101 | 110011 | 1100100 | 0 | 11010 | 100001110 | 1100100 | 100101 |
Color Harmonies of #5D00BD
Complementary color
Monochromatic Colors of #5D00BD
Black with #5D00BD
Text Example
Text Example
White with #5D00BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D00BD; }
p { color: rgb(93,0,189); }
H1.HeaderClassName
{
color: #5D00BD;
}
.AnyTagClassName
{
color: #5D00BD;
}
</style>
background-color css
<style>
a { background-color: #5D00BD; }
a { background-color: rgb(93,0,189); }
div.DivClassName
{
background-color: #5D00BD;
}
.BgClassName
{
background-color: #5D00BD;
}
</style>
border-color css
<style>
span { border-color: #5D00BD; }
span { border-color: rgb(93,0,189); }
td.TdClassName
{
border-color: #5D00BD;
}
.TagClassName
{
border-color: #5D00BD;
}
</style>