Shades of Royal Purple #6E439D
Tints of Royal Purple #6E439D
RGB
CMYK
RGB Variations
Color information
#6E439D (or 0x6E439D) is known color: Royal Purple. HEX triplet: 6E, 43 and 9D. RGB value is (110,67,157). Sum of RGB (Red+Green+Blue) = 110+67+157=334 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.93% from 334); Green value is 67 (26.56% from 255 or 20.06% from 334); Blue value is 157 (61.72% from 255 or 47.01% from 334); Max value from RGB is 157 - color contains mainly: blue. Hex color #6E439D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E439D is #91BC62. Grayscale: #595959. Windows color (decimal): -9550947 or 10306414. OLE color: 10306414.
HSL color Cylindrical-coordinate representation of color #6E439D: hue angle of 268.67º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6E439D is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 110 | 67 | 157 | - |
| CMYK | 0.30 | 0.57 | 0 | 0.38 |
| HSL | 268.67º | 0.4% | 0.44% | - |
| HSV(B) | 268.67º | 0.57% | 0.62% | - |
| XYZ | 14.52 | 9.76 | 33.02 | - |
| YUV | 90.12 | 165.75 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 67 | 157 | 0.30 | 0.57 | 0 | 0.38 | 268.67 | 0.4 | 0.44 |
| Hex | 6E | 43 | 9D | 1E | 39 | 0 | 26 | 10D | 28 | 2C |
| Octal | 156 | 103 | 235 | 36 | 71 | 0 | 46 | 415 | 50 | 54 |
| Binary | 1101110 | 1000011 | 10011101 | 11110 | 111001 | 0 | 100110 | 100001101 | 101000 | 101100 |
Color Harmonies of #6E439D
Complementary color
Monochromatic Colors of #6E439D
Black with #6E439D
Text Example
Text Example
White with #6E439D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E439D; }
p { color: rgb(110,67,157); }
H1.HeaderClassName
{
color: #6E439D;
}
.AnyTagClassName
{
color: #6E439D;
}
</style>
background-color css
<style>
a { background-color: #6E439D; }
a { background-color: rgb(110,67,157); }
div.DivClassName
{
background-color: #6E439D;
}
.BgClassName
{
background-color: #6E439D;
}
</style>
border-color css
<style>
span { border-color: #6E439D; }
span { border-color: rgb(110,67,157); }
td.TdClassName
{
border-color: #6E439D;
}
.TagClassName
{
border-color: #6E439D;
}
</style>