Shades of Royal Purple #6F4498
Tints of Royal Purple #6F4498
RGB
CMYK
RGB Variations
Color information
#6F4498 (or 0x6F4498) is known color: Royal Purple. HEX triplet: 6F, 44 and 98. RGB value is (111,68,152). Sum of RGB (Red+Green+Blue) = 111+68+152=331 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.53% from 331); Green value is 68 (26.95% from 255 or 20.54% from 331); Blue value is 152 (59.77% from 255 or 45.92% from 331); Max value from RGB is 152 - color contains mainly: blue. Hex color #6F4498 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F4498 is #90BB67. Grayscale: #5A5A5A. Windows color (decimal): -9485160 or 9978991. OLE color: 9978991.
HSL color Cylindrical-coordinate representation of color #6F4498: hue angle of 270.71º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6F4498 is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 111 | 68 | 152 | - |
| CMYK | 0.27 | 0.55 | 0 | 0.40 |
| HSL | 270.71º | 0.38% | 0.43% | - |
| HSV(B) | 270.71º | 0.55% | 0.6% | - |
| XYZ | 14.29 | 9.78 | 30.84 | - |
| YUV | 90.43 | 162.75 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 68 | 152 | 0.27 | 0.55 | 0 | 0.40 | 270.71 | 0.38 | 0.43 |
| Hex | 6F | 44 | 98 | 1B | 37 | 0 | 28 | 10F | 26 | 2B |
| Octal | 157 | 104 | 230 | 33 | 67 | 0 | 50 | 417 | 46 | 53 |
| Binary | 1101111 | 1000100 | 10011000 | 11011 | 110111 | 0 | 101000 | 100001111 | 100110 | 101011 |
Color Harmonies of #6F4498
Complementary color
Monochromatic Colors of #6F4498
Black with #6F4498
Text Example
Text Example
White with #6F4498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4498; }
p { color: rgb(111,68,152); }
H1.HeaderClassName
{
color: #6F4498;
}
.AnyTagClassName
{
color: #6F4498;
}
</style>
background-color css
<style>
a { background-color: #6F4498; }
a { background-color: rgb(111,68,152); }
div.DivClassName
{
background-color: #6F4498;
}
.BgClassName
{
background-color: #6F4498;
}
</style>
border-color css
<style>
span { border-color: #6F4498; }
span { border-color: rgb(111,68,152); }
td.TdClassName
{
border-color: #6F4498;
}
.TagClassName
{
border-color: #6F4498;
}
</style>