Shades of Purple Heart #5827AD
Tints of Purple Heart #5827AD
RGB
CMYK
RGB Variations
Color information
#5827AD (or 0x5827AD) is known color: Purple Heart. HEX triplet: 58, 27 and AD. RGB value is (88,39,173). Sum of RGB (Red+Green+Blue) = 88+39+173=300 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.33% from 300); Green value is 39 (15.62% from 255 or 13% from 300); Blue value is 173 (67.97% from 255 or 57.67% from 300); Max value from RGB is 173 - color contains mainly: blue. Hex color #5827AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5827AD is #A7D852. Grayscale: #444444. Windows color (decimal): -10999891 or 11347800. OLE color: 11347800.
HSL color Cylindrical-coordinate representation of color #5827AD: hue angle of 261.94º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5827AD is Cyan = 0.49, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 88 | 39 | 173 | - |
| CMYK | 0.49 | 0.77 | 0 | 0.32 |
| HSL | 261.94º | 0.63% | 0.42% | - |
| HSV(B) | 261.94º | 0.77% | 0.68% | - |
| XYZ | 12.29 | 6.54 | 40.15 | - |
| YUV | 68.93 | 186.73 | 141.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 39 | 173 | 0.49 | 0.77 | 0 | 0.32 | 261.94 | 0.63 | 0.42 |
| Hex | 58 | 27 | AD | 31 | 4D | 0 | 20 | 106 | 3F | 2A |
| Octal | 130 | 47 | 255 | 61 | 115 | 0 | 40 | 406 | 77 | 52 |
| Binary | 1011000 | 100111 | 10101101 | 110001 | 1001101 | 0 | 100000 | 100000110 | 111111 | 101010 |
Color Harmonies of #5827AD
Complementary color
Monochromatic Colors of #5827AD
Black with #5827AD
Text Example
Text Example
White with #5827AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5827AD; }
p { color: rgb(88,39,173); }
H1.HeaderClassName
{
color: #5827AD;
}
.AnyTagClassName
{
color: #5827AD;
}
</style>
background-color css
<style>
a { background-color: #5827AD; }
a { background-color: rgb(88,39,173); }
div.DivClassName
{
background-color: #5827AD;
}
.BgClassName
{
background-color: #5827AD;
}
</style>
border-color css
<style>
span { border-color: #5827AD; }
span { border-color: rgb(88,39,173); }
td.TdClassName
{
border-color: #5827AD;
}
.TagClassName
{
border-color: #5827AD;
}
</style>