Shades of Royal Purple #6B31AA
Tints of Royal Purple #6B31AA
RGB
CMYK
RGB Variations
Color information
#6B31AA (or 0x6B31AA) is known color: Royal Purple. HEX triplet: 6B, 31 and AA. RGB value is (107,49,170). Sum of RGB (Red+Green+Blue) = 107+49+170=326 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.82% from 326); Green value is 49 (19.53% from 255 or 15.03% from 326); Blue value is 170 (66.80% from 255 or 52.15% from 326); Max value from RGB is 170 - color contains mainly: blue. Hex color #6B31AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B31AA is #94CE55. Grayscale: #4F4F4F. Windows color (decimal): -9752150 or 11153771. OLE color: 11153771.
HSL color Cylindrical-coordinate representation of color #6B31AA: hue angle of 268.76º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6B31AA is Cyan = 0.37, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 49 | 170 | - |
| CMYK | 0.37 | 0.71 | 0 | 0.33 |
| HSL | 268.76º | 0.55% | 0.43% | - |
| HSV(B) | 268.76º | 0.71% | 0.67% | - |
| XYZ | 14.42 | 8.22 | 38.86 | - |
| YUV | 80.14 | 178.72 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 49 | 170 | 0.37 | 0.71 | 0 | 0.33 | 268.76 | 0.55 | 0.43 |
| Hex | 6B | 31 | AA | 25 | 47 | 0 | 21 | 10D | 37 | 2B |
| Octal | 153 | 61 | 252 | 45 | 107 | 0 | 41 | 415 | 67 | 53 |
| Binary | 1101011 | 110001 | 10101010 | 100101 | 1000111 | 0 | 100001 | 100001101 | 110111 | 101011 |
Color Harmonies of #6B31AA
Complementary color
Monochromatic Colors of #6B31AA
Black with #6B31AA
Text Example
Text Example
White with #6B31AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B31AA; }
p { color: rgb(107,49,170); }
H1.HeaderClassName
{
color: #6B31AA;
}
.AnyTagClassName
{
color: #6B31AA;
}
</style>
background-color css
<style>
a { background-color: #6B31AA; }
a { background-color: rgb(107,49,170); }
div.DivClassName
{
background-color: #6B31AA;
}
.BgClassName
{
background-color: #6B31AA;
}
</style>
border-color css
<style>
span { border-color: #6B31AA; }
span { border-color: rgb(107,49,170); }
td.TdClassName
{
border-color: #6B31AA;
}
.TagClassName
{
border-color: #6B31AA;
}
</style>