Shades of Purple Heart #5D2BAC
Tints of Purple Heart #5D2BAC
RGB
CMYK
RGB Variations
Color information
#5D2BAC (or 0x5D2BAC) is known color: Purple Heart. HEX triplet: 5D, 2B and AC. RGB value is (93,43,172). Sum of RGB (Red+Green+Blue) = 93+43+172=308 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.19% from 308); Green value is 43 (17.19% from 255 or 13.96% from 308); Blue value is 172 (67.58% from 255 or 55.84% from 308); Max value from RGB is 172 - color contains mainly: blue. Hex color #5D2BAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D2BAC is #A2D453. Grayscale: #484848. Windows color (decimal): -10671188 or 11283293. OLE color: 11283293.
HSL color Cylindrical-coordinate representation of color #5D2BAC: hue angle of 263.26º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5D2BAC is Cyan = 0.46, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 43 | 172 | - |
| CMYK | 0.46 | 0.75 | 0 | 0.33 |
| HSL | 263.26º | 0.6% | 0.42% | - |
| HSV(B) | 263.26º | 0.75% | 0.67% | - |
| XYZ | 12.82 | 7.03 | 39.71 | - |
| YUV | 72.66 | 184.07 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 43 | 172 | 0.46 | 0.75 | 0 | 0.33 | 263.26 | 0.6 | 0.42 |
| Hex | 5D | 2B | AC | 2E | 4B | 0 | 21 | 107 | 3C | 2A |
| Octal | 135 | 53 | 254 | 56 | 113 | 0 | 41 | 407 | 74 | 52 |
| Binary | 1011101 | 101011 | 10101100 | 101110 | 1001011 | 0 | 100001 | 100000111 | 111100 | 101010 |
Color Harmonies of #5D2BAC
Complementary color
Monochromatic Colors of #5D2BAC
Black with #5D2BAC
Text Example
Text Example
White with #5D2BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2BAC; }
p { color: rgb(93,43,172); }
H1.HeaderClassName
{
color: #5D2BAC;
}
.AnyTagClassName
{
color: #5D2BAC;
}
</style>
background-color css
<style>
a { background-color: #5D2BAC; }
a { background-color: rgb(93,43,172); }
div.DivClassName
{
background-color: #5D2BAC;
}
.BgClassName
{
background-color: #5D2BAC;
}
</style>
border-color css
<style>
span { border-color: #5D2BAC; }
span { border-color: rgb(93,43,172); }
td.TdClassName
{
border-color: #5D2BAC;
}
.TagClassName
{
border-color: #5D2BAC;
}
</style>