Shades of Royal Purple #6C1E9E
Tints of Royal Purple #6C1E9E
RGB
CMYK
RGB Variations
Color information
#6C1E9E (or 0x6C1E9E) is known color: Royal Purple. HEX triplet: 6C, 1E and 9E. RGB value is (108,30,158). Sum of RGB (Red+Green+Blue) = 108+30+158=296 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.49% from 296); Green value is 30 (12.11% from 255 or 10.14% from 296); Blue value is 158 (62.11% from 255 or 53.38% from 296); Max value from RGB is 158 - color contains mainly: blue. Hex color #6C1E9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C1E9E is #93E161. Grayscale: #434343. Windows color (decimal): -9691490 or 10362476. OLE color: 10362476.
HSL color Cylindrical-coordinate representation of color #6C1E9E: hue angle of 276.56º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6C1E9E is Cyan = 0.32, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 108 | 30 | 158 | - |
| CMYK | 0.32 | 0.81 | 0 | 0.38 |
| HSL | 276.56º | 0.68% | 0.37% | - |
| HSV(B) | 276.56º | 0.81% | 0.62% | - |
| XYZ | 12.82 | 6.59 | 32.94 | - |
| YUV | 67.91 | 178.84 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 30 | 158 | 0.32 | 0.81 | 0 | 0.38 | 276.56 | 0.68 | 0.37 |
| Hex | 6C | 1E | 9E | 20 | 51 | 0 | 26 | 115 | 44 | 25 |
| Octal | 154 | 36 | 236 | 40 | 121 | 0 | 46 | 425 | 104 | 45 |
| Binary | 1101100 | 11110 | 10011110 | 100000 | 1010001 | 0 | 100110 | 100010101 | 1000100 | 100101 |
Color Harmonies of #6C1E9E
Complementary color
Monochromatic Colors of #6C1E9E
Black with #6C1E9E
Text Example
Text Example
White with #6C1E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C1E9E; }
p { color: rgb(108,30,158); }
H1.HeaderClassName
{
color: #6C1E9E;
}
.AnyTagClassName
{
color: #6C1E9E;
}
</style>
background-color css
<style>
a { background-color: #6C1E9E; }
a { background-color: rgb(108,30,158); }
div.DivClassName
{
background-color: #6C1E9E;
}
.BgClassName
{
background-color: #6C1E9E;
}
</style>
border-color css
<style>
span { border-color: #6C1E9E; }
span { border-color: rgb(108,30,158); }
td.TdClassName
{
border-color: #6C1E9E;
}
.TagClassName
{
border-color: #6C1E9E;
}
</style>