Shades of Royal Purple #583FAC
Tints of Royal Purple #583FAC
RGB
CMYK
RGB Variations
Color information
#583FAC (or 0x583FAC) is known color: Royal Purple. HEX triplet: 58, 3F and AC. RGB value is (88,63,172). Sum of RGB (Red+Green+Blue) = 88+63+172=323 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.24% from 323); Green value is 63 (25% from 255 or 19.50% from 323); Blue value is 172 (67.58% from 255 or 53.25% from 323); Max value from RGB is 172 - color contains mainly: blue. Hex color #583FAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #583FAC is #A7C053. Grayscale: #525252. Windows color (decimal): -10993748 or 11288408. OLE color: 11288408.
HSL color Cylindrical-coordinate representation of color #583FAC: hue angle of 253.76º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #583FAC is Cyan = 0.49, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 88 | 63 | 172 | - |
| CMYK | 0.49 | 0.63 | 0 | 0.33 |
| HSL | 253.76º | 0.46% | 0.46% | - |
| HSV(B) | 253.76º | 0.63% | 0.67% | - |
| XYZ | 13.25 | 8.61 | 39.99 | - |
| YUV | 82.9 | 178.28 | 131.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 63 | 172 | 0.49 | 0.63 | 0 | 0.33 | 253.76 | 0.46 | 0.46 |
| Hex | 58 | 3F | AC | 31 | 3F | 0 | 21 | FE | 2E | 2E |
| Octal | 130 | 77 | 254 | 61 | 77 | 0 | 41 | 376 | 56 | 56 |
| Binary | 1011000 | 111111 | 10101100 | 110001 | 111111 | 0 | 100001 | 11111110 | 101110 | 101110 |
Color Harmonies of #583FAC
Complementary color
Monochromatic Colors of #583FAC
Black with #583FAC
Text Example
Text Example
White with #583FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583FAC; }
p { color: rgb(88,63,172); }
H1.HeaderClassName
{
color: #583FAC;
}
.AnyTagClassName
{
color: #583FAC;
}
</style>
background-color css
<style>
a { background-color: #583FAC; }
a { background-color: rgb(88,63,172); }
div.DivClassName
{
background-color: #583FAC;
}
.BgClassName
{
background-color: #583FAC;
}
</style>
border-color css
<style>
span { border-color: #583FAC; }
span { border-color: rgb(88,63,172); }
td.TdClassName
{
border-color: #583FAC;
}
.TagClassName
{
border-color: #583FAC;
}
</style>