Shades of Purple Heart #5A23BD
Tints of Purple Heart #5A23BD
RGB
CMYK
RGB Variations
Color information
#5A23BD (or 0x5A23BD) is known color: Purple Heart. HEX triplet: 5A, 23 and BD. RGB value is (90,35,189). Sum of RGB (Red+Green+Blue) = 90+35+189=314 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.66% from 314); Green value is 35 (14.06% from 255 or 11.15% from 314); Blue value is 189 (74.22% from 255 or 60.19% from 314); Max value from RGB is 189 - color contains mainly: blue. Hex color #5A23BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A23BD is #A5DC42. Grayscale: #444444. Windows color (decimal): -10869827 or 12395354. OLE color: 12395354.
HSL color Cylindrical-coordinate representation of color #5A23BD: hue angle of 261.43º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5A23BD is Cyan = 0.52, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 90 | 35 | 189 | - |
| CMYK | 0.52 | 0.81 | 0 | 0.26 |
| HSL | 261.43º | 0.69% | 0.44% | - |
| HSV(B) | 261.43º | 0.81% | 0.74% | - |
| XYZ | 14 | 7.05 | 48.77 | - |
| YUV | 69 | 195.72 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 35 | 189 | 0.52 | 0.81 | 0 | 0.26 | 261.43 | 0.69 | 0.44 |
| Hex | 5A | 23 | BD | 34 | 51 | 0 | 1A | 105 | 45 | 2C |
| Octal | 132 | 43 | 275 | 64 | 121 | 0 | 32 | 405 | 105 | 54 |
| Binary | 1011010 | 100011 | 10111101 | 110100 | 1010001 | 0 | 11010 | 100000101 | 1000101 | 101100 |
Color Harmonies of #5A23BD
Complementary color
Monochromatic Colors of #5A23BD
Black with #5A23BD
Text Example
Text Example
White with #5A23BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A23BD; }
p { color: rgb(90,35,189); }
H1.HeaderClassName
{
color: #5A23BD;
}
.AnyTagClassName
{
color: #5A23BD;
}
</style>
background-color css
<style>
a { background-color: #5A23BD; }
a { background-color: rgb(90,35,189); }
div.DivClassName
{
background-color: #5A23BD;
}
.BgClassName
{
background-color: #5A23BD;
}
</style>
border-color css
<style>
span { border-color: #5A23BD; }
span { border-color: rgb(90,35,189); }
td.TdClassName
{
border-color: #5A23BD;
}
.TagClassName
{
border-color: #5A23BD;
}
</style>