Shades of Purple Heart #583AB5
Tints of Purple Heart #583AB5
RGB
CMYK
RGB Variations
Color information
#583AB5 (or 0x583AB5) is known color: Purple Heart. HEX triplet: 58, 3A and B5. RGB value is (88,58,181). Sum of RGB (Red+Green+Blue) = 88+58+181=327 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.91% from 327); Green value is 58 (23.05% from 255 or 17.74% from 327); Blue value is 181 (71.09% from 255 or 55.35% from 327); Max value from RGB is 181 - color contains mainly: blue. Hex color #583AB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #583AB5 is #A7C54A. Grayscale: #505050. Windows color (decimal): -10995019 or 11876952. OLE color: 11876952.
HSL color Cylindrical-coordinate representation of color #583AB5: hue angle of 254.63º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #583AB5 is Cyan = 0.51, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 88 | 58 | 181 | - |
| CMYK | 0.51 | 0.68 | 0 | 0.29 |
| HSL | 254.63º | 0.51% | 0.47% | - |
| HSV(B) | 254.63º | 0.68% | 0.71% | - |
| XYZ | 13.88 | 8.44 | 44.61 | - |
| YUV | 80.99 | 184.44 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 58 | 181 | 0.51 | 0.68 | 0 | 0.29 | 254.63 | 0.51 | 0.47 |
| Hex | 58 | 3A | B5 | 33 | 44 | 0 | 1D | FF | 33 | 2F |
| Octal | 130 | 72 | 265 | 63 | 104 | 0 | 35 | 377 | 63 | 57 |
| Binary | 1011000 | 111010 | 10110101 | 110011 | 1000100 | 0 | 11101 | 11111111 | 110011 | 101111 |
Color Harmonies of #583AB5
Complementary color
Monochromatic Colors of #583AB5
Black with #583AB5
Text Example
Text Example
White with #583AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583AB5; }
p { color: rgb(88,58,181); }
H1.HeaderClassName
{
color: #583AB5;
}
.AnyTagClassName
{
color: #583AB5;
}
</style>
background-color css
<style>
a { background-color: #583AB5; }
a { background-color: rgb(88,58,181); }
div.DivClassName
{
background-color: #583AB5;
}
.BgClassName
{
background-color: #583AB5;
}
</style>
border-color css
<style>
span { border-color: #583AB5; }
span { border-color: rgb(88,58,181); }
td.TdClassName
{
border-color: #583AB5;
}
.TagClassName
{
border-color: #583AB5;
}
</style>