Shades of Royal Purple #6D3390
Tints of Royal Purple #6D3390
RGB
CMYK
RGB Variations
Color information
#6D3390 (or 0x6D3390) is known color: Royal Purple. HEX triplet: 6D, 33 and 90. RGB value is (109,51,144). Sum of RGB (Red+Green+Blue) = 109+51+144=304 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.86% from 304); Green value is 51 (20.31% from 255 or 16.78% from 304); Blue value is 144 (56.64% from 255 or 47.37% from 304); Max value from RGB is 144 - color contains mainly: blue. Hex color #6D3390 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D3390 is #92CC6F. Grayscale: #4E4E4E. Windows color (decimal): -9620592 or 9450349. OLE color: 9450349.
HSL color Cylindrical-coordinate representation of color #6D3390: hue angle of 277.42º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6D3390 is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 109 | 51 | 144 | - |
| CMYK | 0.24 | 0.65 | 0 | 0.44 |
| HSL | 277.42º | 0.48% | 0.38% | - |
| HSV(B) | 277.42º | 0.65% | 0.56% | - |
| XYZ | 12.52 | 7.63 | 27.2 | - |
| YUV | 78.94 | 164.72 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 51 | 144 | 0.24 | 0.65 | 0 | 0.44 | 277.42 | 0.48 | 0.38 |
| Hex | 6D | 33 | 90 | 18 | 41 | 0 | 2C | 115 | 30 | 26 |
| Octal | 155 | 63 | 220 | 30 | 101 | 0 | 54 | 425 | 60 | 46 |
| Binary | 1101101 | 110011 | 10010000 | 11000 | 1000001 | 0 | 101100 | 100010101 | 110000 | 100110 |
Color Harmonies of #6D3390
Complementary color
Monochromatic Colors of #6D3390
Black with #6D3390
Text Example
Text Example
White with #6D3390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3390; }
p { color: rgb(109,51,144); }
H1.HeaderClassName
{
color: #6D3390;
}
.AnyTagClassName
{
color: #6D3390;
}
</style>
background-color css
<style>
a { background-color: #6D3390; }
a { background-color: rgb(109,51,144); }
div.DivClassName
{
background-color: #6D3390;
}
.BgClassName
{
background-color: #6D3390;
}
</style>
border-color css
<style>
span { border-color: #6D3390; }
span { border-color: rgb(109,51,144); }
td.TdClassName
{
border-color: #6D3390;
}
.TagClassName
{
border-color: #6D3390;
}
</style>