Shades of Royal Purple #5838AC
Tints of Royal Purple #5838AC
RGB
CMYK
RGB Variations
Color information
#5838AC (or 0x5838AC) is known color: Royal Purple. HEX triplet: 58, 38 and AC. RGB value is (88,56,172). Sum of RGB (Red+Green+Blue) = 88+56+172=316 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.85% from 316); Green value is 56 (22.27% from 255 or 17.72% from 316); Blue value is 172 (67.58% from 255 or 54.43% from 316); Max value from RGB is 172 - color contains mainly: blue. Hex color #5838AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5838AC is #A7C753. Grayscale: #4E4E4E. Windows color (decimal): -10995540 or 11286616. OLE color: 11286616.
HSL color Cylindrical-coordinate representation of color #5838AC: hue angle of 256.55º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5838AC is Cyan = 0.49, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 88 | 56 | 172 | - |
| CMYK | 0.49 | 0.67 | 0 | 0.33 |
| HSL | 256.55º | 0.51% | 0.45% | - |
| HSV(B) | 256.55º | 0.67% | 0.67% | - |
| XYZ | 12.89 | 7.88 | 39.87 | - |
| YUV | 78.79 | 180.6 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 56 | 172 | 0.49 | 0.67 | 0 | 0.33 | 256.55 | 0.51 | 0.45 |
| Hex | 58 | 38 | AC | 31 | 43 | 0 | 21 | 101 | 33 | 2D |
| Octal | 130 | 70 | 254 | 61 | 103 | 0 | 41 | 401 | 63 | 55 |
| Binary | 1011000 | 111000 | 10101100 | 110001 | 1000011 | 0 | 100001 | 100000001 | 110011 | 101101 |
Color Harmonies of #5838AC
Complementary color
Monochromatic Colors of #5838AC
Black with #5838AC
Text Example
Text Example
White with #5838AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5838AC; }
p { color: rgb(88,56,172); }
H1.HeaderClassName
{
color: #5838AC;
}
.AnyTagClassName
{
color: #5838AC;
}
</style>
background-color css
<style>
a { background-color: #5838AC; }
a { background-color: rgb(88,56,172); }
div.DivClassName
{
background-color: #5838AC;
}
.BgClassName
{
background-color: #5838AC;
}
</style>
border-color css
<style>
span { border-color: #5838AC; }
span { border-color: rgb(88,56,172); }
td.TdClassName
{
border-color: #5838AC;
}
.TagClassName
{
border-color: #5838AC;
}
</style>