Shades of Purple Heart #5A21BE
Tints of Purple Heart #5A21BE
RGB
CMYK
RGB Variations
Color information
#5A21BE (or 0x5A21BE) is known color: Purple Heart. HEX triplet: 5A, 21 and BE. RGB value is (90,33,190). Sum of RGB (Red+Green+Blue) = 90+33+190=313 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.75% from 313); Green value is 33 (13.28% from 255 or 10.54% from 313); Blue value is 190 (74.61% from 255 or 60.70% from 313); Max value from RGB is 190 - color contains mainly: blue. Hex color #5A21BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A21BE is #A5DE41. Grayscale: #434343. Windows color (decimal): -10870338 or 12460378. OLE color: 12460378.
HSL color Cylindrical-coordinate representation of color #5A21BE: hue angle of 261.78º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5A21BE is Cyan = 0.53, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 90 | 33 | 190 | - |
| CMYK | 0.53 | 0.83 | 0 | 0.25 |
| HSL | 261.78º | 0.7% | 0.44% | - |
| HSV(B) | 261.78º | 0.83% | 0.75% | - |
| XYZ | 14.05 | 6.98 | 49.32 | - |
| YUV | 67.94 | 196.88 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 33 | 190 | 0.53 | 0.83 | 0 | 0.25 | 261.78 | 0.7 | 0.44 |
| Hex | 5A | 21 | BE | 35 | 53 | 0 | 19 | 106 | 46 | 2C |
| Octal | 132 | 41 | 276 | 65 | 123 | 0 | 31 | 406 | 106 | 54 |
| Binary | 1011010 | 100001 | 10111110 | 110101 | 1010011 | 0 | 11001 | 100000110 | 1000110 | 101100 |
Color Harmonies of #5A21BE
Complementary color
Monochromatic Colors of #5A21BE
Black with #5A21BE
Text Example
Text Example
White with #5A21BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A21BE; }
p { color: rgb(90,33,190); }
H1.HeaderClassName
{
color: #5A21BE;
}
.AnyTagClassName
{
color: #5A21BE;
}
</style>
background-color css
<style>
a { background-color: #5A21BE; }
a { background-color: rgb(90,33,190); }
div.DivClassName
{
background-color: #5A21BE;
}
.BgClassName
{
background-color: #5A21BE;
}
</style>
border-color css
<style>
span { border-color: #5A21BE; }
span { border-color: rgb(90,33,190); }
td.TdClassName
{
border-color: #5A21BE;
}
.TagClassName
{
border-color: #5A21BE;
}
</style>