Shades of Purple Heart #5D40BD
Tints of Purple Heart #5D40BD
RGB
CMYK
RGB Variations
Color information
#5D40BD (or 0x5D40BD) is known color: Purple Heart. HEX triplet: 5D, 40 and BD. RGB value is (93,64,189). Sum of RGB (Red+Green+Blue) = 93+64+189=346 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.88% from 346); Green value is 64 (25.39% from 255 or 18.50% from 346); Blue value is 189 (74.22% from 255 or 54.62% from 346); Max value from RGB is 189 - color contains mainly: blue. Hex color #5D40BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D40BD is #A2BF42. Grayscale: #565656. Windows color (decimal): -10665795 or 12402781. OLE color: 12402781.
HSL color Cylindrical-coordinate representation of color #5D40BD: hue angle of 253.92º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5D40BD is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 93 | 64 | 189 | - |
| CMYK | 0.51 | 0.66 | 0 | 0.26 |
| HSL | 253.92º | 0.49% | 0.5% | - |
| HSV(B) | 253.92º | 0.66% | 0.74% | - |
| XYZ | 15.53 | 9.67 | 49.19 | - |
| YUV | 86.92 | 185.61 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 64 | 189 | 0.51 | 0.66 | 0 | 0.26 | 253.92 | 0.49 | 0.5 |
| Hex | 5D | 40 | BD | 33 | 42 | 0 | 1A | FE | 31 | 32 |
| Octal | 135 | 100 | 275 | 63 | 102 | 0 | 32 | 376 | 61 | 62 |
| Binary | 1011101 | 1000000 | 10111101 | 110011 | 1000010 | 0 | 11010 | 11111110 | 110001 | 110010 |
Color Harmonies of #5D40BD
Complementary color
Monochromatic Colors of #5D40BD
Black with #5D40BD
Text Example
Text Example
White with #5D40BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D40BD; }
p { color: rgb(93,64,189); }
H1.HeaderClassName
{
color: #5D40BD;
}
.AnyTagClassName
{
color: #5D40BD;
}
</style>
background-color css
<style>
a { background-color: #5D40BD; }
a { background-color: rgb(93,64,189); }
div.DivClassName
{
background-color: #5D40BD;
}
.BgClassName
{
background-color: #5D40BD;
}
</style>
border-color css
<style>
span { border-color: #5D40BD; }
span { border-color: rgb(93,64,189); }
td.TdClassName
{
border-color: #5D40BD;
}
.TagClassName
{
border-color: #5D40BD;
}
</style>