Shades of Royal Purple #6C399F
Tints of Royal Purple #6C399F
RGB
CMYK
RGB Variations
Color information
#6C399F (or 0x6C399F) is known color: Royal Purple. HEX triplet: 6C, 39 and 9F. RGB value is (108,57,159). Sum of RGB (Red+Green+Blue) = 108+57+159=324 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.33% from 324); Green value is 57 (22.66% from 255 or 17.59% from 324); Blue value is 159 (62.5% from 255 or 49.07% from 324); Max value from RGB is 159 - color contains mainly: blue. Hex color #6C399F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C399F is #93C660. Grayscale: #535353. Windows color (decimal): -9684577 or 10434924. OLE color: 10434924.
HSL color Cylindrical-coordinate representation of color #6C399F: hue angle of 270º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6C399F is Cyan = 0.32, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 108 | 57 | 159 | - |
| CMYK | 0.32 | 0.64 | 0 | 0.38 |
| HSL | 270º | 0.47% | 0.42% | - |
| HSV(B) | 270º | 0.64% | 0.62% | - |
| XYZ | 13.91 | 8.62 | 33.73 | - |
| YUV | 83.88 | 170.4 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 57 | 159 | 0.32 | 0.64 | 0 | 0.38 | 270 | 0.47 | 0.42 |
| Hex | 6C | 39 | 9F | 20 | 40 | 0 | 26 | 10E | 2F | 2A |
| Octal | 154 | 71 | 237 | 40 | 100 | 0 | 46 | 416 | 57 | 52 |
| Binary | 1101100 | 111001 | 10011111 | 100000 | 1000000 | 0 | 100110 | 100001110 | 101111 | 101010 |
Color Harmonies of #6C399F
Complementary color
Monochromatic Colors of #6C399F
Black with #6C399F
Text Example
Text Example
White with #6C399F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C399F; }
p { color: rgb(108,57,159); }
H1.HeaderClassName
{
color: #6C399F;
}
.AnyTagClassName
{
color: #6C399F;
}
</style>
background-color css
<style>
a { background-color: #6C399F; }
a { background-color: rgb(108,57,159); }
div.DivClassName
{
background-color: #6C399F;
}
.BgClassName
{
background-color: #6C399F;
}
</style>
border-color css
<style>
span { border-color: #6C399F; }
span { border-color: rgb(108,57,159); }
td.TdClassName
{
border-color: #6C399F;
}
.TagClassName
{
border-color: #6C399F;
}
</style>