Shades of Royal Purple #6731A1
Tints of Royal Purple #6731A1
RGB
CMYK
RGB Variations
Color information
#6731A1 (or 0x6731A1) is known color: Royal Purple. HEX triplet: 67, 31 and A1. RGB value is (103,49,161). Sum of RGB (Red+Green+Blue) = 103+49+161=313 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.91% from 313); Green value is 49 (19.53% from 255 or 15.65% from 313); Blue value is 161 (63.28% from 255 or 51.44% from 313); Max value from RGB is 161 - color contains mainly: blue. Hex color #6731A1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6731A1 is #98CE5E. Grayscale: #4D4D4D. Windows color (decimal): -10014303 or 10563943. OLE color: 10563943.
HSL color Cylindrical-coordinate representation of color #6731A1: hue angle of 268.93º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6731A1 is Cyan = 0.36, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 103 | 49 | 161 | - |
| CMYK | 0.36 | 0.70 | 0 | 0.37 |
| HSL | 268.93º | 0.53% | 0.41% | - |
| HSV(B) | 268.93º | 0.7% | 0.63% | - |
| XYZ | 13.12 | 7.65 | 34.5 | - |
| YUV | 77.91 | 174.89 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 49 | 161 | 0.36 | 0.70 | 0 | 0.37 | 268.93 | 0.53 | 0.41 |
| Hex | 67 | 31 | A1 | 24 | 46 | 0 | 25 | 10D | 35 | 29 |
| Octal | 147 | 61 | 241 | 44 | 106 | 0 | 45 | 415 | 65 | 51 |
| Binary | 1100111 | 110001 | 10100001 | 100100 | 1000110 | 0 | 100101 | 100001101 | 110101 | 101001 |
Color Harmonies of #6731A1
Complementary color
Monochromatic Colors of #6731A1
Black with #6731A1
Text Example
Text Example
White with #6731A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6731A1; }
p { color: rgb(103,49,161); }
H1.HeaderClassName
{
color: #6731A1;
}
.AnyTagClassName
{
color: #6731A1;
}
</style>
background-color css
<style>
a { background-color: #6731A1; }
a { background-color: rgb(103,49,161); }
div.DivClassName
{
background-color: #6731A1;
}
.BgClassName
{
background-color: #6731A1;
}
</style>
border-color css
<style>
span { border-color: #6731A1; }
span { border-color: rgb(103,49,161); }
td.TdClassName
{
border-color: #6731A1;
}
.TagClassName
{
border-color: #6731A1;
}
</style>