Shades of Royal Purple #6C3890
Tints of Royal Purple #6C3890
RGB
CMYK
RGB Variations
Color information
#6C3890 (or 0x6C3890) is known color: Royal Purple. HEX triplet: 6C, 38 and 90. RGB value is (108,56,144). Sum of RGB (Red+Green+Blue) = 108+56+144=308 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.06% from 308); Green value is 56 (22.27% from 255 or 18.18% from 308); Blue value is 144 (56.64% from 255 or 46.75% from 308); Max value from RGB is 144 - color contains mainly: blue. Hex color #6C3890 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C3890 is #93C76F. Grayscale: #515151. Windows color (decimal): -9684848 or 9451628. OLE color: 9451628.
HSL color Cylindrical-coordinate representation of color #6C3890: hue angle of 275.45º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6C3890 is Cyan = 0.25, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 108 | 56 | 144 | - |
| CMYK | 0.25 | 0.61 | 0 | 0.44 |
| HSL | 275.45º | 0.44% | 0.39% | - |
| HSV(B) | 275.45º | 0.61% | 0.56% | - |
| XYZ | 12.63 | 8.03 | 27.27 | - |
| YUV | 81.58 | 163.23 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 56 | 144 | 0.25 | 0.61 | 0 | 0.44 | 275.45 | 0.44 | 0.39 |
| Hex | 6C | 38 | 90 | 19 | 3D | 0 | 2C | 113 | 2C | 27 |
| Octal | 154 | 70 | 220 | 31 | 75 | 0 | 54 | 423 | 54 | 47 |
| Binary | 1101100 | 111000 | 10010000 | 11001 | 111101 | 0 | 101100 | 100010011 | 101100 | 100111 |
Color Harmonies of #6C3890
Complementary color
Monochromatic Colors of #6C3890
Black with #6C3890
Text Example
Text Example
White with #6C3890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C3890; }
p { color: rgb(108,56,144); }
H1.HeaderClassName
{
color: #6C3890;
}
.AnyTagClassName
{
color: #6C3890;
}
</style>
background-color css
<style>
a { background-color: #6C3890; }
a { background-color: rgb(108,56,144); }
div.DivClassName
{
background-color: #6C3890;
}
.BgClassName
{
background-color: #6C3890;
}
</style>
border-color css
<style>
span { border-color: #6C3890; }
span { border-color: rgb(108,56,144); }
td.TdClassName
{
border-color: #6C3890;
}
.TagClassName
{
border-color: #6C3890;
}
</style>