Shades of Purple Heart #5A27B9
Tints of Purple Heart #5A27B9
RGB
CMYK
RGB Variations
Color information
#5A27B9 (or 0x5A27B9) is known color: Purple Heart. HEX triplet: 5A, 27 and B9. RGB value is (90,39,185). Sum of RGB (Red+Green+Blue) = 90+39+185=314 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.66% from 314); Green value is 39 (15.62% from 255 or 12.42% from 314); Blue value is 185 (72.66% from 255 or 58.92% from 314); Max value from RGB is 185 - color contains mainly: blue. Hex color #5A27B9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A27B9 is #A5D846. Grayscale: #464646. Windows color (decimal): -10868807 or 12134234. OLE color: 12134234.
HSL color Cylindrical-coordinate representation of color #5A27B9: hue angle of 260.96º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5A27B9 is Cyan = 0.51, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 90 | 39 | 185 | - |
| CMYK | 0.51 | 0.79 | 0 | 0.27 |
| HSL | 260.96º | 0.65% | 0.44% | - |
| HSV(B) | 260.96º | 0.79% | 0.73% | - |
| XYZ | 13.7 | 7.13 | 46.55 | - |
| YUV | 70.89 | 192.4 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 39 | 185 | 0.51 | 0.79 | 0 | 0.27 | 260.96 | 0.65 | 0.44 |
| Hex | 5A | 27 | B9 | 33 | 4F | 0 | 1B | 105 | 41 | 2C |
| Octal | 132 | 47 | 271 | 63 | 117 | 0 | 33 | 405 | 101 | 54 |
| Binary | 1011010 | 100111 | 10111001 | 110011 | 1001111 | 0 | 11011 | 100000101 | 1000001 | 101100 |
Color Harmonies of #5A27B9
Complementary color
Monochromatic Colors of #5A27B9
Black with #5A27B9
Text Example
Text Example
White with #5A27B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A27B9; }
p { color: rgb(90,39,185); }
H1.HeaderClassName
{
color: #5A27B9;
}
.AnyTagClassName
{
color: #5A27B9;
}
</style>
background-color css
<style>
a { background-color: #5A27B9; }
a { background-color: rgb(90,39,185); }
div.DivClassName
{
background-color: #5A27B9;
}
.BgClassName
{
background-color: #5A27B9;
}
</style>
border-color css
<style>
span { border-color: #5A27B9; }
span { border-color: rgb(90,39,185); }
td.TdClassName
{
border-color: #5A27B9;
}
.TagClassName
{
border-color: #5A27B9;
}
</style>