Shades of Purple Heart #5A31B3
Tints of Purple Heart #5A31B3
RGB
CMYK
RGB Variations
Color information
#5A31B3 (or 0x5A31B3) is known color: Purple Heart. HEX triplet: 5A, 31 and B3. RGB value is (90,49,179). Sum of RGB (Red+Green+Blue) = 90+49+179=318 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.30% from 318); Green value is 49 (19.53% from 255 or 15.41% from 318); Blue value is 179 (70.31% from 255 or 56.29% from 318); Max value from RGB is 179 - color contains mainly: blue. Hex color #5A31B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A31B3 is #A5CE4C. Grayscale: #4B4B4B. Windows color (decimal): -10866253 or 11743578. OLE color: 11743578.
HSL color Cylindrical-coordinate representation of color #5A31B3: hue angle of 258.92º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5A31B3 is Cyan = 0.50, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 90 | 49 | 179 | - |
| CMYK | 0.50 | 0.73 | 0 | 0.30 |
| HSL | 258.92º | 0.57% | 0.45% | - |
| HSV(B) | 258.92º | 0.73% | 0.7% | - |
| XYZ | 13.45 | 7.62 | 43.41 | - |
| YUV | 76.08 | 186.08 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 49 | 179 | 0.50 | 0.73 | 0 | 0.30 | 258.92 | 0.57 | 0.45 |
| Hex | 5A | 31 | B3 | 32 | 49 | 0 | 1E | 103 | 39 | 2D |
| Octal | 132 | 61 | 263 | 62 | 111 | 0 | 36 | 403 | 71 | 55 |
| Binary | 1011010 | 110001 | 10110011 | 110010 | 1001001 | 0 | 11110 | 100000011 | 111001 | 101101 |
Color Harmonies of #5A31B3
Complementary color
Monochromatic Colors of #5A31B3
Black with #5A31B3
Text Example
Text Example
White with #5A31B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A31B3; }
p { color: rgb(90,49,179); }
H1.HeaderClassName
{
color: #5A31B3;
}
.AnyTagClassName
{
color: #5A31B3;
}
</style>
background-color css
<style>
a { background-color: #5A31B3; }
a { background-color: rgb(90,49,179); }
div.DivClassName
{
background-color: #5A31B3;
}
.BgClassName
{
background-color: #5A31B3;
}
</style>
border-color css
<style>
span { border-color: #5A31B3; }
span { border-color: rgb(90,49,179); }
td.TdClassName
{
border-color: #5A31B3;
}
.TagClassName
{
border-color: #5A31B3;
}
</style>