Shades of Royal Purple #6B2E91
Tints of Royal Purple #6B2E91
RGB
CMYK
RGB Variations
Color information
#6B2E91 (or 0x6B2E91) is known color: Royal Purple. HEX triplet: 6B, 2E and 91. RGB value is (107,46,145). Sum of RGB (Red+Green+Blue) = 107+46+145=298 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.91% from 298); Green value is 46 (18.36% from 255 or 15.44% from 298); Blue value is 145 (57.03% from 255 or 48.66% from 298); Max value from RGB is 145 - color contains mainly: blue. Hex color #6B2E91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B2E91 is #94D16E. Grayscale: #4B4B4B. Windows color (decimal): -9752943 or 9514603. OLE color: 9514603.
HSL color Cylindrical-coordinate representation of color #6B2E91: hue angle of 276.97º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6B2E91 is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 107 | 46 | 145 | - |
| CMYK | 0.26 | 0.68 | 0 | 0.43 |
| HSL | 276.97º | 0.52% | 0.37% | - |
| HSV(B) | 276.97º | 0.68% | 0.57% | - |
| XYZ | 12.15 | 7.12 | 27.52 | - |
| YUV | 75.53 | 167.21 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 46 | 145 | 0.26 | 0.68 | 0 | 0.43 | 276.97 | 0.52 | 0.37 |
| Hex | 6B | 2E | 91 | 1A | 44 | 0 | 2B | 115 | 34 | 25 |
| Octal | 153 | 56 | 221 | 32 | 104 | 0 | 53 | 425 | 64 | 45 |
| Binary | 1101011 | 101110 | 10010001 | 11010 | 1000100 | 0 | 101011 | 100010101 | 110100 | 100101 |
Color Harmonies of #6B2E91
Complementary color
Monochromatic Colors of #6B2E91
Black with #6B2E91
Text Example
Text Example
White with #6B2E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2E91; }
p { color: rgb(107,46,145); }
H1.HeaderClassName
{
color: #6B2E91;
}
.AnyTagClassName
{
color: #6B2E91;
}
</style>
background-color css
<style>
a { background-color: #6B2E91; }
a { background-color: rgb(107,46,145); }
div.DivClassName
{
background-color: #6B2E91;
}
.BgClassName
{
background-color: #6B2E91;
}
</style>
border-color css
<style>
span { border-color: #6B2E91; }
span { border-color: rgb(107,46,145); }
td.TdClassName
{
border-color: #6B2E91;
}
.TagClassName
{
border-color: #6B2E91;
}
</style>