Shades of Royal Purple #6931AD
Tints of Royal Purple #6931AD
RGB
CMYK
RGB Variations
Color information
#6931AD (or 0x6931AD) is known color: Royal Purple. HEX triplet: 69, 31 and AD. RGB value is (105,49,173). Sum of RGB (Red+Green+Blue) = 105+49+173=327 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.11% from 327); Green value is 49 (19.53% from 255 or 14.98% from 327); Blue value is 173 (67.97% from 255 or 52.91% from 327); Max value from RGB is 173 - color contains mainly: blue. Hex color #6931AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6931AD is #96CE52. Grayscale: #4F4F4F. Windows color (decimal): -9883219 or 11350377. OLE color: 11350377.
HSL color Cylindrical-coordinate representation of color #6931AD: hue angle of 267.1º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6931AD is Cyan = 0.39, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 105 | 49 | 173 | - |
| CMYK | 0.39 | 0.72 | 0 | 0.32 |
| HSL | 267.1º | 0.56% | 0.44% | - |
| HSV(B) | 267.1º | 0.72% | 0.68% | - |
| XYZ | 14.47 | 8.22 | 40.36 | - |
| YUV | 79.88 | 180.55 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 49 | 173 | 0.39 | 0.72 | 0 | 0.32 | 267.1 | 0.56 | 0.44 |
| Hex | 69 | 31 | AD | 27 | 48 | 0 | 20 | 10B | 38 | 2C |
| Octal | 151 | 61 | 255 | 47 | 110 | 0 | 40 | 413 | 70 | 54 |
| Binary | 1101001 | 110001 | 10101101 | 100111 | 1001000 | 0 | 100000 | 100001011 | 111000 | 101100 |
Color Harmonies of #6931AD
Complementary color
Monochromatic Colors of #6931AD
Black with #6931AD
Text Example
Text Example
White with #6931AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6931AD; }
p { color: rgb(105,49,173); }
H1.HeaderClassName
{
color: #6931AD;
}
.AnyTagClassName
{
color: #6931AD;
}
</style>
background-color css
<style>
a { background-color: #6931AD; }
a { background-color: rgb(105,49,173); }
div.DivClassName
{
background-color: #6931AD;
}
.BgClassName
{
background-color: #6931AD;
}
</style>
border-color css
<style>
span { border-color: #6931AD; }
span { border-color: rgb(105,49,173); }
td.TdClassName
{
border-color: #6931AD;
}
.TagClassName
{
border-color: #6931AD;
}
</style>