Shades of Royal Purple #6F319F
Tints of Royal Purple #6F319F
RGB
CMYK
RGB Variations
Color information
#6F319F (or 0x6F319F) is known color: Royal Purple. HEX triplet: 6F, 31 and 9F. RGB value is (111,49,159). Sum of RGB (Red+Green+Blue) = 111+49+159=319 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.80% from 319); Green value is 49 (19.53% from 255 or 15.36% from 319); Blue value is 159 (62.5% from 255 or 49.84% from 319); Max value from RGB is 159 - color contains mainly: blue. Hex color #6F319F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F319F is #90CE60. Grayscale: #4F4F4F. Windows color (decimal): -9490017 or 10432879. OLE color: 10432879.
HSL color Cylindrical-coordinate representation of color #6F319F: hue angle of 273.82º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6F319F is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 111 | 49 | 159 | - |
| CMYK | 0.30 | 0.69 | 0 | 0.38 |
| HSL | 273.82º | 0.53% | 0.41% | - |
| HSV(B) | 273.82º | 0.69% | 0.62% | - |
| XYZ | 13.91 | 8.08 | 33.63 | - |
| YUV | 80.08 | 172.54 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 49 | 159 | 0.30 | 0.69 | 0 | 0.38 | 273.82 | 0.53 | 0.41 |
| Hex | 6F | 31 | 9F | 1E | 45 | 0 | 26 | 112 | 35 | 29 |
| Octal | 157 | 61 | 237 | 36 | 105 | 0 | 46 | 422 | 65 | 51 |
| Binary | 1101111 | 110001 | 10011111 | 11110 | 1000101 | 0 | 100110 | 100010010 | 110101 | 101001 |
Color Harmonies of #6F319F
Complementary color
Monochromatic Colors of #6F319F
Black with #6F319F
Text Example
Text Example
White with #6F319F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F319F; }
p { color: rgb(111,49,159); }
H1.HeaderClassName
{
color: #6F319F;
}
.AnyTagClassName
{
color: #6F319F;
}
</style>
background-color css
<style>
a { background-color: #6F319F; }
a { background-color: rgb(111,49,159); }
div.DivClassName
{
background-color: #6F319F;
}
.BgClassName
{
background-color: #6F319F;
}
</style>
border-color css
<style>
span { border-color: #6F319F; }
span { border-color: rgb(111,49,159); }
td.TdClassName
{
border-color: #6F319F;
}
.TagClassName
{
border-color: #6F319F;
}
</style>