Shades of Royal Purple #6E2BAD
Tints of Royal Purple #6E2BAD
RGB
CMYK
RGB Variations
Color information
#6E2BAD (or 0x6E2BAD) is known color: Royal Purple. HEX triplet: 6E, 2B and AD. RGB value is (110,43,173). Sum of RGB (Red+Green+Blue) = 110+43+173=326 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.74% from 326); Green value is 43 (17.19% from 255 or 13.19% 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 #6E2BAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E2BAD is #91D452. Grayscale: #4D4D4D. Windows color (decimal): -9557075 or 11348846. OLE color: 11348846.
HSL color Cylindrical-coordinate representation of color #6E2BAD: hue angle of 270.92º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6E2BAD is Cyan = 0.36, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 110 | 43 | 173 | - |
| CMYK | 0.36 | 0.75 | 0 | 0.32 |
| HSL | 270.92º | 0.6% | 0.42% | - |
| HSV(B) | 270.92º | 0.75% | 0.68% | - |
| XYZ | 14.84 | 8.06 | 40.31 | - |
| YUV | 77.85 | 181.7 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 43 | 173 | 0.36 | 0.75 | 0 | 0.32 | 270.92 | 0.6 | 0.42 |
| Hex | 6E | 2B | AD | 24 | 4B | 0 | 20 | 10F | 3C | 2A |
| Octal | 156 | 53 | 255 | 44 | 113 | 0 | 40 | 417 | 74 | 52 |
| Binary | 1101110 | 101011 | 10101101 | 100100 | 1001011 | 0 | 100000 | 100001111 | 111100 | 101010 |
Color Harmonies of #6E2BAD
Complementary color
Monochromatic Colors of #6E2BAD
Black with #6E2BAD
Text Example
Text Example
White with #6E2BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2BAD; }
p { color: rgb(110,43,173); }
H1.HeaderClassName
{
color: #6E2BAD;
}
.AnyTagClassName
{
color: #6E2BAD;
}
</style>
background-color css
<style>
a { background-color: #6E2BAD; }
a { background-color: rgb(110,43,173); }
div.DivClassName
{
background-color: #6E2BAD;
}
.BgClassName
{
background-color: #6E2BAD;
}
</style>
border-color css
<style>
span { border-color: #6E2BAD; }
span { border-color: rgb(110,43,173); }
td.TdClassName
{
border-color: #6E2BAD;
}
.TagClassName
{
border-color: #6E2BAD;
}
</style>