Shades of Purple Heart #5A29B4
Tints of Purple Heart #5A29B4
RGB
CMYK
RGB Variations
Color information
#5A29B4 (or 0x5A29B4) is known color: Purple Heart. HEX triplet: 5A, 29 and B4. RGB value is (90,41,180). Sum of RGB (Red+Green+Blue) = 90+41+180=311 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.94% from 311); Green value is 41 (16.41% from 255 or 13.18% from 311); Blue value is 180 (70.70% from 255 or 57.88% from 311); Max value from RGB is 180 - color contains mainly: blue. Hex color #5A29B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A29B4 is #A5D64B. Grayscale: #464646. Windows color (decimal): -10868300 or 11807066. OLE color: 11807066.
HSL color Cylindrical-coordinate representation of color #5A29B4: hue angle of 261.15º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5A29B4 is Cyan = 0.50, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 90 | 41 | 180 | - |
| CMYK | 0.50 | 0.77 | 0 | 0.29 |
| HSL | 261.15º | 0.63% | 0.43% | - |
| HSV(B) | 261.15º | 0.77% | 0.71% | - |
| XYZ | 13.25 | 7.05 | 43.84 | - |
| YUV | 71.5 | 189.23 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 41 | 180 | 0.50 | 0.77 | 0 | 0.29 | 261.15 | 0.63 | 0.43 |
| Hex | 5A | 29 | B4 | 32 | 4D | 0 | 1D | 105 | 3F | 2B |
| Octal | 132 | 51 | 264 | 62 | 115 | 0 | 35 | 405 | 77 | 53 |
| Binary | 1011010 | 101001 | 10110100 | 110010 | 1001101 | 0 | 11101 | 100000101 | 111111 | 101011 |
Color Harmonies of #5A29B4
Complementary color
Monochromatic Colors of #5A29B4
Black with #5A29B4
Text Example
Text Example
White with #5A29B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A29B4; }
p { color: rgb(90,41,180); }
H1.HeaderClassName
{
color: #5A29B4;
}
.AnyTagClassName
{
color: #5A29B4;
}
</style>
background-color css
<style>
a { background-color: #5A29B4; }
a { background-color: rgb(90,41,180); }
div.DivClassName
{
background-color: #5A29B4;
}
.BgClassName
{
background-color: #5A29B4;
}
</style>
border-color css
<style>
span { border-color: #5A29B4; }
span { border-color: rgb(90,41,180); }
td.TdClassName
{
border-color: #5A29B4;
}
.TagClassName
{
border-color: #5A29B4;
}
</style>