Shades of Royal Purple #6D3690
Tints of Royal Purple #6D3690
RGB
CMYK
RGB Variations
Color information
#6D3690 (or 0x6D3690) is known color: Royal Purple. HEX triplet: 6D, 36 and 90. RGB value is (109,54,144). Sum of RGB (Red+Green+Blue) = 109+54+144=307 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.50% from 307); Green value is 54 (21.48% from 255 or 17.59% from 307); Blue value is 144 (56.64% from 255 or 46.91% from 307); Max value from RGB is 144 - color contains mainly: blue. Hex color #6D3690 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D3690 is #92C96F. Grayscale: #505050. Windows color (decimal): -9619824 or 9451117. OLE color: 9451117.
HSL color Cylindrical-coordinate representation of color #6D3690: hue angle of 276.67º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6D3690 is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 109 | 54 | 144 | - |
| CMYK | 0.24 | 0.63 | 0 | 0.44 |
| HSL | 276.67º | 0.45% | 0.39% | - |
| HSV(B) | 276.67º | 0.63% | 0.56% | - |
| XYZ | 12.66 | 7.9 | 27.24 | - |
| YUV | 80.71 | 163.72 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 54 | 144 | 0.24 | 0.63 | 0 | 0.44 | 276.67 | 0.45 | 0.39 |
| Hex | 6D | 36 | 90 | 18 | 3F | 0 | 2C | 115 | 2D | 27 |
| Octal | 155 | 66 | 220 | 30 | 77 | 0 | 54 | 425 | 55 | 47 |
| Binary | 1101101 | 110110 | 10010000 | 11000 | 111111 | 0 | 101100 | 100010101 | 101101 | 100111 |
Color Harmonies of #6D3690
Complementary color
Monochromatic Colors of #6D3690
Black with #6D3690
Text Example
Text Example
White with #6D3690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3690; }
p { color: rgb(109,54,144); }
H1.HeaderClassName
{
color: #6D3690;
}
.AnyTagClassName
{
color: #6D3690;
}
</style>
background-color css
<style>
a { background-color: #6D3690; }
a { background-color: rgb(109,54,144); }
div.DivClassName
{
background-color: #6D3690;
}
.BgClassName
{
background-color: #6D3690;
}
</style>
border-color css
<style>
span { border-color: #6D3690; }
span { border-color: rgb(109,54,144); }
td.TdClassName
{
border-color: #6D3690;
}
.TagClassName
{
border-color: #6D3690;
}
</style>