Shades of Royal Purple #573BAC
Tints of Royal Purple #573BAC
RGB
CMYK
RGB Variations
Color information
#573BAC (or 0x573BAC) is known color: Royal Purple. HEX triplet: 57, 3B and AC. RGB value is (87,59,172). Sum of RGB (Red+Green+Blue) = 87+59+172=318 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.36% from 318); Green value is 59 (23.44% from 255 or 18.55% 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 #573BAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #573BAC is #A8C453. Grayscale: #4F4F4F. Windows color (decimal): -11060308 or 11287383. OLE color: 11287383.
HSL color Cylindrical-coordinate representation of color #573BAC: hue angle of 254.87º degrees, saturation: 0.49, 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 #573BAC is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 87 | 59 | 172 | - |
| CMYK | 0.49 | 0.66 | 0 | 0.33 |
| HSL | 254.87º | 0.49% | 0.45% | - |
| HSV(B) | 254.87º | 0.66% | 0.67% | - |
| XYZ | 12.94 | 8.13 | 39.92 | - |
| YUV | 80.25 | 179.78 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 59 | 172 | 0.49 | 0.66 | 0 | 0.33 | 254.87 | 0.49 | 0.45 |
| Hex | 57 | 3B | AC | 31 | 42 | 0 | 21 | FF | 31 | 2D |
| Octal | 127 | 73 | 254 | 61 | 102 | 0 | 41 | 377 | 61 | 55 |
| Binary | 1010111 | 111011 | 10101100 | 110001 | 1000010 | 0 | 100001 | 11111111 | 110001 | 101101 |
Color Harmonies of #573BAC
Complementary color
Monochromatic Colors of #573BAC
Black with #573BAC
Text Example
Text Example
White with #573BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573BAC; }
p { color: rgb(87,59,172); }
H1.HeaderClassName
{
color: #573BAC;
}
.AnyTagClassName
{
color: #573BAC;
}
</style>
background-color css
<style>
a { background-color: #573BAC; }
a { background-color: rgb(87,59,172); }
div.DivClassName
{
background-color: #573BAC;
}
.BgClassName
{
background-color: #573BAC;
}
</style>
border-color css
<style>
span { border-color: #573BAC; }
span { border-color: rgb(87,59,172); }
td.TdClassName
{
border-color: #573BAC;
}
.TagClassName
{
border-color: #573BAC;
}
</style>