Shades of Royal Purple #6B2EAD
Tints of Royal Purple #6B2EAD
RGB
CMYK
RGB Variations
Color information
#6B2EAD (or 0x6B2EAD) is known color: Royal Purple. HEX triplet: 6B, 2E and AD. RGB value is (107,46,173). Sum of RGB (Red+Green+Blue) = 107+46+173=326 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.82% from 326); Green value is 46 (18.36% from 255 or 14.11% from 326); Blue value is 173 (67.97% from 255 or 53.07% from 326); Max value from RGB is 173 - color contains mainly: blue. Hex color #6B2EAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B2EAD is #94D152. Grayscale: #4E4E4E. Windows color (decimal): -9752915 or 11349611. OLE color: 11349611.
HSL color Cylindrical-coordinate representation of color #6B2EAD: hue angle of 268.82º 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 #6B2EAD is Cyan = 0.38, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 107 | 46 | 173 | - |
| CMYK | 0.38 | 0.73 | 0 | 0.32 |
| HSL | 268.82º | 0.58% | 0.43% | - |
| HSV(B) | 268.82º | 0.73% | 0.68% | - |
| XYZ | 14.58 | 8.1 | 40.33 | - |
| YUV | 78.72 | 181.21 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 46 | 173 | 0.38 | 0.73 | 0 | 0.32 | 268.82 | 0.58 | 0.43 |
| Hex | 6B | 2E | AD | 26 | 49 | 0 | 20 | 10D | 3A | 2B |
| Octal | 153 | 56 | 255 | 46 | 111 | 0 | 40 | 415 | 72 | 53 |
| Binary | 1101011 | 101110 | 10101101 | 100110 | 1001001 | 0 | 100000 | 100001101 | 111010 | 101011 |
Color Harmonies of #6B2EAD
Complementary color
Monochromatic Colors of #6B2EAD
Black with #6B2EAD
Text Example
Text Example
White with #6B2EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2EAD; }
p { color: rgb(107,46,173); }
H1.HeaderClassName
{
color: #6B2EAD;
}
.AnyTagClassName
{
color: #6B2EAD;
}
</style>
background-color css
<style>
a { background-color: #6B2EAD; }
a { background-color: rgb(107,46,173); }
div.DivClassName
{
background-color: #6B2EAD;
}
.BgClassName
{
background-color: #6B2EAD;
}
</style>
border-color css
<style>
span { border-color: #6B2EAD; }
span { border-color: rgb(107,46,173); }
td.TdClassName
{
border-color: #6B2EAD;
}
.TagClassName
{
border-color: #6B2EAD;
}
</style>