Shades of Purple Heart #5D2EAF
Tints of Purple Heart #5D2EAF
RGB
CMYK
RGB Variations
Color information
#5D2EAF (or 0x5D2EAF) is known color: Purple Heart. HEX triplet: 5D, 2E and AF. RGB value is (93,46,175). Sum of RGB (Red+Green+Blue) = 93+46+175=314 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.62% from 314); Green value is 46 (18.36% from 255 or 14.65% from 314); Blue value is 175 (68.75% from 255 or 55.73% from 314); Max value from RGB is 175 - color contains mainly: blue. Hex color #5D2EAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D2EAF is #A2D150. Grayscale: #4A4A4A. Windows color (decimal): -10670417 or 11480669. OLE color: 11480669.
HSL color Cylindrical-coordinate representation of color #5D2EAF: hue angle of 261.86º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5D2EAF is Cyan = 0.47, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 93 | 46 | 175 | - |
| CMYK | 0.47 | 0.74 | 0 | 0.31 |
| HSL | 261.86º | 0.58% | 0.43% | - |
| HSV(B) | 261.86º | 0.74% | 0.69% | - |
| XYZ | 13.23 | 7.38 | 41.28 | - |
| YUV | 74.76 | 184.57 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 46 | 175 | 0.47 | 0.74 | 0 | 0.31 | 261.86 | 0.58 | 0.43 |
| Hex | 5D | 2E | AF | 2F | 4A | 0 | 1F | 106 | 3A | 2B |
| Octal | 135 | 56 | 257 | 57 | 112 | 0 | 37 | 406 | 72 | 53 |
| Binary | 1011101 | 101110 | 10101111 | 101111 | 1001010 | 0 | 11111 | 100000110 | 111010 | 101011 |
Color Harmonies of #5D2EAF
Complementary color
Monochromatic Colors of #5D2EAF
Black with #5D2EAF
Text Example
Text Example
White with #5D2EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2EAF; }
p { color: rgb(93,46,175); }
H1.HeaderClassName
{
color: #5D2EAF;
}
.AnyTagClassName
{
color: #5D2EAF;
}
</style>
background-color css
<style>
a { background-color: #5D2EAF; }
a { background-color: rgb(93,46,175); }
div.DivClassName
{
background-color: #5D2EAF;
}
.BgClassName
{
background-color: #5D2EAF;
}
</style>
border-color css
<style>
span { border-color: #5D2EAF; }
span { border-color: rgb(93,46,175); }
td.TdClassName
{
border-color: #5D2EAF;
}
.TagClassName
{
border-color: #5D2EAF;
}
</style>