Shades of Royal Purple #5739AC
Tints of Royal Purple #5739AC
RGB
CMYK
RGB Variations
Color information
#5739AC (or 0x5739AC) is known color: Royal Purple. HEX triplet: 57, 39 and AC. RGB value is (87,57,172). Sum of RGB (Red+Green+Blue) = 87+57+172=316 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.53% from 316); Green value is 57 (22.66% from 255 or 18.04% 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 #5739AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5739AC is #A8C653. Grayscale: #4E4E4E. Windows color (decimal): -11060820 or 11286871. OLE color: 11286871.
HSL color Cylindrical-coordinate representation of color #5739AC: hue angle of 255.65º degrees, saturation: 0.5, 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 #5739AC is Cyan = 0.49, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 87 | 57 | 172 | - |
| CMYK | 0.49 | 0.67 | 0 | 0.33 |
| HSL | 255.65º | 0.5% | 0.45% | - |
| HSV(B) | 255.65º | 0.67% | 0.67% | - |
| XYZ | 12.84 | 7.93 | 39.88 | - |
| YUV | 79.08 | 180.44 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 57 | 172 | 0.49 | 0.67 | 0 | 0.33 | 255.65 | 0.5 | 0.45 |
| Hex | 57 | 39 | AC | 31 | 43 | 0 | 21 | 100 | 32 | 2D |
| Octal | 127 | 71 | 254 | 61 | 103 | 0 | 41 | 400 | 62 | 55 |
| Binary | 1010111 | 111001 | 10101100 | 110001 | 1000011 | 0 | 100001 | 100000000 | 110010 | 101101 |
Color Harmonies of #5739AC
Complementary color
Monochromatic Colors of #5739AC
Black with #5739AC
Text Example
Text Example
White with #5739AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5739AC; }
p { color: rgb(87,57,172); }
H1.HeaderClassName
{
color: #5739AC;
}
.AnyTagClassName
{
color: #5739AC;
}
</style>
background-color css
<style>
a { background-color: #5739AC; }
a { background-color: rgb(87,57,172); }
div.DivClassName
{
background-color: #5739AC;
}
.BgClassName
{
background-color: #5739AC;
}
</style>
border-color css
<style>
span { border-color: #5739AC; }
span { border-color: rgb(87,57,172); }
td.TdClassName
{
border-color: #5739AC;
}
.TagClassName
{
border-color: #5739AC;
}
</style>