Shades of Royal Purple #6D409C
Tints of Royal Purple #6D409C
RGB
CMYK
RGB Variations
Color information
#6D409C (or 0x6D409C) is known color: Royal Purple. HEX triplet: 6D, 40 and 9C. RGB value is (109,64,156). Sum of RGB (Red+Green+Blue) = 109+64+156=329 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.13% from 329); Green value is 64 (25.39% from 255 or 19.45% from 329); Blue value is 156 (61.33% from 255 or 47.42% from 329); Max value from RGB is 156 - color contains mainly: blue. Hex color #6D409C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D409C is #92BF63. Grayscale: #575757. Windows color (decimal): -9617252 or 10240109. OLE color: 10240109.
HSL color Cylindrical-coordinate representation of color #6D409C: hue angle of 269.35º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6D409C is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 109 | 64 | 156 | - |
| CMYK | 0.30 | 0.59 | 0 | 0.39 |
| HSL | 269.35º | 0.42% | 0.43% | - |
| HSV(B) | 269.35º | 0.59% | 0.61% | - |
| XYZ | 14.14 | 9.32 | 32.51 | - |
| YUV | 87.94 | 166.41 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 64 | 156 | 0.30 | 0.59 | 0 | 0.39 | 269.35 | 0.42 | 0.43 |
| Hex | 6D | 40 | 9C | 1E | 3B | 0 | 27 | 10D | 2A | 2B |
| Octal | 155 | 100 | 234 | 36 | 73 | 0 | 47 | 415 | 52 | 53 |
| Binary | 1101101 | 1000000 | 10011100 | 11110 | 111011 | 0 | 100111 | 100001101 | 101010 | 101011 |
Color Harmonies of #6D409C
Complementary color
Monochromatic Colors of #6D409C
Black with #6D409C
Text Example
Text Example
White with #6D409C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D409C; }
p { color: rgb(109,64,156); }
H1.HeaderClassName
{
color: #6D409C;
}
.AnyTagClassName
{
color: #6D409C;
}
</style>
background-color css
<style>
a { background-color: #6D409C; }
a { background-color: rgb(109,64,156); }
div.DivClassName
{
background-color: #6D409C;
}
.BgClassName
{
background-color: #6D409C;
}
</style>
border-color css
<style>
span { border-color: #6D409C; }
span { border-color: rgb(109,64,156); }
td.TdClassName
{
border-color: #6D409C;
}
.TagClassName
{
border-color: #6D409C;
}
</style>