Shades of Purple Heart #5D29AB
Tints of Purple Heart #5D29AB
RGB
CMYK
RGB Variations
Color information
#5D29AB (or 0x5D29AB) is known color: Purple Heart. HEX triplet: 5D, 29 and AB. RGB value is (93,41,171). Sum of RGB (Red+Green+Blue) = 93+41+171=305 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.49% from 305); Green value is 41 (16.41% from 255 or 13.44% from 305); Blue value is 171 (67.19% from 255 or 56.07% from 305); Max value from RGB is 171 - color contains mainly: blue. Hex color #5D29AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D29AB is #A2D654. Grayscale: #464646. Windows color (decimal): -10671701 or 11217245. OLE color: 11217245.
HSL color Cylindrical-coordinate representation of color #5D29AB: hue angle of 264º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5D29AB is Cyan = 0.46, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 41 | 171 | - |
| CMYK | 0.46 | 0.76 | 0 | 0.33 |
| HSL | 264º | 0.61% | 0.42% | - |
| HSV(B) | 264º | 0.76% | 0.67% | - |
| XYZ | 12.66 | 6.85 | 39.18 | - |
| YUV | 71.37 | 184.23 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 41 | 171 | 0.46 | 0.76 | 0 | 0.33 | 264 | 0.61 | 0.42 |
| Hex | 5D | 29 | AB | 2E | 4C | 0 | 21 | 108 | 3D | 2A |
| Octal | 135 | 51 | 253 | 56 | 114 | 0 | 41 | 410 | 75 | 52 |
| Binary | 1011101 | 101001 | 10101011 | 101110 | 1001100 | 0 | 100001 | 100001000 | 111101 | 101010 |
Color Harmonies of #5D29AB
Complementary color
Monochromatic Colors of #5D29AB
Black with #5D29AB
Text Example
Text Example
White with #5D29AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D29AB; }
p { color: rgb(93,41,171); }
H1.HeaderClassName
{
color: #5D29AB;
}
.AnyTagClassName
{
color: #5D29AB;
}
</style>
background-color css
<style>
a { background-color: #5D29AB; }
a { background-color: rgb(93,41,171); }
div.DivClassName
{
background-color: #5D29AB;
}
.BgClassName
{
background-color: #5D29AB;
}
</style>
border-color css
<style>
span { border-color: #5D29AB; }
span { border-color: rgb(93,41,171); }
td.TdClassName
{
border-color: #5D29AB;
}
.TagClassName
{
border-color: #5D29AB;
}
</style>