Shades of Purple Heart #5D1BAF
Tints of Purple Heart #5D1BAF
RGB
CMYK
RGB Variations
Color information
#5D1BAF (or 0x5D1BAF) is known color: Purple Heart. HEX triplet: 5D, 1B and AF. RGB value is (93,27,175). Sum of RGB (Red+Green+Blue) = 93+27+175=295 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.53% from 295); Green value is 27 (10.94% from 255 or 9.15% from 295); Blue value is 175 (68.75% from 255 or 59.32% from 295); Max value from RGB is 175 - color contains mainly: blue. Hex color #5D1BAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D1BAF is #A2E450. Grayscale: #3F3F3F. Windows color (decimal): -10675281 or 11475805. OLE color: 11475805.
HSL color Cylindrical-coordinate representation of color #5D1BAF: hue angle of 266.76º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5D1BAF is Cyan = 0.47, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 93 | 27 | 175 | - |
| CMYK | 0.47 | 0.85 | 0 | 0.31 |
| HSL | 266.76º | 0.73% | 0.4% | - |
| HSV(B) | 266.76º | 0.85% | 0.69% | - |
| XYZ | 12.64 | 6.21 | 41.09 | - |
| YUV | 63.61 | 190.87 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 27 | 175 | 0.47 | 0.85 | 0 | 0.31 | 266.76 | 0.73 | 0.4 |
| Hex | 5D | 1B | AF | 2F | 55 | 0 | 1F | 10B | 49 | 28 |
| Octal | 135 | 33 | 257 | 57 | 125 | 0 | 37 | 413 | 111 | 50 |
| Binary | 1011101 | 11011 | 10101111 | 101111 | 1010101 | 0 | 11111 | 100001011 | 1001001 | 101000 |
Color Harmonies of #5D1BAF
Complementary color
Monochromatic Colors of #5D1BAF
Black with #5D1BAF
Text Example
Text Example
White with #5D1BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1BAF; }
p { color: rgb(93,27,175); }
H1.HeaderClassName
{
color: #5D1BAF;
}
.AnyTagClassName
{
color: #5D1BAF;
}
</style>
background-color css
<style>
a { background-color: #5D1BAF; }
a { background-color: rgb(93,27,175); }
div.DivClassName
{
background-color: #5D1BAF;
}
.BgClassName
{
background-color: #5D1BAF;
}
</style>
border-color css
<style>
span { border-color: #5D1BAF; }
span { border-color: rgb(93,27,175); }
td.TdClassName
{
border-color: #5D1BAF;
}
.TagClassName
{
border-color: #5D1BAF;
}
</style>