Shades of Royal Purple #6F31AD
Tints of Royal Purple #6F31AD
RGB
CMYK
RGB Variations
Color information
#6F31AD (or 0x6F31AD) is known color: Royal Purple. HEX triplet: 6F, 31 and AD. RGB value is (111,49,173). Sum of RGB (Red+Green+Blue) = 111+49+173=333 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.33% from 333); Green value is 49 (19.53% from 255 or 14.71% from 333); Blue value is 173 (67.97% from 255 or 51.95% from 333); Max value from RGB is 173 - color contains mainly: blue. Hex color #6F31AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F31AD is #90CE52. Grayscale: #515151. Windows color (decimal): -9490003 or 11350383. OLE color: 11350383.
HSL color Cylindrical-coordinate representation of color #6F31AD: hue angle of 270º 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 #6F31AD is Cyan = 0.36, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 111 | 49 | 173 | - |
| CMYK | 0.36 | 0.72 | 0 | 0.32 |
| HSL | 270º | 0.56% | 0.44% | - |
| HSV(B) | 270º | 0.72% | 0.68% | - |
| XYZ | 15.2 | 8.59 | 40.39 | - |
| YUV | 81.67 | 179.54 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 49 | 173 | 0.36 | 0.72 | 0 | 0.32 | 270 | 0.56 | 0.44 |
| Hex | 6F | 31 | AD | 24 | 48 | 0 | 20 | 10E | 38 | 2C |
| Octal | 157 | 61 | 255 | 44 | 110 | 0 | 40 | 416 | 70 | 54 |
| Binary | 1101111 | 110001 | 10101101 | 100100 | 1001000 | 0 | 100000 | 100001110 | 111000 | 101100 |
Color Harmonies of #6F31AD
Complementary color
Monochromatic Colors of #6F31AD
Black with #6F31AD
Text Example
Text Example
White with #6F31AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F31AD; }
p { color: rgb(111,49,173); }
H1.HeaderClassName
{
color: #6F31AD;
}
.AnyTagClassName
{
color: #6F31AD;
}
</style>
background-color css
<style>
a { background-color: #6F31AD; }
a { background-color: rgb(111,49,173); }
div.DivClassName
{
background-color: #6F31AD;
}
.BgClassName
{
background-color: #6F31AD;
}
</style>
border-color css
<style>
span { border-color: #6F31AD; }
span { border-color: rgb(111,49,173); }
td.TdClassName
{
border-color: #6F31AD;
}
.TagClassName
{
border-color: #6F31AD;
}
</style>