Shades of Purple Heart #5A23BB
Tints of Purple Heart #5A23BB
RGB
CMYK
RGB Variations
Color information
#5A23BB (or 0x5A23BB) is known color: Purple Heart. HEX triplet: 5A, 23 and BB. RGB value is (90,35,187). Sum of RGB (Red+Green+Blue) = 90+35+187=312 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.85% from 312); Green value is 35 (14.06% from 255 or 11.22% from 312); Blue value is 187 (73.44% from 255 or 59.94% from 312); Max value from RGB is 187 - color contains mainly: blue. Hex color #5A23BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A23BB is #A5DC44. Grayscale: #444444. Windows color (decimal): -10869829 or 12264282. OLE color: 12264282.
HSL color Cylindrical-coordinate representation of color #5A23BB: hue angle of 261.71º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5A23BB is Cyan = 0.52, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 90 | 35 | 187 | - |
| CMYK | 0.52 | 0.81 | 0 | 0.27 |
| HSL | 261.71º | 0.68% | 0.44% | - |
| HSV(B) | 261.71º | 0.81% | 0.73% | - |
| XYZ | 13.79 | 6.96 | 47.63 | - |
| YUV | 68.77 | 194.72 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 35 | 187 | 0.52 | 0.81 | 0 | 0.27 | 261.71 | 0.68 | 0.44 |
| Hex | 5A | 23 | BB | 34 | 51 | 0 | 1B | 106 | 44 | 2C |
| Octal | 132 | 43 | 273 | 64 | 121 | 0 | 33 | 406 | 104 | 54 |
| Binary | 1011010 | 100011 | 10111011 | 110100 | 1010001 | 0 | 11011 | 100000110 | 1000100 | 101100 |
Color Harmonies of #5A23BB
Complementary color
Monochromatic Colors of #5A23BB
Black with #5A23BB
Text Example
Text Example
White with #5A23BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A23BB; }
p { color: rgb(90,35,187); }
H1.HeaderClassName
{
color: #5A23BB;
}
.AnyTagClassName
{
color: #5A23BB;
}
</style>
background-color css
<style>
a { background-color: #5A23BB; }
a { background-color: rgb(90,35,187); }
div.DivClassName
{
background-color: #5A23BB;
}
.BgClassName
{
background-color: #5A23BB;
}
</style>
border-color css
<style>
span { border-color: #5A23BB; }
span { border-color: rgb(90,35,187); }
td.TdClassName
{
border-color: #5A23BB;
}
.TagClassName
{
border-color: #5A23BB;
}
</style>