Shades of Royal Purple #6D3892
Tints of Royal Purple #6D3892
RGB
CMYK
RGB Variations
Color information
#6D3892 (or 0x6D3892) is known color: Royal Purple. HEX triplet: 6D, 38 and 92. RGB value is (109,56,146). Sum of RGB (Red+Green+Blue) = 109+56+146=311 (41% of max value = 765). Red value is 109 (42.97% from 255 or 35.05% from 311); Green value is 56 (22.27% from 255 or 18.01% from 311); Blue value is 146 (57.42% from 255 or 46.95% from 311); Max value from RGB is 146 - color contains mainly: blue. Hex color #6D3892 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D3892 is #92C76D. Grayscale: #515151. Windows color (decimal): -9619310 or 9582701. OLE color: 9582701.
HSL color Cylindrical-coordinate representation of color #6D3892: hue angle of 275.33º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6D3892 is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 109 | 56 | 146 | - |
| CMYK | 0.25 | 0.62 | 0 | 0.43 |
| HSL | 275.33º | 0.45% | 0.4% | - |
| HSV(B) | 275.33º | 0.62% | 0.57% | - |
| XYZ | 12.91 | 8.15 | 28.09 | - |
| YUV | 82.11 | 164.06 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 56 | 146 | 0.25 | 0.62 | 0 | 0.43 | 275.33 | 0.45 | 0.4 |
| Hex | 6D | 38 | 92 | 19 | 3E | 0 | 2B | 113 | 2D | 28 |
| Octal | 155 | 70 | 222 | 31 | 76 | 0 | 53 | 423 | 55 | 50 |
| Binary | 1101101 | 111000 | 10010010 | 11001 | 111110 | 0 | 101011 | 100010011 | 101101 | 101000 |
Color Harmonies of #6D3892
Complementary color
Monochromatic Colors of #6D3892
Black with #6D3892
Text Example
Text Example
White with #6D3892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3892; }
p { color: rgb(109,56,146); }
H1.HeaderClassName
{
color: #6D3892;
}
.AnyTagClassName
{
color: #6D3892;
}
</style>
background-color css
<style>
a { background-color: #6D3892; }
a { background-color: rgb(109,56,146); }
div.DivClassName
{
background-color: #6D3892;
}
.BgClassName
{
background-color: #6D3892;
}
</style>
border-color css
<style>
span { border-color: #6D3892; }
span { border-color: rgb(109,56,146); }
td.TdClassName
{
border-color: #6D3892;
}
.TagClassName
{
border-color: #6D3892;
}
</style>