Shades of Royal Purple #6131AC
Tints of Royal Purple #6131AC
RGB
CMYK
RGB Variations
Color information
#6131AC (or 0x6131AC) is known color: Royal Purple. HEX triplet: 61, 31 and AC. RGB value is (97,49,172). Sum of RGB (Red+Green+Blue) = 97+49+172=318 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.50% from 318); Green value is 49 (19.53% from 255 or 15.41% 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 #6131AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6131AC is #9ECE53. Grayscale: #4C4C4C. Windows color (decimal): -10407508 or 11284833. OLE color: 11284833.
HSL color Cylindrical-coordinate representation of color #6131AC: hue angle of 263.41º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6131AC is Cyan = 0.44, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 97 | 49 | 172 | - |
| CMYK | 0.44 | 0.72 | 0 | 0.33 |
| HSL | 263.41º | 0.56% | 0.43% | - |
| HSV(B) | 263.41º | 0.72% | 0.67% | - |
| XYZ | 13.47 | 7.72 | 39.81 | - |
| YUV | 77.37 | 181.4 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 49 | 172 | 0.44 | 0.72 | 0 | 0.33 | 263.41 | 0.56 | 0.43 |
| Hex | 61 | 31 | AC | 2C | 48 | 0 | 21 | 107 | 38 | 2B |
| Octal | 141 | 61 | 254 | 54 | 110 | 0 | 41 | 407 | 70 | 53 |
| Binary | 1100001 | 110001 | 10101100 | 101100 | 1001000 | 0 | 100001 | 100000111 | 111000 | 101011 |
Color Harmonies of #6131AC
Complementary color
Monochromatic Colors of #6131AC
Black with #6131AC
Text Example
Text Example
White with #6131AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6131AC; }
p { color: rgb(97,49,172); }
H1.HeaderClassName
{
color: #6131AC;
}
.AnyTagClassName
{
color: #6131AC;
}
</style>
background-color css
<style>
a { background-color: #6131AC; }
a { background-color: rgb(97,49,172); }
div.DivClassName
{
background-color: #6131AC;
}
.BgClassName
{
background-color: #6131AC;
}
</style>
border-color css
<style>
span { border-color: #6131AC; }
span { border-color: rgb(97,49,172); }
td.TdClassName
{
border-color: #6131AC;
}
.TagClassName
{
border-color: #6131AC;
}
</style>