Shades of Royal Purple #6F3BA6
Tints of Royal Purple #6F3BA6
RGB
CMYK
RGB Variations
Color information
#6F3BA6 (or 0x6F3BA6) is known color: Royal Purple. HEX triplet: 6F, 3B and A6. RGB value is (111,59,166). Sum of RGB (Red+Green+Blue) = 111+59+166=336 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.04% from 336); Green value is 59 (23.44% from 255 or 17.56% from 336); Blue value is 166 (65.23% from 255 or 49.40% from 336); Max value from RGB is 166 - color contains mainly: blue. Hex color #6F3BA6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F3BA6 is #90C459. Grayscale: #565656. Windows color (decimal): -9487450 or 10894191. OLE color: 10894191.
HSL color Cylindrical-coordinate representation of color #6F3BA6: hue angle of 269.16º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6F3BA6 is Cyan = 0.33, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 111 | 59 | 166 | - |
| CMYK | 0.33 | 0.64 | 0 | 0.35 |
| HSL | 269.16º | 0.48% | 0.44% | - |
| HSV(B) | 269.16º | 0.64% | 0.65% | - |
| XYZ | 15 | 9.26 | 37.07 | - |
| YUV | 86.75 | 172.73 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 59 | 166 | 0.33 | 0.64 | 0 | 0.35 | 269.16 | 0.48 | 0.44 |
| Hex | 6F | 3B | A6 | 21 | 40 | 0 | 23 | 10D | 30 | 2C |
| Octal | 157 | 73 | 246 | 41 | 100 | 0 | 43 | 415 | 60 | 54 |
| Binary | 1101111 | 111011 | 10100110 | 100001 | 1000000 | 0 | 100011 | 100001101 | 110000 | 101100 |
Color Harmonies of #6F3BA6
Complementary color
Monochromatic Colors of #6F3BA6
Black with #6F3BA6
Text Example
Text Example
White with #6F3BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3BA6; }
p { color: rgb(111,59,166); }
H1.HeaderClassName
{
color: #6F3BA6;
}
.AnyTagClassName
{
color: #6F3BA6;
}
</style>
background-color css
<style>
a { background-color: #6F3BA6; }
a { background-color: rgb(111,59,166); }
div.DivClassName
{
background-color: #6F3BA6;
}
.BgClassName
{
background-color: #6F3BA6;
}
</style>
border-color css
<style>
span { border-color: #6F3BA6; }
span { border-color: rgb(111,59,166); }
td.TdClassName
{
border-color: #6F3BA6;
}
.TagClassName
{
border-color: #6F3BA6;
}
</style>