Shades of Royal Purple #6D3C94
Tints of Royal Purple #6D3C94
RGB
CMYK
RGB Variations
Color information
#6D3C94 (or 0x6D3C94) is known color: Royal Purple. HEX triplet: 6D, 3C and 94. RGB value is (109,60,148). Sum of RGB (Red+Green+Blue) = 109+60+148=317 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.38% from 317); Green value is 60 (23.83% from 255 or 18.93% from 317); Blue value is 148 (58.20% from 255 or 46.69% from 317); Max value from RGB is 148 - color contains mainly: blue. Hex color #6D3C94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D3C94 is #92C36B. Grayscale: #545454. Windows color (decimal): -9618284 or 9714797. OLE color: 9714797.
HSL color Cylindrical-coordinate representation of color #6D3C94: hue angle of 273.41º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6D3C94 is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 109 | 60 | 148 | - |
| CMYK | 0.26 | 0.59 | 0 | 0.42 |
| HSL | 273.41º | 0.42% | 0.41% | - |
| HSV(B) | 273.41º | 0.59% | 0.58% | - |
| XYZ | 13.27 | 8.62 | 28.98 | - |
| YUV | 84.68 | 163.73 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 60 | 148 | 0.26 | 0.59 | 0 | 0.42 | 273.41 | 0.42 | 0.41 |
| Hex | 6D | 3C | 94 | 1A | 3B | 0 | 2A | 111 | 2A | 29 |
| Octal | 155 | 74 | 224 | 32 | 73 | 0 | 52 | 421 | 52 | 51 |
| Binary | 1101101 | 111100 | 10010100 | 11010 | 111011 | 0 | 101010 | 100010001 | 101010 | 101001 |
Color Harmonies of #6D3C94
Complementary color
Monochromatic Colors of #6D3C94
Black with #6D3C94
Text Example
Text Example
White with #6D3C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3C94; }
p { color: rgb(109,60,148); }
H1.HeaderClassName
{
color: #6D3C94;
}
.AnyTagClassName
{
color: #6D3C94;
}
</style>
background-color css
<style>
a { background-color: #6D3C94; }
a { background-color: rgb(109,60,148); }
div.DivClassName
{
background-color: #6D3C94;
}
.BgClassName
{
background-color: #6D3C94;
}
</style>
border-color css
<style>
span { border-color: #6D3C94; }
span { border-color: rgb(109,60,148); }
td.TdClassName
{
border-color: #6D3C94;
}
.TagClassName
{
border-color: #6D3C94;
}
</style>