Shades of Royal Purple #6F2EAD
Tints of Royal Purple #6F2EAD
RGB
CMYK
RGB Variations
Color information
#6F2EAD (or 0x6F2EAD) is known color: Royal Purple. HEX triplet: 6F, 2E and AD. RGB value is (111,46,173). Sum of RGB (Red+Green+Blue) = 111+46+173=330 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.64% from 330); Green value is 46 (18.36% from 255 or 13.94% from 330); Blue value is 173 (67.97% from 255 or 52.42% from 330); Max value from RGB is 173 - color contains mainly: blue. Hex color #6F2EAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F2EAD is #90D152. Grayscale: #4F4F4F. Windows color (decimal): -9490771 or 11349615. OLE color: 11349615.
HSL color Cylindrical-coordinate representation of color #6F2EAD: hue angle of 270.71º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6F2EAD is Cyan = 0.36, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 111 | 46 | 173 | - |
| CMYK | 0.36 | 0.73 | 0 | 0.32 |
| HSL | 270.71º | 0.58% | 0.43% | - |
| HSV(B) | 270.71º | 0.73% | 0.68% | - |
| XYZ | 15.08 | 8.35 | 40.35 | - |
| YUV | 79.91 | 180.53 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 46 | 173 | 0.36 | 0.73 | 0 | 0.32 | 270.71 | 0.58 | 0.43 |
| Hex | 6F | 2E | AD | 24 | 49 | 0 | 20 | 10F | 3A | 2B |
| Octal | 157 | 56 | 255 | 44 | 111 | 0 | 40 | 417 | 72 | 53 |
| Binary | 1101111 | 101110 | 10101101 | 100100 | 1001001 | 0 | 100000 | 100001111 | 111010 | 101011 |
Color Harmonies of #6F2EAD
Complementary color
Monochromatic Colors of #6F2EAD
Black with #6F2EAD
Text Example
Text Example
White with #6F2EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2EAD; }
p { color: rgb(111,46,173); }
H1.HeaderClassName
{
color: #6F2EAD;
}
.AnyTagClassName
{
color: #6F2EAD;
}
</style>
background-color css
<style>
a { background-color: #6F2EAD; }
a { background-color: rgb(111,46,173); }
div.DivClassName
{
background-color: #6F2EAD;
}
.BgClassName
{
background-color: #6F2EAD;
}
</style>
border-color css
<style>
span { border-color: #6F2EAD; }
span { border-color: rgb(111,46,173); }
td.TdClassName
{
border-color: #6F2EAD;
}
.TagClassName
{
border-color: #6F2EAD;
}
</style>