Shades of Royal Purple #6C309A
Tints of Royal Purple #6C309A
RGB
CMYK
RGB Variations
Color information
#6C309A (or 0x6C309A) is known color: Royal Purple. HEX triplet: 6C, 30 and 9A. RGB value is (108,48,154). Sum of RGB (Red+Green+Blue) = 108+48+154=310 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.84% from 310); Green value is 48 (19.14% from 255 or 15.48% from 310); Blue value is 154 (60.55% from 255 or 49.68% from 310); Max value from RGB is 154 - color contains mainly: blue. Hex color #6C309A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C309A is #93CF65. Grayscale: #4D4D4D. Windows color (decimal): -9686886 or 10104940. OLE color: 10104940.
HSL color Cylindrical-coordinate representation of color #6C309A: hue angle of 273.96º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6C309A is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 108 | 48 | 154 | - |
| CMYK | 0.30 | 0.69 | 0 | 0.40 |
| HSL | 273.96º | 0.52% | 0.4% | - |
| HSV(B) | 273.96º | 0.69% | 0.6% | - |
| XYZ | 13.07 | 7.64 | 31.36 | - |
| YUV | 78.02 | 170.88 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 48 | 154 | 0.30 | 0.69 | 0 | 0.40 | 273.96 | 0.52 | 0.4 |
| Hex | 6C | 30 | 9A | 1E | 45 | 0 | 28 | 112 | 34 | 28 |
| Octal | 154 | 60 | 232 | 36 | 105 | 0 | 50 | 422 | 64 | 50 |
| Binary | 1101100 | 110000 | 10011010 | 11110 | 1000101 | 0 | 101000 | 100010010 | 110100 | 101000 |
Color Harmonies of #6C309A
Complementary color
Monochromatic Colors of #6C309A
Black with #6C309A
Text Example
Text Example
White with #6C309A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C309A; }
p { color: rgb(108,48,154); }
H1.HeaderClassName
{
color: #6C309A;
}
.AnyTagClassName
{
color: #6C309A;
}
</style>
background-color css
<style>
a { background-color: #6C309A; }
a { background-color: rgb(108,48,154); }
div.DivClassName
{
background-color: #6C309A;
}
.BgClassName
{
background-color: #6C309A;
}
</style>
border-color css
<style>
span { border-color: #6C309A; }
span { border-color: rgb(108,48,154); }
td.TdClassName
{
border-color: #6C309A;
}
.TagClassName
{
border-color: #6C309A;
}
</style>