Shades of Royal Purple #6E2B9D
Tints of Royal Purple #6E2B9D
RGB
CMYK
RGB Variations
Color information
#6E2B9D (or 0x6E2B9D) is known color: Royal Purple. HEX triplet: 6E, 2B and 9D. RGB value is (110,43,157). Sum of RGB (Red+Green+Blue) = 110+43+157=310 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.48% from 310); Green value is 43 (17.19% from 255 or 13.87% from 310); Blue value is 157 (61.72% from 255 or 50.65% from 310); Max value from RGB is 157 - color contains mainly: blue. Hex color #6E2B9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E2B9D is #91D462. Grayscale: #4B4B4B. Windows color (decimal): -9557091 or 10300270. OLE color: 10300270.
HSL color Cylindrical-coordinate representation of color #6E2B9D: hue angle of 275.26º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6E2B9D is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 110 | 43 | 157 | - |
| CMYK | 0.30 | 0.73 | 0 | 0.38 |
| HSL | 275.26º | 0.57% | 0.39% | - |
| HSV(B) | 275.26º | 0.73% | 0.62% | - |
| XYZ | 13.38 | 7.48 | 32.64 | - |
| YUV | 76.03 | 173.7 | 152.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 43 | 157 | 0.30 | 0.73 | 0 | 0.38 | 275.26 | 0.57 | 0.39 |
| Hex | 6E | 2B | 9D | 1E | 49 | 0 | 26 | 113 | 39 | 27 |
| Octal | 156 | 53 | 235 | 36 | 111 | 0 | 46 | 423 | 71 | 47 |
| Binary | 1101110 | 101011 | 10011101 | 11110 | 1001001 | 0 | 100110 | 100010011 | 111001 | 100111 |
Color Harmonies of #6E2B9D
Complementary color
Monochromatic Colors of #6E2B9D
Black with #6E2B9D
Text Example
Text Example
White with #6E2B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2B9D; }
p { color: rgb(110,43,157); }
H1.HeaderClassName
{
color: #6E2B9D;
}
.AnyTagClassName
{
color: #6E2B9D;
}
</style>
background-color css
<style>
a { background-color: #6E2B9D; }
a { background-color: rgb(110,43,157); }
div.DivClassName
{
background-color: #6E2B9D;
}
.BgClassName
{
background-color: #6E2B9D;
}
</style>
border-color css
<style>
span { border-color: #6E2B9D; }
span { border-color: rgb(110,43,157); }
td.TdClassName
{
border-color: #6E2B9D;
}
.TagClassName
{
border-color: #6E2B9D;
}
</style>