Shades of Royal Purple #6D42A1
Tints of Royal Purple #6D42A1
RGB
CMYK
RGB Variations
Color information
#6D42A1 (or 0x6D42A1) is known color: Royal Purple. HEX triplet: 6D, 42 and A1. RGB value is (109,66,161). Sum of RGB (Red+Green+Blue) = 109+66+161=336 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.44% from 336); Green value is 66 (26.17% from 255 or 19.64% from 336); Blue value is 161 (63.28% from 255 or 47.92% from 336); Max value from RGB is 161 - color contains mainly: blue. Hex color #6D42A1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D42A1 is #92BD5E. Grayscale: #595959. Windows color (decimal): -9616735 or 10568301. OLE color: 10568301.
HSL color Cylindrical-coordinate representation of color #6D42A1: hue angle of 267.16º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6D42A1 is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 109 | 66 | 161 | - |
| CMYK | 0.32 | 0.59 | 0 | 0.37 |
| HSL | 267.16º | 0.42% | 0.45% | - |
| HSV(B) | 267.16º | 0.59% | 0.63% | - |
| XYZ | 14.69 | 9.72 | 34.82 | - |
| YUV | 89.69 | 168.25 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 66 | 161 | 0.32 | 0.59 | 0 | 0.37 | 267.16 | 0.42 | 0.45 |
| Hex | 6D | 42 | A1 | 20 | 3B | 0 | 25 | 10B | 2A | 2D |
| Octal | 155 | 102 | 241 | 40 | 73 | 0 | 45 | 413 | 52 | 55 |
| Binary | 1101101 | 1000010 | 10100001 | 100000 | 111011 | 0 | 100101 | 100001011 | 101010 | 101101 |
Color Harmonies of #6D42A1
Complementary color
Monochromatic Colors of #6D42A1
Black with #6D42A1
Text Example
Text Example
White with #6D42A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D42A1; }
p { color: rgb(109,66,161); }
H1.HeaderClassName
{
color: #6D42A1;
}
.AnyTagClassName
{
color: #6D42A1;
}
</style>
background-color css
<style>
a { background-color: #6D42A1; }
a { background-color: rgb(109,66,161); }
div.DivClassName
{
background-color: #6D42A1;
}
.BgClassName
{
background-color: #6D42A1;
}
</style>
border-color css
<style>
span { border-color: #6D42A1; }
span { border-color: rgb(109,66,161); }
td.TdClassName
{
border-color: #6D42A1;
}
.TagClassName
{
border-color: #6D42A1;
}
</style>