Shades of Royal Purple #583FAD
Tints of Royal Purple #583FAD
RGB
CMYK
RGB Variations
Color information
#583FAD (or 0x583FAD) is known color: Royal Purple. HEX triplet: 58, 3F and AD. RGB value is (88,63,173). Sum of RGB (Red+Green+Blue) = 88+63+173=324 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.16% from 324); Green value is 63 (25% from 255 or 19.44% from 324); Blue value is 173 (67.97% from 255 or 53.40% from 324); Max value from RGB is 173 - color contains mainly: blue. Hex color #583FAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #583FAD is #A7C052. Grayscale: #525252. Windows color (decimal): -10993747 or 11353944. OLE color: 11353944.
HSL color Cylindrical-coordinate representation of color #583FAD: hue angle of 253.64º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #583FAD is Cyan = 0.49, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 88 | 63 | 173 | - |
| CMYK | 0.49 | 0.64 | 0 | 0.32 |
| HSL | 253.64º | 0.47% | 0.46% | - |
| HSV(B) | 253.64º | 0.64% | 0.68% | - |
| XYZ | 13.34 | 8.65 | 40.5 | - |
| YUV | 83.02 | 178.78 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 63 | 173 | 0.49 | 0.64 | 0 | 0.32 | 253.64 | 0.47 | 0.46 |
| Hex | 58 | 3F | AD | 31 | 40 | 0 | 20 | FE | 2F | 2E |
| Octal | 130 | 77 | 255 | 61 | 100 | 0 | 40 | 376 | 57 | 56 |
| Binary | 1011000 | 111111 | 10101101 | 110001 | 1000000 | 0 | 100000 | 11111110 | 101111 | 101110 |
Color Harmonies of #583FAD
Complementary color
Monochromatic Colors of #583FAD
Black with #583FAD
Text Example
Text Example
White with #583FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583FAD; }
p { color: rgb(88,63,173); }
H1.HeaderClassName
{
color: #583FAD;
}
.AnyTagClassName
{
color: #583FAD;
}
</style>
background-color css
<style>
a { background-color: #583FAD; }
a { background-color: rgb(88,63,173); }
div.DivClassName
{
background-color: #583FAD;
}
.BgClassName
{
background-color: #583FAD;
}
</style>
border-color css
<style>
span { border-color: #583FAD; }
span { border-color: rgb(88,63,173); }
td.TdClassName
{
border-color: #583FAD;
}
.TagClassName
{
border-color: #583FAD;
}
</style>