Shades of Purple Heart #5D0FAA
Tints of Purple Heart #5D0FAA
RGB
CMYK
RGB Variations
Color information
#5D0FAA (or 0x5D0FAA) is known color: Purple Heart. HEX triplet: 5D, 0F and AA. RGB value is (93,15,170). Sum of RGB (Red+Green+Blue) = 93+15+170=278 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.45% from 278); Green value is 15 (6.25% from 255 or 5.40% from 278); Blue value is 170 (66.80% from 255 or 61.15% from 278); Max value from RGB is 170 - color contains mainly: blue. Hex color #5D0FAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D0FAA is #A2F055. Grayscale: #373737. Windows color (decimal): -10678358 or 11145053. OLE color: 11145053.
HSL color Cylindrical-coordinate representation of color #5D0FAA: hue angle of 270.19º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5D0FAA is Cyan = 0.45, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 15 | 170 | - |
| CMYK | 0.45 | 0.91 | 0 | 0.33 |
| HSL | 270.19º | 0.84% | 0.36% | - |
| HSV(B) | 270.19º | 0.91% | 0.67% | - |
| XYZ | 11.94 | 5.57 | 38.48 | - |
| YUV | 55.99 | 192.34 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 15 | 170 | 0.45 | 0.91 | 0 | 0.33 | 270.19 | 0.84 | 0.36 |
| Hex | 5D | F | AA | 2D | 5B | 0 | 21 | 10E | 54 | 24 |
| Octal | 135 | 17 | 252 | 55 | 133 | 0 | 41 | 416 | 124 | 44 |
| Binary | 1011101 | 1111 | 10101010 | 101101 | 1011011 | 0 | 100001 | 100001110 | 1010100 | 100100 |
Color Harmonies of #5D0FAA
Complementary color
Monochromatic Colors of #5D0FAA
Black with #5D0FAA
Text Example
Text Example
White with #5D0FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0FAA; }
p { color: rgb(93,15,170); }
H1.HeaderClassName
{
color: #5D0FAA;
}
.AnyTagClassName
{
color: #5D0FAA;
}
</style>
background-color css
<style>
a { background-color: #5D0FAA; }
a { background-color: rgb(93,15,170); }
div.DivClassName
{
background-color: #5D0FAA;
}
.BgClassName
{
background-color: #5D0FAA;
}
</style>
border-color css
<style>
span { border-color: #5D0FAA; }
span { border-color: rgb(93,15,170); }
td.TdClassName
{
border-color: #5D0FAA;
}
.TagClassName
{
border-color: #5D0FAA;
}
</style>