Shades of Royal Purple #6F40AB
Tints of Royal Purple #6F40AB
RGB
CMYK
RGB Variations
Color information
#6F40AB (or 0x6F40AB) is known color: Royal Purple. HEX triplet: 6F, 40 and AB. RGB value is (111,64,171). Sum of RGB (Red+Green+Blue) = 111+64+171=346 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.08% from 346); Green value is 64 (25.39% from 255 or 18.50% from 346); Blue value is 171 (67.19% from 255 or 49.42% from 346); Max value from RGB is 171 - color contains mainly: blue. Hex color #6F40AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F40AB is #90BF54. Grayscale: #595959. Windows color (decimal): -9486165 or 11223151. OLE color: 11223151.
HSL color Cylindrical-coordinate representation of color #6F40AB: hue angle of 266.36º 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 #6F40AB is Cyan = 0.35, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 64 | 171 | - |
| CMYK | 0.35 | 0.63 | 0 | 0.33 |
| HSL | 266.36º | 0.46% | 0.46% | - |
| HSV(B) | 266.36º | 0.63% | 0.67% | - |
| XYZ | 15.74 | 9.99 | 39.63 | - |
| YUV | 90.25 | 173.57 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 64 | 171 | 0.35 | 0.63 | 0 | 0.33 | 266.36 | 0.46 | 0.46 |
| Hex | 6F | 40 | AB | 23 | 3F | 0 | 21 | 10A | 2E | 2E |
| Octal | 157 | 100 | 253 | 43 | 77 | 0 | 41 | 412 | 56 | 56 |
| Binary | 1101111 | 1000000 | 10101011 | 100011 | 111111 | 0 | 100001 | 100001010 | 101110 | 101110 |
Color Harmonies of #6F40AB
Complementary color
Monochromatic Colors of #6F40AB
Black with #6F40AB
Text Example
Text Example
White with #6F40AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F40AB; }
p { color: rgb(111,64,171); }
H1.HeaderClassName
{
color: #6F40AB;
}
.AnyTagClassName
{
color: #6F40AB;
}
</style>
background-color css
<style>
a { background-color: #6F40AB; }
a { background-color: rgb(111,64,171); }
div.DivClassName
{
background-color: #6F40AB;
}
.BgClassName
{
background-color: #6F40AB;
}
</style>
border-color css
<style>
span { border-color: #6F40AB; }
span { border-color: rgb(111,64,171); }
td.TdClassName
{
border-color: #6F40AB;
}
.TagClassName
{
border-color: #6F40AB;
}
</style>