Shades of Royal Purple #6E419D
Tints of Royal Purple #6E419D
RGB
CMYK
RGB Variations
Color information
#6E419D (or 0x6E419D) is known color: Royal Purple. HEX triplet: 6E, 41 and 9D. RGB value is (110,65,157). Sum of RGB (Red+Green+Blue) = 110+65+157=332 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.13% from 332); Green value is 65 (25.78% from 255 or 19.58% from 332); Blue value is 157 (61.72% from 255 or 47.29% from 332); Max value from RGB is 157 - color contains mainly: blue. Hex color #6E419D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E419D is #91BE62. Grayscale: #585858. Windows color (decimal): -9551459 or 10305902. OLE color: 10305902.
HSL color Cylindrical-coordinate representation of color #6E419D: hue angle of 269.35º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6E419D is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 110 | 65 | 157 | - |
| CMYK | 0.30 | 0.59 | 0 | 0.38 |
| HSL | 269.35º | 0.41% | 0.44% | - |
| HSV(B) | 269.35º | 0.59% | 0.62% | - |
| XYZ | 14.41 | 9.53 | 32.98 | - |
| YUV | 88.94 | 166.41 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 65 | 157 | 0.30 | 0.59 | 0 | 0.38 | 269.35 | 0.41 | 0.44 |
| Hex | 6E | 41 | 9D | 1E | 3B | 0 | 26 | 10D | 29 | 2C |
| Octal | 156 | 101 | 235 | 36 | 73 | 0 | 46 | 415 | 51 | 54 |
| Binary | 1101110 | 1000001 | 10011101 | 11110 | 111011 | 0 | 100110 | 100001101 | 101001 | 101100 |
Color Harmonies of #6E419D
Complementary color
Monochromatic Colors of #6E419D
Black with #6E419D
Text Example
Text Example
White with #6E419D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E419D; }
p { color: rgb(110,65,157); }
H1.HeaderClassName
{
color: #6E419D;
}
.AnyTagClassName
{
color: #6E419D;
}
</style>
background-color css
<style>
a { background-color: #6E419D; }
a { background-color: rgb(110,65,157); }
div.DivClassName
{
background-color: #6E419D;
}
.BgClassName
{
background-color: #6E419D;
}
</style>
border-color css
<style>
span { border-color: #6E419D; }
span { border-color: rgb(110,65,157); }
td.TdClassName
{
border-color: #6E419D;
}
.TagClassName
{
border-color: #6E419D;
}
</style>