Shades of Purple Heart #5D44BD
Tints of Purple Heart #5D44BD
RGB
CMYK
RGB Variations
Color information
#5D44BD (or 0x5D44BD) is known color: Purple Heart. HEX triplet: 5D, 44 and BD. RGB value is (93,68,189). Sum of RGB (Red+Green+Blue) = 93+68+189=350 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.57% from 350); Green value is 68 (26.95% from 255 or 19.43% from 350); Blue value is 189 (74.22% from 255 or 54% from 350); Max value from RGB is 189 - color contains mainly: blue. Hex color #5D44BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D44BD is #A2BB42. Grayscale: #585858. Windows color (decimal): -10664771 or 12403805. OLE color: 12403805.
HSL color Cylindrical-coordinate representation of color #5D44BD: hue angle of 252.4º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5D44BD is Cyan = 0.51, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 93 | 68 | 189 | - |
| CMYK | 0.51 | 0.64 | 0 | 0.26 |
| HSL | 252.4º | 0.48% | 0.5% | - |
| HSV(B) | 252.4º | 0.64% | 0.74% | - |
| XYZ | 15.77 | 10.14 | 49.27 | - |
| YUV | 89.27 | 184.28 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 68 | 189 | 0.51 | 0.64 | 0 | 0.26 | 252.4 | 0.48 | 0.5 |
| Hex | 5D | 44 | BD | 33 | 40 | 0 | 1A | FC | 30 | 32 |
| Octal | 135 | 104 | 275 | 63 | 100 | 0 | 32 | 374 | 60 | 62 |
| Binary | 1011101 | 1000100 | 10111101 | 110011 | 1000000 | 0 | 11010 | 11111100 | 110000 | 110010 |
Color Harmonies of #5D44BD
Complementary color
Monochromatic Colors of #5D44BD
Black with #5D44BD
Text Example
Text Example
White with #5D44BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D44BD; }
p { color: rgb(93,68,189); }
H1.HeaderClassName
{
color: #5D44BD;
}
.AnyTagClassName
{
color: #5D44BD;
}
</style>
background-color css
<style>
a { background-color: #5D44BD; }
a { background-color: rgb(93,68,189); }
div.DivClassName
{
background-color: #5D44BD;
}
.BgClassName
{
background-color: #5D44BD;
}
</style>
border-color css
<style>
span { border-color: #5D44BD; }
span { border-color: rgb(93,68,189); }
td.TdClassName
{
border-color: #5D44BD;
}
.TagClassName
{
border-color: #5D44BD;
}
</style>