Shades of Purple Heart #5A31DB
Tints of Purple Heart #5A31DB
RGB
CMYK
RGB Variations
Color information
#5A31DB (or 0x5A31DB) is known color: Purple Heart. HEX triplet: 5A, 31 and DB. RGB value is (90,49,219). Sum of RGB (Red+Green+Blue) = 90+49+219=358 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.14% from 358); Green value is 49 (19.53% from 255 or 13.69% from 358); Blue value is 219 (85.94% from 255 or 61.17% from 358); Max value from RGB is 219 - color contains mainly: blue. Hex color #5A31DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A31DB is #A5CE24. Grayscale: #505050. Windows color (decimal): -10866213 or 14365018. OLE color: 14365018.
HSL color Cylindrical-coordinate representation of color #5A31DB: hue angle of 254.47º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5A31DB is Cyan = 0.59, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 49 | 219 | - |
| CMYK | 0.59 | 0.78 | 0 | 0.14 |
| HSL | 254.47º | 0.7% | 0.53% | - |
| HSV(B) | 254.47º | 0.78% | 0.86% | - |
| XYZ | 18.1 | 9.48 | 67.89 | - |
| YUV | 80.64 | 206.08 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 49 | 219 | 0.59 | 0.78 | 0 | 0.14 | 254.47 | 0.7 | 0.53 |
| Hex | 5A | 31 | DB | 3B | 4E | 0 | E | FE | 46 | 35 |
| Octal | 132 | 61 | 333 | 73 | 116 | 0 | 16 | 376 | 106 | 65 |
| Binary | 1011010 | 110001 | 11011011 | 111011 | 1001110 | 0 | 1110 | 11111110 | 1000110 | 110101 |
Color Harmonies of #5A31DB
Complementary color
Monochromatic Colors of #5A31DB
Black with #5A31DB
Text Example
Text Example
White with #5A31DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A31DB; }
p { color: rgb(90,49,219); }
H1.HeaderClassName
{
color: #5A31DB;
}
.AnyTagClassName
{
color: #5A31DB;
}
</style>
background-color css
<style>
a { background-color: #5A31DB; }
a { background-color: rgb(90,49,219); }
div.DivClassName
{
background-color: #5A31DB;
}
.BgClassName
{
background-color: #5A31DB;
}
</style>
border-color css
<style>
span { border-color: #5A31DB; }
span { border-color: rgb(90,49,219); }
td.TdClassName
{
border-color: #5A31DB;
}
.TagClassName
{
border-color: #5A31DB;
}
</style>