Shades of Purple Heart #5D09AD
Tints of Purple Heart #5D09AD
RGB
CMYK
RGB Variations
Color information
#5D09AD (or 0x5D09AD) is known color: Purple Heart. HEX triplet: 5D, 09 and AD. RGB value is (93,9,173). Sum of RGB (Red+Green+Blue) = 93+9+173=275 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.82% from 275); Green value is 9 (3.91% from 255 or 3.27% from 275); Blue value is 173 (67.97% from 255 or 62.91% from 275); Max value from RGB is 173 - color contains mainly: blue. Hex color #5D09AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D09AD is #A2F652. Grayscale: #343434. Windows color (decimal): -10679891 or 11340125. OLE color: 11340125.
HSL color Cylindrical-coordinate representation of color #5D09AD: hue angle of 270.73º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5D09AD is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 93 | 9 | 173 | - |
| CMYK | 0.46 | 0.95 | 0 | 0.32 |
| HSL | 270.73º | 0.9% | 0.36% | - |
| HSV(B) | 270.73º | 0.95% | 0.68% | - |
| XYZ | 12.15 | 5.54 | 39.96 | - |
| YUV | 52.81 | 195.83 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 9 | 173 | 0.46 | 0.95 | 0 | 0.32 | 270.73 | 0.9 | 0.36 |
| Hex | 5D | 9 | AD | 2E | 5F | 0 | 20 | 10F | 5A | 24 |
| Octal | 135 | 11 | 255 | 56 | 137 | 0 | 40 | 417 | 132 | 44 |
| Binary | 1011101 | 1001 | 10101101 | 101110 | 1011111 | 0 | 100000 | 100001111 | 1011010 | 100100 |
Color Harmonies of #5D09AD
Complementary color
Monochromatic Colors of #5D09AD
Black with #5D09AD
Text Example
Text Example
White with #5D09AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D09AD; }
p { color: rgb(93,9,173); }
H1.HeaderClassName
{
color: #5D09AD;
}
.AnyTagClassName
{
color: #5D09AD;
}
</style>
background-color css
<style>
a { background-color: #5D09AD; }
a { background-color: rgb(93,9,173); }
div.DivClassName
{
background-color: #5D09AD;
}
.BgClassName
{
background-color: #5D09AD;
}
</style>
border-color css
<style>
span { border-color: #5D09AD; }
span { border-color: rgb(93,9,173); }
td.TdClassName
{
border-color: #5D09AD;
}
.TagClassName
{
border-color: #5D09AD;
}
</style>