Shades of Purple Heart #5A2DDD
Tints of Purple Heart #5A2DDD
RGB
CMYK
RGB Variations
Color information
#5A2DDD (or 0x5A2DDD) is known color: Purple Heart. HEX triplet: 5A, 2D and DD. RGB value is (90,45,221). Sum of RGB (Red+Green+Blue) = 90+45+221=356 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.28% from 356); Green value is 45 (17.97% from 255 or 12.64% from 356); Blue value is 221 (86.72% from 255 or 62.08% from 356); Max value from RGB is 221 - color contains mainly: blue. Hex color #5A2DDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A2DDD is #A5D222. Grayscale: #4D4D4D. Windows color (decimal): -10867235 or 14495066. OLE color: 14495066.
HSL color Cylindrical-coordinate representation of color #5A2DDD: hue angle of 255.34º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5A2DDD is Cyan = 0.59, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 45 | 221 | - |
| CMYK | 0.59 | 0.80 | 0 | 0.13 |
| HSL | 255.34º | 0.72% | 0.52% | - |
| HSV(B) | 255.34º | 0.8% | 0.87% | - |
| XYZ | 18.21 | 9.27 | 69.24 | - |
| YUV | 78.52 | 208.41 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 45 | 221 | 0.59 | 0.80 | 0 | 0.13 | 255.34 | 0.72 | 0.52 |
| Hex | 5A | 2D | DD | 3B | 50 | 0 | D | FF | 48 | 34 |
| Octal | 132 | 55 | 335 | 73 | 120 | 0 | 15 | 377 | 110 | 64 |
| Binary | 1011010 | 101101 | 11011101 | 111011 | 1010000 | 0 | 1101 | 11111111 | 1001000 | 110100 |
Color Harmonies of #5A2DDD
Complementary color
Monochromatic Colors of #5A2DDD
Black with #5A2DDD
Text Example
Text Example
White with #5A2DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2DDD; }
p { color: rgb(90,45,221); }
H1.HeaderClassName
{
color: #5A2DDD;
}
.AnyTagClassName
{
color: #5A2DDD;
}
</style>
background-color css
<style>
a { background-color: #5A2DDD; }
a { background-color: rgb(90,45,221); }
div.DivClassName
{
background-color: #5A2DDD;
}
.BgClassName
{
background-color: #5A2DDD;
}
</style>
border-color css
<style>
span { border-color: #5A2DDD; }
span { border-color: rgb(90,45,221); }
td.TdClassName
{
border-color: #5A2DDD;
}
.TagClassName
{
border-color: #5A2DDD;
}
</style>