Shades of Royal Purple #6B2F91
Tints of Royal Purple #6B2F91
RGB
CMYK
RGB Variations
Color information
#6B2F91 (or 0x6B2F91) is known color: Royal Purple. HEX triplet: 6B, 2F and 91. RGB value is (107,47,145). Sum of RGB (Red+Green+Blue) = 107+47+145=299 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.79% from 299); Green value is 47 (18.75% from 255 or 15.72% from 299); Blue value is 145 (57.03% from 255 or 48.49% from 299); Max value from RGB is 145 - color contains mainly: blue. Hex color #6B2F91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B2F91 is #94D06E. Grayscale: #4B4B4B. Windows color (decimal): -9752687 or 9514859. OLE color: 9514859.
HSL color Cylindrical-coordinate representation of color #6B2F91: hue angle of 276.73º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6B2F91 is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 107 | 47 | 145 | - |
| CMYK | 0.26 | 0.68 | 0 | 0.43 |
| HSL | 276.73º | 0.51% | 0.38% | - |
| HSV(B) | 276.73º | 0.68% | 0.57% | - |
| XYZ | 12.19 | 7.2 | 27.54 | - |
| YUV | 76.11 | 166.88 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 47 | 145 | 0.26 | 0.68 | 0 | 0.43 | 276.73 | 0.51 | 0.38 |
| Hex | 6B | 2F | 91 | 1A | 44 | 0 | 2B | 115 | 33 | 26 |
| Octal | 153 | 57 | 221 | 32 | 104 | 0 | 53 | 425 | 63 | 46 |
| Binary | 1101011 | 101111 | 10010001 | 11010 | 1000100 | 0 | 101011 | 100010101 | 110011 | 100110 |
Color Harmonies of #6B2F91
Complementary color
Monochromatic Colors of #6B2F91
Black with #6B2F91
Text Example
Text Example
White with #6B2F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2F91; }
p { color: rgb(107,47,145); }
H1.HeaderClassName
{
color: #6B2F91;
}
.AnyTagClassName
{
color: #6B2F91;
}
</style>
background-color css
<style>
a { background-color: #6B2F91; }
a { background-color: rgb(107,47,145); }
div.DivClassName
{
background-color: #6B2F91;
}
.BgClassName
{
background-color: #6B2F91;
}
</style>
border-color css
<style>
span { border-color: #6B2F91; }
span { border-color: rgb(107,47,145); }
td.TdClassName
{
border-color: #6B2F91;
}
.TagClassName
{
border-color: #6B2F91;
}
</style>