Shades of Royal Purple #6C3E9A
Tints of Royal Purple #6C3E9A
RGB
CMYK
RGB Variations
Color information
#6C3E9A (or 0x6C3E9A) is known color: Royal Purple. HEX triplet: 6C, 3E and 9A. RGB value is (108,62,154). Sum of RGB (Red+Green+Blue) = 108+62+154=324 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.33% from 324); Green value is 62 (24.61% from 255 or 19.14% from 324); Blue value is 154 (60.55% from 255 or 47.53% from 324); Max value from RGB is 154 - color contains mainly: blue. Hex color #6C3E9A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C3E9A is #93C165. Grayscale: #555555. Windows color (decimal): -9683302 or 10108524. OLE color: 10108524.
HSL color Cylindrical-coordinate representation of color #6C3E9A: hue angle of 270º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6C3E9A is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 108 | 62 | 154 | - |
| CMYK | 0.30 | 0.60 | 0 | 0.40 |
| HSL | 270º | 0.43% | 0.42% | - |
| HSV(B) | 270º | 0.6% | 0.6% | - |
| XYZ | 13.74 | 8.97 | 31.58 | - |
| YUV | 86.24 | 166.24 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 62 | 154 | 0.30 | 0.60 | 0 | 0.40 | 270 | 0.43 | 0.42 |
| Hex | 6C | 3E | 9A | 1E | 3C | 0 | 28 | 10E | 2B | 2A |
| Octal | 154 | 76 | 232 | 36 | 74 | 0 | 50 | 416 | 53 | 52 |
| Binary | 1101100 | 111110 | 10011010 | 11110 | 111100 | 0 | 101000 | 100001110 | 101011 | 101010 |
Color Harmonies of #6C3E9A
Complementary color
Monochromatic Colors of #6C3E9A
Black with #6C3E9A
Text Example
Text Example
White with #6C3E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C3E9A; }
p { color: rgb(108,62,154); }
H1.HeaderClassName
{
color: #6C3E9A;
}
.AnyTagClassName
{
color: #6C3E9A;
}
</style>
background-color css
<style>
a { background-color: #6C3E9A; }
a { background-color: rgb(108,62,154); }
div.DivClassName
{
background-color: #6C3E9A;
}
.BgClassName
{
background-color: #6C3E9A;
}
</style>
border-color css
<style>
span { border-color: #6C3E9A; }
span { border-color: rgb(108,62,154); }
td.TdClassName
{
border-color: #6C3E9A;
}
.TagClassName
{
border-color: #6C3E9A;
}
</style>