Shades of Royal Purple #583AAC
Tints of Royal Purple #583AAC
RGB
CMYK
RGB Variations
Color information
#583AAC (or 0x583AAC) is known color: Royal Purple. HEX triplet: 58, 3A and AC. RGB value is (88,58,172). Sum of RGB (Red+Green+Blue) = 88+58+172=318 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.67% from 318); Green value is 58 (23.05% from 255 or 18.24% from 318); Blue value is 172 (67.58% from 255 or 54.09% from 318); Max value from RGB is 172 - color contains mainly: blue. Hex color #583AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #583AAC is #A7C553. Grayscale: #4F4F4F. Windows color (decimal): -10995028 or 11287128. OLE color: 11287128.
HSL color Cylindrical-coordinate representation of color #583AAC: hue angle of 255.79º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #583AAC is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 88 | 58 | 172 | - |
| CMYK | 0.49 | 0.66 | 0 | 0.33 |
| HSL | 255.79º | 0.5% | 0.45% | - |
| HSV(B) | 255.79º | 0.66% | 0.67% | - |
| XYZ | 12.98 | 8.08 | 39.9 | - |
| YUV | 79.97 | 179.94 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 58 | 172 | 0.49 | 0.66 | 0 | 0.33 | 255.79 | 0.5 | 0.45 |
| Hex | 58 | 3A | AC | 31 | 42 | 0 | 21 | 100 | 32 | 2D |
| Octal | 130 | 72 | 254 | 61 | 102 | 0 | 41 | 400 | 62 | 55 |
| Binary | 1011000 | 111010 | 10101100 | 110001 | 1000010 | 0 | 100001 | 100000000 | 110010 | 101101 |
Color Harmonies of #583AAC
Complementary color
Monochromatic Colors of #583AAC
Black with #583AAC
Text Example
Text Example
White with #583AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583AAC; }
p { color: rgb(88,58,172); }
H1.HeaderClassName
{
color: #583AAC;
}
.AnyTagClassName
{
color: #583AAC;
}
</style>
background-color css
<style>
a { background-color: #583AAC; }
a { background-color: rgb(88,58,172); }
div.DivClassName
{
background-color: #583AAC;
}
.BgClassName
{
background-color: #583AAC;
}
</style>
border-color css
<style>
span { border-color: #583AAC; }
span { border-color: rgb(88,58,172); }
td.TdClassName
{
border-color: #583AAC;
}
.TagClassName
{
border-color: #583AAC;
}
</style>