Shades of Royal Purple #6E429C
Tints of Royal Purple #6E429C
RGB
CMYK
RGB Variations
Color information
#6E429C (or 0x6E429C) is known color: Royal Purple. HEX triplet: 6E, 42 and 9C. RGB value is (110,66,156). Sum of RGB (Red+Green+Blue) = 110+66+156=332 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.13% from 332); Green value is 66 (26.17% from 255 or 19.88% from 332); Blue value is 156 (61.33% from 255 or 46.99% from 332); Max value from RGB is 156 - color contains mainly: blue. Hex color #6E429C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E429C is #91BD63. Grayscale: #595959. Windows color (decimal): -9551204 or 10240622. OLE color: 10240622.
HSL color Cylindrical-coordinate representation of color #6E429C: hue angle of 269.33º 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 #6E429C is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 110 | 66 | 156 | - |
| CMYK | 0.29 | 0.58 | 0 | 0.39 |
| HSL | 269.33º | 0.41% | 0.44% | - |
| HSV(B) | 269.33º | 0.58% | 0.61% | - |
| XYZ | 14.38 | 9.61 | 32.55 | - |
| YUV | 89.42 | 165.58 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 66 | 156 | 0.29 | 0.58 | 0 | 0.39 | 269.33 | 0.41 | 0.44 |
| Hex | 6E | 42 | 9C | 1D | 3A | 0 | 27 | 10D | 29 | 2C |
| Octal | 156 | 102 | 234 | 35 | 72 | 0 | 47 | 415 | 51 | 54 |
| Binary | 1101110 | 1000010 | 10011100 | 11101 | 111010 | 0 | 100111 | 100001101 | 101001 | 101100 |
Color Harmonies of #6E429C
Complementary color
Monochromatic Colors of #6E429C
Black with #6E429C
Text Example
Text Example
White with #6E429C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E429C; }
p { color: rgb(110,66,156); }
H1.HeaderClassName
{
color: #6E429C;
}
.AnyTagClassName
{
color: #6E429C;
}
</style>
background-color css
<style>
a { background-color: #6E429C; }
a { background-color: rgb(110,66,156); }
div.DivClassName
{
background-color: #6E429C;
}
.BgClassName
{
background-color: #6E429C;
}
</style>
border-color css
<style>
span { border-color: #6E429C; }
span { border-color: rgb(110,66,156); }
td.TdClassName
{
border-color: #6E429C;
}
.TagClassName
{
border-color: #6E429C;
}
</style>