Shades of Royal Purple #6C388D
Tints of Royal Purple #6C388D
RGB
CMYK
RGB Variations
Color information
#6C388D (or 0x6C388D) is known color: Royal Purple. HEX triplet: 6C, 38 and 8D. RGB value is (108,56,141). Sum of RGB (Red+Green+Blue) = 108+56+141=305 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.41% from 305); Green value is 56 (22.27% from 255 or 18.36% from 305); Blue value is 141 (55.47% from 255 or 46.23% from 305); Max value from RGB is 141 - color contains mainly: blue. Hex color #6C388D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C388D is #93C772. Grayscale: #505050. Windows color (decimal): -9684851 or 9255020. OLE color: 9255020.
HSL color Cylindrical-coordinate representation of color #6C388D: hue angle of 276.71º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6C388D is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 108 | 56 | 141 | - |
| CMYK | 0.23 | 0.60 | 0 | 0.45 |
| HSL | 276.71º | 0.43% | 0.39% | - |
| HSV(B) | 276.71º | 0.6% | 0.55% | - |
| XYZ | 12.41 | 7.94 | 26.08 | - |
| YUV | 81.24 | 161.73 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 56 | 141 | 0.23 | 0.60 | 0 | 0.45 | 276.71 | 0.43 | 0.39 |
| Hex | 6C | 38 | 8D | 17 | 3C | 0 | 2D | 115 | 2B | 27 |
| Octal | 154 | 70 | 215 | 27 | 74 | 0 | 55 | 425 | 53 | 47 |
| Binary | 1101100 | 111000 | 10001101 | 10111 | 111100 | 0 | 101101 | 100010101 | 101011 | 100111 |
Color Harmonies of #6C388D
Complementary color
Monochromatic Colors of #6C388D
Black with #6C388D
Text Example
Text Example
White with #6C388D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C388D; }
p { color: rgb(108,56,141); }
H1.HeaderClassName
{
color: #6C388D;
}
.AnyTagClassName
{
color: #6C388D;
}
</style>
background-color css
<style>
a { background-color: #6C388D; }
a { background-color: rgb(108,56,141); }
div.DivClassName
{
background-color: #6C388D;
}
.BgClassName
{
background-color: #6C388D;
}
</style>
border-color css
<style>
span { border-color: #6C388D; }
span { border-color: rgb(108,56,141); }
td.TdClassName
{
border-color: #6C388D;
}
.TagClassName
{
border-color: #6C388D;
}
</style>