Shades of Purple Heart #5A2DB5
Tints of Purple Heart #5A2DB5
RGB
CMYK
RGB Variations
Color information
#5A2DB5 (or 0x5A2DB5) is known color: Purple Heart. HEX triplet: 5A, 2D and B5. RGB value is (90,45,181). Sum of RGB (Red+Green+Blue) = 90+45+181=316 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.48% from 316); Green value is 45 (17.97% from 255 or 14.24% from 316); Blue value is 181 (71.09% from 255 or 57.28% from 316); Max value from RGB is 181 - color contains mainly: blue. Hex color #5A2DB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A2DB5 is #A5D24A. Grayscale: #494949. Windows color (decimal): -10867275 or 11873626. OLE color: 11873626.
HSL color Cylindrical-coordinate representation of color #5A2DB5: hue angle of 259.85º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5A2DB5 is Cyan = 0.50, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 90 | 45 | 181 | - |
| CMYK | 0.50 | 0.75 | 0 | 0.29 |
| HSL | 259.85º | 0.6% | 0.44% | - |
| HSV(B) | 259.85º | 0.75% | 0.71% | - |
| XYZ | 13.5 | 7.39 | 44.43 | - |
| YUV | 73.96 | 188.41 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 45 | 181 | 0.50 | 0.75 | 0 | 0.29 | 259.85 | 0.6 | 0.44 |
| Hex | 5A | 2D | B5 | 32 | 4B | 0 | 1D | 104 | 3C | 2C |
| Octal | 132 | 55 | 265 | 62 | 113 | 0 | 35 | 404 | 74 | 54 |
| Binary | 1011010 | 101101 | 10110101 | 110010 | 1001011 | 0 | 11101 | 100000100 | 111100 | 101100 |
Color Harmonies of #5A2DB5
Complementary color
Monochromatic Colors of #5A2DB5
Black with #5A2DB5
Text Example
Text Example
White with #5A2DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2DB5; }
p { color: rgb(90,45,181); }
H1.HeaderClassName
{
color: #5A2DB5;
}
.AnyTagClassName
{
color: #5A2DB5;
}
</style>
background-color css
<style>
a { background-color: #5A2DB5; }
a { background-color: rgb(90,45,181); }
div.DivClassName
{
background-color: #5A2DB5;
}
.BgClassName
{
background-color: #5A2DB5;
}
</style>
border-color css
<style>
span { border-color: #5A2DB5; }
span { border-color: rgb(90,45,181); }
td.TdClassName
{
border-color: #5A2DB5;
}
.TagClassName
{
border-color: #5A2DB5;
}
</style>