Shades of Purple Heart #5D2DAA
Tints of Purple Heart #5D2DAA
RGB
CMYK
RGB Variations
Color information
#5D2DAA (or 0x5D2DAA) is known color: Purple Heart. HEX triplet: 5D, 2D and AA. RGB value is (93,45,170). Sum of RGB (Red+Green+Blue) = 93+45+170=308 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.19% from 308); Green value is 45 (17.97% from 255 or 14.61% from 308); Blue value is 170 (66.80% from 255 or 55.19% from 308); Max value from RGB is 170 - color contains mainly: blue. Hex color #5D2DAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D2DAA is #A2D255. Grayscale: #494949. Windows color (decimal): -10670678 or 11152733. OLE color: 11152733.
HSL color Cylindrical-coordinate representation of color #5D2DAA: hue angle of 263.04º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5D2DAA is Cyan = 0.45, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 45 | 170 | - |
| CMYK | 0.45 | 0.74 | 0 | 0.33 |
| HSL | 263.04º | 0.58% | 0.42% | - |
| HSV(B) | 263.04º | 0.74% | 0.67% | - |
| XYZ | 12.71 | 7.11 | 38.73 | - |
| YUV | 73.6 | 182.4 | 141.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 45 | 170 | 0.45 | 0.74 | 0 | 0.33 | 263.04 | 0.58 | 0.42 |
| Hex | 5D | 2D | AA | 2D | 4A | 0 | 21 | 107 | 3A | 2A |
| Octal | 135 | 55 | 252 | 55 | 112 | 0 | 41 | 407 | 72 | 52 |
| Binary | 1011101 | 101101 | 10101010 | 101101 | 1001010 | 0 | 100001 | 100000111 | 111010 | 101010 |
Color Harmonies of #5D2DAA
Complementary color
Monochromatic Colors of #5D2DAA
Black with #5D2DAA
Text Example
Text Example
White with #5D2DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2DAA; }
p { color: rgb(93,45,170); }
H1.HeaderClassName
{
color: #5D2DAA;
}
.AnyTagClassName
{
color: #5D2DAA;
}
</style>
background-color css
<style>
a { background-color: #5D2DAA; }
a { background-color: rgb(93,45,170); }
div.DivClassName
{
background-color: #5D2DAA;
}
.BgClassName
{
background-color: #5D2DAA;
}
</style>
border-color css
<style>
span { border-color: #5D2DAA; }
span { border-color: rgb(93,45,170); }
td.TdClassName
{
border-color: #5D2DAA;
}
.TagClassName
{
border-color: #5D2DAA;
}
</style>