Shades of Royal Purple #6D429C
Tints of Royal Purple #6D429C
RGB
CMYK
RGB Variations
Color information
#6D429C (or 0x6D429C) is known color: Royal Purple. HEX triplet: 6D, 42 and 9C. RGB value is (109,66,156). Sum of RGB (Red+Green+Blue) = 109+66+156=331 (43% of max value = 765). Red value is 109 (42.97% from 255 or 32.93% from 331); Green value is 66 (26.17% from 255 or 19.94% from 331); Blue value is 156 (61.33% from 255 or 47.13% from 331); Max value from RGB is 156 - color contains mainly: blue. Hex color #6D429C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D429C is #92BD63. Grayscale: #585858. Windows color (decimal): -9616740 or 10240621. OLE color: 10240621.
HSL color Cylindrical-coordinate representation of color #6D429C: hue angle of 268.67º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6D429C is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 109 | 66 | 156 | - |
| CMYK | 0.30 | 0.58 | 0 | 0.39 |
| HSL | 268.67º | 0.41% | 0.44% | - |
| HSV(B) | 268.67º | 0.58% | 0.61% | - |
| XYZ | 14.26 | 9.55 | 32.54 | - |
| YUV | 89.12 | 165.75 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 66 | 156 | 0.30 | 0.58 | 0 | 0.39 | 268.67 | 0.41 | 0.44 |
| Hex | 6D | 42 | 9C | 1E | 3A | 0 | 27 | 10D | 29 | 2C |
| Octal | 155 | 102 | 234 | 36 | 72 | 0 | 47 | 415 | 51 | 54 |
| Binary | 1101101 | 1000010 | 10011100 | 11110 | 111010 | 0 | 100111 | 100001101 | 101001 | 101100 |
Color Harmonies of #6D429C
Complementary color
Monochromatic Colors of #6D429C
Black with #6D429C
Text Example
Text Example
White with #6D429C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D429C; }
p { color: rgb(109,66,156); }
H1.HeaderClassName
{
color: #6D429C;
}
.AnyTagClassName
{
color: #6D429C;
}
</style>
background-color css
<style>
a { background-color: #6D429C; }
a { background-color: rgb(109,66,156); }
div.DivClassName
{
background-color: #6D429C;
}
.BgClassName
{
background-color: #6D429C;
}
</style>
border-color css
<style>
span { border-color: #6D429C; }
span { border-color: rgb(109,66,156); }
td.TdClassName
{
border-color: #6D429C;
}
.TagClassName
{
border-color: #6D429C;
}
</style>