Shades of Royal Purple #6D4399
Tints of Royal Purple #6D4399
RGB
CMYK
RGB Variations
Color information
#6D4399 (or 0x6D4399) is known color: Royal Purple. HEX triplet: 6D, 43 and 99. RGB value is (109,67,153). Sum of RGB (Red+Green+Blue) = 109+67+153=329 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.13% from 329); Green value is 67 (26.56% from 255 or 20.36% from 329); Blue value is 153 (60.16% from 255 or 46.50% from 329); Max value from RGB is 153 - color contains mainly: blue. Hex color #6D4399 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D4399 is #92BC66. Grayscale: #595959. Windows color (decimal): -9616487 or 10044269. OLE color: 10044269.
HSL color Cylindrical-coordinate representation of color #6D4399: hue angle of 269.3º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6D4399 is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 109 | 67 | 153 | - |
| CMYK | 0.29 | 0.56 | 0 | 0.4 |
| HSL | 269.3º | 0.39% | 0.43% | - |
| HSV(B) | 269.3º | 0.56% | 0.6% | - |
| XYZ | 14.06 | 9.57 | 31.24 | - |
| YUV | 89.36 | 163.91 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 67 | 153 | 0.29 | 0.56 | 0 | 0.4 | 269.3 | 0.39 | 0.43 |
| Hex | 6D | 43 | 99 | 1D | 38 | 0 | 28 | 10D | 27 | 2B |
| Octal | 155 | 103 | 231 | 35 | 70 | 0 | 50 | 415 | 47 | 53 |
| Binary | 1101101 | 1000011 | 10011001 | 11101 | 111000 | 0 | 101000 | 100001101 | 100111 | 101011 |
Color Harmonies of #6D4399
Complementary color
Monochromatic Colors of #6D4399
Black with #6D4399
Text Example
Text Example
White with #6D4399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4399; }
p { color: rgb(109,67,153); }
H1.HeaderClassName
{
color: #6D4399;
}
.AnyTagClassName
{
color: #6D4399;
}
</style>
background-color css
<style>
a { background-color: #6D4399; }
a { background-color: rgb(109,67,153); }
div.DivClassName
{
background-color: #6D4399;
}
.BgClassName
{
background-color: #6D4399;
}
</style>
border-color css
<style>
span { border-color: #6D4399; }
span { border-color: rgb(109,67,153); }
td.TdClassName
{
border-color: #6D4399;
}
.TagClassName
{
border-color: #6D4399;
}
</style>