Shades of Royal Purple #6D309C
Tints of Royal Purple #6D309C
RGB
CMYK
RGB Variations
Color information
#6D309C (or 0x6D309C) is known color: Royal Purple. HEX triplet: 6D, 30 and 9C. RGB value is (109,48,156). Sum of RGB (Red+Green+Blue) = 109+48+156=313 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.82% from 313); Green value is 48 (19.14% from 255 or 15.34% from 313); Blue value is 156 (61.33% from 255 or 49.84% from 313); Max value from RGB is 156 - color contains mainly: blue. Hex color #6D309C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D309C is #92CF63. Grayscale: #4E4E4E. Windows color (decimal): -9621348 or 10236013. OLE color: 10236013.
HSL color Cylindrical-coordinate representation of color #6D309C: hue angle of 273.89º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6D309C is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 109 | 48 | 156 | - |
| CMYK | 0.30 | 0.69 | 0 | 0.39 |
| HSL | 273.89º | 0.53% | 0.4% | - |
| HSV(B) | 273.89º | 0.69% | 0.61% | - |
| XYZ | 13.36 | 7.77 | 32.25 | - |
| YUV | 78.55 | 171.71 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 48 | 156 | 0.30 | 0.69 | 0 | 0.39 | 273.89 | 0.53 | 0.4 |
| Hex | 6D | 30 | 9C | 1E | 45 | 0 | 27 | 112 | 35 | 28 |
| Octal | 155 | 60 | 234 | 36 | 105 | 0 | 47 | 422 | 65 | 50 |
| Binary | 1101101 | 110000 | 10011100 | 11110 | 1000101 | 0 | 100111 | 100010010 | 110101 | 101000 |
Color Harmonies of #6D309C
Complementary color
Monochromatic Colors of #6D309C
Black with #6D309C
Text Example
Text Example
White with #6D309C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D309C; }
p { color: rgb(109,48,156); }
H1.HeaderClassName
{
color: #6D309C;
}
.AnyTagClassName
{
color: #6D309C;
}
</style>
background-color css
<style>
a { background-color: #6D309C; }
a { background-color: rgb(109,48,156); }
div.DivClassName
{
background-color: #6D309C;
}
.BgClassName
{
background-color: #6D309C;
}
</style>
border-color css
<style>
span { border-color: #6D309C; }
span { border-color: rgb(109,48,156); }
td.TdClassName
{
border-color: #6D309C;
}
.TagClassName
{
border-color: #6D309C;
}
</style>