Shades of Purple Heart #5831AF
Tints of Purple Heart #5831AF
RGB
CMYK
RGB Variations
Color information
#5831AF (or 0x5831AF) is known color: Purple Heart. HEX triplet: 58, 31 and AF. RGB value is (88,49,175). Sum of RGB (Red+Green+Blue) = 88+49+175=312 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.21% from 312); Green value is 49 (19.53% from 255 or 15.71% from 312); Blue value is 175 (68.75% from 255 or 56.09% from 312); Max value from RGB is 175 - color contains mainly: blue. Hex color #5831AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5831AF is #A7CE50. Grayscale: #4A4A4A. Windows color (decimal): -10997329 or 11481432. OLE color: 11481432.
HSL color Cylindrical-coordinate representation of color #5831AF: hue angle of 258.57º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5831AF is Cyan = 0.50, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 88 | 49 | 175 | - |
| CMYK | 0.50 | 0.72 | 0 | 0.31 |
| HSL | 258.57º | 0.56% | 0.44% | - |
| HSV(B) | 258.57º | 0.72% | 0.69% | - |
| XYZ | 12.86 | 7.37 | 41.3 | - |
| YUV | 75.03 | 184.42 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 49 | 175 | 0.50 | 0.72 | 0 | 0.31 | 258.57 | 0.56 | 0.44 |
| Hex | 58 | 31 | AF | 32 | 48 | 0 | 1F | 103 | 38 | 2C |
| Octal | 130 | 61 | 257 | 62 | 110 | 0 | 37 | 403 | 70 | 54 |
| Binary | 1011000 | 110001 | 10101111 | 110010 | 1001000 | 0 | 11111 | 100000011 | 111000 | 101100 |
Color Harmonies of #5831AF
Complementary color
Monochromatic Colors of #5831AF
Black with #5831AF
Text Example
Text Example
White with #5831AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5831AF; }
p { color: rgb(88,49,175); }
H1.HeaderClassName
{
color: #5831AF;
}
.AnyTagClassName
{
color: #5831AF;
}
</style>
background-color css
<style>
a { background-color: #5831AF; }
a { background-color: rgb(88,49,175); }
div.DivClassName
{
background-color: #5831AF;
}
.BgClassName
{
background-color: #5831AF;
}
</style>
border-color css
<style>
span { border-color: #5831AF; }
span { border-color: rgb(88,49,175); }
td.TdClassName
{
border-color: #5831AF;
}
.TagClassName
{
border-color: #5831AF;
}
</style>