Shades of Royal Purple #6D3A92
Tints of Royal Purple #6D3A92
RGB
CMYK
RGB Variations
Color information
#6D3A92 (or 0x6D3A92) is known color: Royal Purple. HEX triplet: 6D, 3A and 92. RGB value is (109,58,146). Sum of RGB (Red+Green+Blue) = 109+58+146=313 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.82% from 313); Green value is 58 (23.05% from 255 or 18.53% from 313); Blue value is 146 (57.42% from 255 or 46.65% from 313); Max value from RGB is 146 - color contains mainly: blue. Hex color #6D3A92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D3A92 is #92C56D. Grayscale: #525252. Windows color (decimal): -9618798 or 9583213. OLE color: 9583213.
HSL color Cylindrical-coordinate representation of color #6D3A92: hue angle of 274.77º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6D3A92 is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 109 | 58 | 146 | - |
| CMYK | 0.25 | 0.60 | 0 | 0.43 |
| HSL | 274.77º | 0.43% | 0.4% | - |
| HSV(B) | 274.77º | 0.6% | 0.57% | - |
| XYZ | 13.01 | 8.35 | 28.12 | - |
| YUV | 83.28 | 163.4 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 58 | 146 | 0.25 | 0.60 | 0 | 0.43 | 274.77 | 0.43 | 0.4 |
| Hex | 6D | 3A | 92 | 19 | 3C | 0 | 2B | 113 | 2B | 28 |
| Octal | 155 | 72 | 222 | 31 | 74 | 0 | 53 | 423 | 53 | 50 |
| Binary | 1101101 | 111010 | 10010010 | 11001 | 111100 | 0 | 101011 | 100010011 | 101011 | 101000 |
Color Harmonies of #6D3A92
Complementary color
Monochromatic Colors of #6D3A92
Black with #6D3A92
Text Example
Text Example
White with #6D3A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3A92; }
p { color: rgb(109,58,146); }
H1.HeaderClassName
{
color: #6D3A92;
}
.AnyTagClassName
{
color: #6D3A92;
}
</style>
background-color css
<style>
a { background-color: #6D3A92; }
a { background-color: rgb(109,58,146); }
div.DivClassName
{
background-color: #6D3A92;
}
.BgClassName
{
background-color: #6D3A92;
}
</style>
border-color css
<style>
span { border-color: #6D3A92; }
span { border-color: rgb(109,58,146); }
td.TdClassName
{
border-color: #6D3A92;
}
.TagClassName
{
border-color: #6D3A92;
}
</style>