Shades of Purple Heart #583BAE
Tints of Purple Heart #583BAE
RGB
CMYK
RGB Variations
Color information
#583BAE (or 0x583BAE) is known color: Purple Heart. HEX triplet: 58, 3B and AE. RGB value is (88,59,174). Sum of RGB (Red+Green+Blue) = 88+59+174=321 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.41% from 321); Green value is 59 (23.44% from 255 or 18.38% from 321); Blue value is 174 (68.36% from 255 or 54.21% from 321); Max value from RGB is 174 - color contains mainly: blue. Hex color #583BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #583BAE is #A7C451. Grayscale: #505050. Windows color (decimal): -10994770 or 11418456. OLE color: 11418456.
HSL color Cylindrical-coordinate representation of color #583BAE: hue angle of 255.13º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #583BAE is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 88 | 59 | 174 | - |
| CMYK | 0.49 | 0.66 | 0 | 0.32 |
| HSL | 255.13º | 0.49% | 0.46% | - |
| HSV(B) | 255.13º | 0.66% | 0.68% | - |
| XYZ | 13.23 | 8.26 | 40.94 | - |
| YUV | 80.78 | 180.61 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 59 | 174 | 0.49 | 0.66 | 0 | 0.32 | 255.13 | 0.49 | 0.46 |
| Hex | 58 | 3B | AE | 31 | 42 | 0 | 20 | FF | 31 | 2E |
| Octal | 130 | 73 | 256 | 61 | 102 | 0 | 40 | 377 | 61 | 56 |
| Binary | 1011000 | 111011 | 10101110 | 110001 | 1000010 | 0 | 100000 | 11111111 | 110001 | 101110 |
Color Harmonies of #583BAE
Complementary color
Monochromatic Colors of #583BAE
Black with #583BAE
Text Example
Text Example
White with #583BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583BAE; }
p { color: rgb(88,59,174); }
H1.HeaderClassName
{
color: #583BAE;
}
.AnyTagClassName
{
color: #583BAE;
}
</style>
background-color css
<style>
a { background-color: #583BAE; }
a { background-color: rgb(88,59,174); }
div.DivClassName
{
background-color: #583BAE;
}
.BgClassName
{
background-color: #583BAE;
}
</style>
border-color css
<style>
span { border-color: #583BAE; }
span { border-color: rgb(88,59,174); }
td.TdClassName
{
border-color: #583BAE;
}
.TagClassName
{
border-color: #583BAE;
}
</style>