Shades of Royal Purple #6F409F
Tints of Royal Purple #6F409F
RGB
CMYK
RGB Variations
Color information
#6F409F (or 0x6F409F) is known color: Royal Purple. HEX triplet: 6F, 40 and 9F. RGB value is (111,64,159). Sum of RGB (Red+Green+Blue) = 111+64+159=334 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.23% from 334); Green value is 64 (25.39% from 255 or 19.16% from 334); Blue value is 159 (62.5% from 255 or 47.60% from 334); Max value from RGB is 159 - color contains mainly: blue. Hex color #6F409F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F409F is #90BF60. Grayscale: #585858. Windows color (decimal): -9486177 or 10436719. OLE color: 10436719.
HSL color Cylindrical-coordinate representation of color #6F409F: hue angle of 269.68º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6F409F is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 111 | 64 | 159 | - |
| CMYK | 0.30 | 0.60 | 0 | 0.38 |
| HSL | 269.68º | 0.43% | 0.44% | - |
| HSV(B) | 269.68º | 0.6% | 0.62% | - |
| XYZ | 14.65 | 9.55 | 33.87 | - |
| YUV | 88.88 | 167.57 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 64 | 159 | 0.30 | 0.60 | 0 | 0.38 | 269.68 | 0.43 | 0.44 |
| Hex | 6F | 40 | 9F | 1E | 3C | 0 | 26 | 10E | 2B | 2C |
| Octal | 157 | 100 | 237 | 36 | 74 | 0 | 46 | 416 | 53 | 54 |
| Binary | 1101111 | 1000000 | 10011111 | 11110 | 111100 | 0 | 100110 | 100001110 | 101011 | 101100 |
Color Harmonies of #6F409F
Complementary color
Monochromatic Colors of #6F409F
Black with #6F409F
Text Example
Text Example
White with #6F409F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F409F; }
p { color: rgb(111,64,159); }
H1.HeaderClassName
{
color: #6F409F;
}
.AnyTagClassName
{
color: #6F409F;
}
</style>
background-color css
<style>
a { background-color: #6F409F; }
a { background-color: rgb(111,64,159); }
div.DivClassName
{
background-color: #6F409F;
}
.BgClassName
{
background-color: #6F409F;
}
</style>
border-color css
<style>
span { border-color: #6F409F; }
span { border-color: rgb(111,64,159); }
td.TdClassName
{
border-color: #6F409F;
}
.TagClassName
{
border-color: #6F409F;
}
</style>