Shades of Purple Heart #5A1DB3
Tints of Purple Heart #5A1DB3
RGB
CMYK
RGB Variations
Color information
#5A1DB3 (or 0x5A1DB3) is known color: Purple Heart. HEX triplet: 5A, 1D and B3. RGB value is (90,29,179). Sum of RGB (Red+Green+Blue) = 90+29+179=298 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.20% from 298); Green value is 29 (11.72% from 255 or 9.73% from 298); Blue value is 179 (70.31% from 255 or 60.07% from 298); Max value from RGB is 179 - color contains mainly: blue. Hex color #5A1DB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A1DB3 is #A5E24C. Grayscale: #3F3F3F. Windows color (decimal): -10871373 or 11738458. OLE color: 11738458.
HSL color Cylindrical-coordinate representation of color #5A1DB3: hue angle of 264.4º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5A1DB3 is Cyan = 0.50, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 90 | 29 | 179 | - |
| CMYK | 0.50 | 0.84 | 0 | 0.30 |
| HSL | 264.4º | 0.72% | 0.41% | - |
| HSV(B) | 264.4º | 0.84% | 0.7% | - |
| XYZ | 12.79 | 6.31 | 43.19 | - |
| YUV | 64.34 | 192.71 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 29 | 179 | 0.50 | 0.84 | 0 | 0.30 | 264.4 | 0.72 | 0.41 |
| Hex | 5A | 1D | B3 | 32 | 54 | 0 | 1E | 108 | 48 | 29 |
| Octal | 132 | 35 | 263 | 62 | 124 | 0 | 36 | 410 | 110 | 51 |
| Binary | 1011010 | 11101 | 10110011 | 110010 | 1010100 | 0 | 11110 | 100001000 | 1001000 | 101001 |
Color Harmonies of #5A1DB3
Complementary color
Monochromatic Colors of #5A1DB3
Black with #5A1DB3
Text Example
Text Example
White with #5A1DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1DB3; }
p { color: rgb(90,29,179); }
H1.HeaderClassName
{
color: #5A1DB3;
}
.AnyTagClassName
{
color: #5A1DB3;
}
</style>
background-color css
<style>
a { background-color: #5A1DB3; }
a { background-color: rgb(90,29,179); }
div.DivClassName
{
background-color: #5A1DB3;
}
.BgClassName
{
background-color: #5A1DB3;
}
</style>
border-color css
<style>
span { border-color: #5A1DB3; }
span { border-color: rgb(90,29,179); }
td.TdClassName
{
border-color: #5A1DB3;
}
.TagClassName
{
border-color: #5A1DB3;
}
</style>