Shades of Purple Heart #5D07AD
Tints of Purple Heart #5D07AD
RGB
CMYK
RGB Variations
Color information
#5D07AD (or 0x5D07AD) is known color: Purple Heart. HEX triplet: 5D, 07 and AD. RGB value is (93,7,173). Sum of RGB (Red+Green+Blue) = 93+7+173=273 (36% of max value = 765). Red value is 93 (36.72% from 255 or 34.07% from 273); Green value is 7 (3.12% from 255 or 2.56% from 273); Blue value is 173 (67.97% from 255 or 63.37% from 273); Max value from RGB is 173 - color contains mainly: blue. Hex color #5D07AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D07AD is #A2F852. Grayscale: #333333. Windows color (decimal): -10680403 or 11339613. OLE color: 11339613.
HSL color Cylindrical-coordinate representation of color #5D07AD: hue angle of 271.08º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5D07AD is Cyan = 0.46, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 93 | 7 | 173 | - |
| CMYK | 0.46 | 0.96 | 0 | 0.32 |
| HSL | 271.08º | 0.92% | 0.35% | - |
| HSV(B) | 271.08º | 0.96% | 0.68% | - |
| XYZ | 12.13 | 5.5 | 39.96 | - |
| YUV | 51.64 | 196.49 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 7 | 173 | 0.46 | 0.96 | 0 | 0.32 | 271.08 | 0.92 | 0.35 |
| Hex | 5D | 7 | AD | 2E | 60 | 0 | 20 | 10F | 5C | 23 |
| Octal | 135 | 7 | 255 | 56 | 140 | 0 | 40 | 417 | 134 | 43 |
| Binary | 1011101 | 111 | 10101101 | 101110 | 1100000 | 0 | 100000 | 100001111 | 1011100 | 100011 |
Color Harmonies of #5D07AD
Complementary color
Monochromatic Colors of #5D07AD
Black with #5D07AD
Text Example
Text Example
White with #5D07AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D07AD; }
p { color: rgb(93,7,173); }
H1.HeaderClassName
{
color: #5D07AD;
}
.AnyTagClassName
{
color: #5D07AD;
}
</style>
background-color css
<style>
a { background-color: #5D07AD; }
a { background-color: rgb(93,7,173); }
div.DivClassName
{
background-color: #5D07AD;
}
.BgClassName
{
background-color: #5D07AD;
}
</style>
border-color css
<style>
span { border-color: #5D07AD; }
span { border-color: rgb(93,7,173); }
td.TdClassName
{
border-color: #5D07AD;
}
.TagClassName
{
border-color: #5D07AD;
}
</style>