Shades of Royal Purple #6F40AC
Tints of Royal Purple #6F40AC
RGB
CMYK
RGB Variations
Color information
#6F40AC (or 0x6F40AC) is known color: Royal Purple. HEX triplet: 6F, 40 and AC. RGB value is (111,64,172). Sum of RGB (Red+Green+Blue) = 111+64+172=347 (45% of max value = 765). Red value is 111 (43.75% from 255 or 31.99% from 347); Green value is 64 (25.39% from 255 or 18.44% from 347); Blue value is 172 (67.58% from 255 or 49.57% from 347); Max value from RGB is 172 - color contains mainly: blue. Hex color #6F40AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F40AC is #90BF53. Grayscale: #595959. Windows color (decimal): -9486164 or 11288687. OLE color: 11288687.
HSL color Cylindrical-coordinate representation of color #6F40AC: hue angle of 266.11º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6F40AC is Cyan = 0.35, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 64 | 172 | - |
| CMYK | 0.35 | 0.63 | 0 | 0.33 |
| HSL | 266.11º | 0.46% | 0.46% | - |
| HSV(B) | 266.11º | 0.63% | 0.67% | - |
| XYZ | 15.84 | 10.02 | 40.13 | - |
| YUV | 90.37 | 174.07 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 64 | 172 | 0.35 | 0.63 | 0 | 0.33 | 266.11 | 0.46 | 0.46 |
| Hex | 6F | 40 | AC | 23 | 3F | 0 | 21 | 10A | 2E | 2E |
| Octal | 157 | 100 | 254 | 43 | 77 | 0 | 41 | 412 | 56 | 56 |
| Binary | 1101111 | 1000000 | 10101100 | 100011 | 111111 | 0 | 100001 | 100001010 | 101110 | 101110 |
Color Harmonies of #6F40AC
Complementary color
Monochromatic Colors of #6F40AC
Black with #6F40AC
Text Example
Text Example
White with #6F40AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F40AC; }
p { color: rgb(111,64,172); }
H1.HeaderClassName
{
color: #6F40AC;
}
.AnyTagClassName
{
color: #6F40AC;
}
</style>
background-color css
<style>
a { background-color: #6F40AC; }
a { background-color: rgb(111,64,172); }
div.DivClassName
{
background-color: #6F40AC;
}
.BgClassName
{
background-color: #6F40AC;
}
</style>
border-color css
<style>
span { border-color: #6F40AC; }
span { border-color: rgb(111,64,172); }
td.TdClassName
{
border-color: #6F40AC;
}
.TagClassName
{
border-color: #6F40AC;
}
</style>