Shades of Royal Purple #6D3C9E
Tints of Royal Purple #6D3C9E
RGB
CMYK
RGB Variations
Color information
#6D3C9E (or 0x6D3C9E) is known color: Royal Purple. HEX triplet: 6D, 3C and 9E. RGB value is (109,60,158). Sum of RGB (Red+Green+Blue) = 109+60+158=327 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.33% from 327); Green value is 60 (23.83% from 255 or 18.35% from 327); Blue value is 158 (62.11% from 255 or 48.32% from 327); Max value from RGB is 158 - color contains mainly: blue. Hex color #6D3C9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D3C9E is #92C361. Grayscale: #555555. Windows color (decimal): -9618274 or 10370157. OLE color: 10370157.
HSL color Cylindrical-coordinate representation of color #6D3C9E: hue angle of 270º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6D3C9E is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 109 | 60 | 158 | - |
| CMYK | 0.31 | 0.62 | 0 | 0.38 |
| HSL | 270º | 0.45% | 0.43% | - |
| HSV(B) | 270º | 0.62% | 0.62% | - |
| XYZ | 14.09 | 8.95 | 33.33 | - |
| YUV | 85.82 | 168.73 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 60 | 158 | 0.31 | 0.62 | 0 | 0.38 | 270 | 0.45 | 0.43 |
| Hex | 6D | 3C | 9E | 1F | 3E | 0 | 26 | 10E | 2D | 2B |
| Octal | 155 | 74 | 236 | 37 | 76 | 0 | 46 | 416 | 55 | 53 |
| Binary | 1101101 | 111100 | 10011110 | 11111 | 111110 | 0 | 100110 | 100001110 | 101101 | 101011 |
Color Harmonies of #6D3C9E
Complementary color
Monochromatic Colors of #6D3C9E
Black with #6D3C9E
Text Example
Text Example
White with #6D3C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3C9E; }
p { color: rgb(109,60,158); }
H1.HeaderClassName
{
color: #6D3C9E;
}
.AnyTagClassName
{
color: #6D3C9E;
}
</style>
background-color css
<style>
a { background-color: #6D3C9E; }
a { background-color: rgb(109,60,158); }
div.DivClassName
{
background-color: #6D3C9E;
}
.BgClassName
{
background-color: #6D3C9E;
}
</style>
border-color css
<style>
span { border-color: #6D3C9E; }
span { border-color: rgb(109,60,158); }
td.TdClassName
{
border-color: #6D3C9E;
}
.TagClassName
{
border-color: #6D3C9E;
}
</style>