Shades of Royal Purple #6C3E91
Tints of Royal Purple #6C3E91
RGB
CMYK
RGB Variations
Color information
#6C3E91 (or 0x6C3E91) is known color: Royal Purple. HEX triplet: 6C, 3E and 91. RGB value is (108,62,145). Sum of RGB (Red+Green+Blue) = 108+62+145=315 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.29% from 315); Green value is 62 (24.61% from 255 or 19.68% from 315); Blue value is 145 (57.03% from 255 or 46.03% from 315); Max value from RGB is 145 - color contains mainly: blue. Hex color #6C3E91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C3E91 is #93C16E. Grayscale: #545454. Windows color (decimal): -9683311 or 9518700. OLE color: 9518700.
HSL color Cylindrical-coordinate representation of color #6C3E91: hue angle of 273.25º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6C3E91 is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 108 | 62 | 145 | - |
| CMYK | 0.26 | 0.57 | 0 | 0.43 |
| HSL | 273.25º | 0.4% | 0.41% | - |
| HSV(B) | 273.25º | 0.57% | 0.57% | - |
| XYZ | 13.02 | 8.68 | 27.78 | - |
| YUV | 85.22 | 161.74 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 62 | 145 | 0.26 | 0.57 | 0 | 0.43 | 273.25 | 0.4 | 0.41 |
| Hex | 6C | 3E | 91 | 1A | 39 | 0 | 2B | 111 | 28 | 29 |
| Octal | 154 | 76 | 221 | 32 | 71 | 0 | 53 | 421 | 50 | 51 |
| Binary | 1101100 | 111110 | 10010001 | 11010 | 111001 | 0 | 101011 | 100010001 | 101000 | 101001 |
Color Harmonies of #6C3E91
Complementary color
Monochromatic Colors of #6C3E91
Black with #6C3E91
Text Example
Text Example
White with #6C3E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C3E91; }
p { color: rgb(108,62,145); }
H1.HeaderClassName
{
color: #6C3E91;
}
.AnyTagClassName
{
color: #6C3E91;
}
</style>
background-color css
<style>
a { background-color: #6C3E91; }
a { background-color: rgb(108,62,145); }
div.DivClassName
{
background-color: #6C3E91;
}
.BgClassName
{
background-color: #6C3E91;
}
</style>
border-color css
<style>
span { border-color: #6C3E91; }
span { border-color: rgb(108,62,145); }
td.TdClassName
{
border-color: #6C3E91;
}
.TagClassName
{
border-color: #6C3E91;
}
</style>