Shades of Royal Purple #6D42A0
Tints of Royal Purple #6D42A0
RGB
CMYK
RGB Variations
Color information
#6D42A0 (or 0x6D42A0) is known color: Royal Purple. HEX triplet: 6D, 42 and A0. RGB value is (109,66,160). Sum of RGB (Red+Green+Blue) = 109+66+160=335 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.54% from 335); Green value is 66 (26.17% from 255 or 19.70% from 335); Blue value is 160 (62.89% from 255 or 47.76% from 335); Max value from RGB is 160 - color contains mainly: blue. Hex color #6D42A0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D42A0 is #92BD5F. Grayscale: #595959. Windows color (decimal): -9616736 or 10502765. OLE color: 10502765.
HSL color Cylindrical-coordinate representation of color #6D42A0: hue angle of 267.45º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6D42A0 is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 109 | 66 | 160 | - |
| CMYK | 0.32 | 0.59 | 0 | 0.37 |
| HSL | 267.45º | 0.42% | 0.44% | - |
| HSV(B) | 267.45º | 0.59% | 0.63% | - |
| XYZ | 14.6 | 9.69 | 34.36 | - |
| YUV | 89.57 | 167.75 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 66 | 160 | 0.32 | 0.59 | 0 | 0.37 | 267.45 | 0.42 | 0.44 |
| Hex | 6D | 42 | A0 | 20 | 3B | 0 | 25 | 10B | 2A | 2C |
| Octal | 155 | 102 | 240 | 40 | 73 | 0 | 45 | 413 | 52 | 54 |
| Binary | 1101101 | 1000010 | 10100000 | 100000 | 111011 | 0 | 100101 | 100001011 | 101010 | 101100 |
Color Harmonies of #6D42A0
Complementary color
Monochromatic Colors of #6D42A0
Black with #6D42A0
Text Example
Text Example
White with #6D42A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D42A0; }
p { color: rgb(109,66,160); }
H1.HeaderClassName
{
color: #6D42A0;
}
.AnyTagClassName
{
color: #6D42A0;
}
</style>
background-color css
<style>
a { background-color: #6D42A0; }
a { background-color: rgb(109,66,160); }
div.DivClassName
{
background-color: #6D42A0;
}
.BgClassName
{
background-color: #6D42A0;
}
</style>
border-color css
<style>
span { border-color: #6D42A0; }
span { border-color: rgb(109,66,160); }
td.TdClassName
{
border-color: #6D42A0;
}
.TagClassName
{
border-color: #6D42A0;
}
</style>