Shades of Purple Heart #5D22AF
Tints of Purple Heart #5D22AF
RGB
CMYK
RGB Variations
Color information
#5D22AF (or 0x5D22AF) is known color: Purple Heart. HEX triplet: 5D, 22 and AF. RGB value is (93,34,175). Sum of RGB (Red+Green+Blue) = 93+34+175=302 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.79% from 302); Green value is 34 (13.67% from 255 or 11.26% from 302); Blue value is 175 (68.75% from 255 or 57.95% from 302); Max value from RGB is 175 - color contains mainly: blue. Hex color #5D22AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D22AF is #A2DD50. Grayscale: #434343. Windows color (decimal): -10673489 or 11477597. OLE color: 11477597.
HSL color Cylindrical-coordinate representation of color #5D22AF: hue angle of 265.11º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5D22AF is Cyan = 0.47, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 93 | 34 | 175 | - |
| CMYK | 0.47 | 0.81 | 0 | 0.31 |
| HSL | 265.11º | 0.67% | 0.41% | - |
| HSV(B) | 265.11º | 0.81% | 0.69% | - |
| XYZ | 12.82 | 6.57 | 41.15 | - |
| YUV | 67.72 | 188.55 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 34 | 175 | 0.47 | 0.81 | 0 | 0.31 | 265.11 | 0.67 | 0.41 |
| Hex | 5D | 22 | AF | 2F | 51 | 0 | 1F | 109 | 43 | 29 |
| Octal | 135 | 42 | 257 | 57 | 121 | 0 | 37 | 411 | 103 | 51 |
| Binary | 1011101 | 100010 | 10101111 | 101111 | 1010001 | 0 | 11111 | 100001001 | 1000011 | 101001 |
Color Harmonies of #5D22AF
Complementary color
Monochromatic Colors of #5D22AF
Black with #5D22AF
Text Example
Text Example
White with #5D22AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D22AF; }
p { color: rgb(93,34,175); }
H1.HeaderClassName
{
color: #5D22AF;
}
.AnyTagClassName
{
color: #5D22AF;
}
</style>
background-color css
<style>
a { background-color: #5D22AF; }
a { background-color: rgb(93,34,175); }
div.DivClassName
{
background-color: #5D22AF;
}
.BgClassName
{
background-color: #5D22AF;
}
</style>
border-color css
<style>
span { border-color: #5D22AF; }
span { border-color: rgb(93,34,175); }
td.TdClassName
{
border-color: #5D22AF;
}
.TagClassName
{
border-color: #5D22AF;
}
</style>