Shades of Royal Purple #6C399A
Tints of Royal Purple #6C399A
RGB
CMYK
RGB Variations
Color information
#6C399A (or 0x6C399A) is known color: Royal Purple. HEX triplet: 6C, 39 and 9A. RGB value is (108,57,154). Sum of RGB (Red+Green+Blue) = 108+57+154=319 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.86% from 319); Green value is 57 (22.66% from 255 or 17.87% from 319); Blue value is 154 (60.55% from 255 or 48.28% from 319); Max value from RGB is 154 - color contains mainly: blue. Hex color #6C399A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C399A is #93C665. Grayscale: #525252. Windows color (decimal): -9684582 or 10107244. OLE color: 10107244.
HSL color Cylindrical-coordinate representation of color #6C399A: hue angle of 271.55º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6C399A is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 108 | 57 | 154 | - |
| CMYK | 0.30 | 0.63 | 0 | 0.40 |
| HSL | 271.55º | 0.46% | 0.41% | - |
| HSV(B) | 271.55º | 0.63% | 0.6% | - |
| XYZ | 13.48 | 8.45 | 31.49 | - |
| YUV | 83.31 | 167.9 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 57 | 154 | 0.30 | 0.63 | 0 | 0.40 | 271.55 | 0.46 | 0.41 |
| Hex | 6C | 39 | 9A | 1E | 3F | 0 | 28 | 110 | 2E | 29 |
| Octal | 154 | 71 | 232 | 36 | 77 | 0 | 50 | 420 | 56 | 51 |
| Binary | 1101100 | 111001 | 10011010 | 11110 | 111111 | 0 | 101000 | 100010000 | 101110 | 101001 |
Color Harmonies of #6C399A
Complementary color
Monochromatic Colors of #6C399A
Black with #6C399A
Text Example
Text Example
White with #6C399A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C399A; }
p { color: rgb(108,57,154); }
H1.HeaderClassName
{
color: #6C399A;
}
.AnyTagClassName
{
color: #6C399A;
}
</style>
background-color css
<style>
a { background-color: #6C399A; }
a { background-color: rgb(108,57,154); }
div.DivClassName
{
background-color: #6C399A;
}
.BgClassName
{
background-color: #6C399A;
}
</style>
border-color css
<style>
span { border-color: #6C399A; }
span { border-color: rgb(108,57,154); }
td.TdClassName
{
border-color: #6C399A;
}
.TagClassName
{
border-color: #6C399A;
}
</style>