Shades of Purple Heart #5826AB
Tints of Purple Heart #5826AB
RGB
CMYK
RGB Variations
Color information
#5826AB (or 0x5826AB) is known color: Purple Heart. HEX triplet: 58, 26 and AB. RGB value is (88,38,171). Sum of RGB (Red+Green+Blue) = 88+38+171=297 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.63% from 297); Green value is 38 (15.23% from 255 or 12.79% from 297); Blue value is 171 (67.19% from 255 or 57.58% from 297); Max value from RGB is 171 - color contains mainly: blue. Hex color #5826AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5826AB is #A7D954. Grayscale: #434343. Windows color (decimal): -11000149 or 11216472. OLE color: 11216472.
HSL color Cylindrical-coordinate representation of color #5826AB: hue angle of 262.56º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5826AB is Cyan = 0.49, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 88 | 38 | 171 | - |
| CMYK | 0.49 | 0.78 | 0 | 0.33 |
| HSL | 262.56º | 0.64% | 0.41% | - |
| HSV(B) | 262.56º | 0.78% | 0.67% | - |
| XYZ | 12.07 | 6.4 | 39.13 | - |
| YUV | 68.11 | 186.07 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 38 | 171 | 0.49 | 0.78 | 0 | 0.33 | 262.56 | 0.64 | 0.41 |
| Hex | 58 | 26 | AB | 31 | 4E | 0 | 21 | 107 | 40 | 29 |
| Octal | 130 | 46 | 253 | 61 | 116 | 0 | 41 | 407 | 100 | 51 |
| Binary | 1011000 | 100110 | 10101011 | 110001 | 1001110 | 0 | 100001 | 100000111 | 1000000 | 101001 |
Color Harmonies of #5826AB
Complementary color
Monochromatic Colors of #5826AB
Black with #5826AB
Text Example
Text Example
White with #5826AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5826AB; }
p { color: rgb(88,38,171); }
H1.HeaderClassName
{
color: #5826AB;
}
.AnyTagClassName
{
color: #5826AB;
}
</style>
background-color css
<style>
a { background-color: #5826AB; }
a { background-color: rgb(88,38,171); }
div.DivClassName
{
background-color: #5826AB;
}
.BgClassName
{
background-color: #5826AB;
}
</style>
border-color css
<style>
span { border-color: #5826AB; }
span { border-color: rgb(88,38,171); }
td.TdClassName
{
border-color: #5826AB;
}
.TagClassName
{
border-color: #5826AB;
}
</style>