Shades of Royal Purple #583DAE
Tints of Royal Purple #583DAE
RGB
CMYK
RGB Variations
Color information
#583DAE (or 0x583DAE) is known color: Royal Purple. HEX triplet: 58, 3D and AE. RGB value is (88,61,174). Sum of RGB (Red+Green+Blue) = 88+61+174=323 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.24% from 323); Green value is 61 (24.22% from 255 or 18.89% from 323); Blue value is 174 (68.36% from 255 or 53.87% from 323); Max value from RGB is 174 - color contains mainly: blue. Hex color #583DAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #583DAE is #A7C251. Grayscale: #515151. Windows color (decimal): -10994258 or 11418968. OLE color: 11418968.
HSL color Cylindrical-coordinate representation of color #583DAE: hue angle of 254.34º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #583DAE is Cyan = 0.49, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 88 | 61 | 174 | - |
| CMYK | 0.49 | 0.65 | 0 | 0.32 |
| HSL | 254.34º | 0.48% | 0.46% | - |
| HSV(B) | 254.34º | 0.65% | 0.68% | - |
| XYZ | 13.33 | 8.47 | 40.98 | - |
| YUV | 81.96 | 179.95 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 61 | 174 | 0.49 | 0.65 | 0 | 0.32 | 254.34 | 0.48 | 0.46 |
| Hex | 58 | 3D | AE | 31 | 41 | 0 | 20 | FE | 30 | 2E |
| Octal | 130 | 75 | 256 | 61 | 101 | 0 | 40 | 376 | 60 | 56 |
| Binary | 1011000 | 111101 | 10101110 | 110001 | 1000001 | 0 | 100000 | 11111110 | 110000 | 101110 |
Color Harmonies of #583DAE
Complementary color
Monochromatic Colors of #583DAE
Black with #583DAE
Text Example
Text Example
White with #583DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583DAE; }
p { color: rgb(88,61,174); }
H1.HeaderClassName
{
color: #583DAE;
}
.AnyTagClassName
{
color: #583DAE;
}
</style>
background-color css
<style>
a { background-color: #583DAE; }
a { background-color: rgb(88,61,174); }
div.DivClassName
{
background-color: #583DAE;
}
.BgClassName
{
background-color: #583DAE;
}
</style>
border-color css
<style>
span { border-color: #583DAE; }
span { border-color: rgb(88,61,174); }
td.TdClassName
{
border-color: #583DAE;
}
.TagClassName
{
border-color: #583DAE;
}
</style>