Shades of Royal Purple #6C389B
Tints of Royal Purple #6C389B
RGB
CMYK
RGB Variations
Color information
#6C389B (or 0x6C389B) is known color: Royal Purple. HEX triplet: 6C, 38 and 9B. RGB value is (108,56,155). Sum of RGB (Red+Green+Blue) = 108+56+155=319 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.86% from 319); Green value is 56 (22.27% from 255 or 17.55% from 319); Blue value is 155 (60.94% from 255 or 48.59% from 319); Max value from RGB is 155 - color contains mainly: blue. Hex color #6C389B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C389B is #93C764. Grayscale: #525252. Windows color (decimal): -9684837 or 10172524. OLE color: 10172524.
HSL color Cylindrical-coordinate representation of color #6C389B: hue angle of 271.52º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6C389B is Cyan = 0.30, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 108 | 56 | 155 | - |
| CMYK | 0.30 | 0.64 | 0 | 0.39 |
| HSL | 271.52º | 0.47% | 0.41% | - |
| HSV(B) | 271.52º | 0.64% | 0.61% | - |
| XYZ | 13.51 | 8.38 | 31.92 | - |
| YUV | 82.83 | 168.73 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 56 | 155 | 0.30 | 0.64 | 0 | 0.39 | 271.52 | 0.47 | 0.41 |
| Hex | 6C | 38 | 9B | 1E | 40 | 0 | 27 | 110 | 2F | 29 |
| Octal | 154 | 70 | 233 | 36 | 100 | 0 | 47 | 420 | 57 | 51 |
| Binary | 1101100 | 111000 | 10011011 | 11110 | 1000000 | 0 | 100111 | 100010000 | 101111 | 101001 |
Color Harmonies of #6C389B
Complementary color
Monochromatic Colors of #6C389B
Black with #6C389B
Text Example
Text Example
White with #6C389B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C389B; }
p { color: rgb(108,56,155); }
H1.HeaderClassName
{
color: #6C389B;
}
.AnyTagClassName
{
color: #6C389B;
}
</style>
background-color css
<style>
a { background-color: #6C389B; }
a { background-color: rgb(108,56,155); }
div.DivClassName
{
background-color: #6C389B;
}
.BgClassName
{
background-color: #6C389B;
}
</style>
border-color css
<style>
span { border-color: #6C389B; }
span { border-color: rgb(108,56,155); }
td.TdClassName
{
border-color: #6C389B;
}
.TagClassName
{
border-color: #6C389B;
}
</style>