Shades of Royal Purple #6F4090
Tints of Royal Purple #6F4090
RGB
CMYK
RGB Variations
Color information
#6F4090 (or 0x6F4090) is known color: Royal Purple. HEX triplet: 6F, 40 and 90. RGB value is (111,64,144). Sum of RGB (Red+Green+Blue) = 111+64+144=319 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.80% from 319); Green value is 64 (25.39% from 255 or 20.06% from 319); Blue value is 144 (56.64% from 255 or 45.14% from 319); Max value from RGB is 144 - color contains mainly: blue. Hex color #6F4090 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F4090 is #90BF6F. Grayscale: #565656. Windows color (decimal): -9486192 or 9453679. OLE color: 9453679.
HSL color Cylindrical-coordinate representation of color #6F4090: hue angle of 275.25º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F4090 is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 111 | 64 | 144 | - |
| CMYK | 0.23 | 0.56 | 0 | 0.44 |
| HSL | 275.25º | 0.38% | 0.41% | - |
| HSV(B) | 275.25º | 0.56% | 0.56% | - |
| XYZ | 13.42 | 9.06 | 27.43 | - |
| YUV | 87.17 | 160.07 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 64 | 144 | 0.23 | 0.56 | 0 | 0.44 | 275.25 | 0.38 | 0.41 |
| Hex | 6F | 40 | 90 | 17 | 38 | 0 | 2C | 113 | 26 | 29 |
| Octal | 157 | 100 | 220 | 27 | 70 | 0 | 54 | 423 | 46 | 51 |
| Binary | 1101111 | 1000000 | 10010000 | 10111 | 111000 | 0 | 101100 | 100010011 | 100110 | 101001 |
Color Harmonies of #6F4090
Complementary color
Monochromatic Colors of #6F4090
Black with #6F4090
Text Example
Text Example
White with #6F4090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4090; }
p { color: rgb(111,64,144); }
H1.HeaderClassName
{
color: #6F4090;
}
.AnyTagClassName
{
color: #6F4090;
}
</style>
background-color css
<style>
a { background-color: #6F4090; }
a { background-color: rgb(111,64,144); }
div.DivClassName
{
background-color: #6F4090;
}
.BgClassName
{
background-color: #6F4090;
}
</style>
border-color css
<style>
span { border-color: #6F4090; }
span { border-color: rgb(111,64,144); }
td.TdClassName
{
border-color: #6F4090;
}
.TagClassName
{
border-color: #6F4090;
}
</style>