Shades of Royal Purple #6E419B
Tints of Royal Purple #6E419B
RGB
CMYK
RGB Variations
Color information
#6E419B (or 0x6E419B) is known color: Royal Purple. HEX triplet: 6E, 41 and 9B. RGB value is (110,65,155). Sum of RGB (Red+Green+Blue) = 110+65+155=330 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.33% from 330); Green value is 65 (25.78% from 255 or 19.70% from 330); Blue value is 155 (60.94% from 255 or 46.97% from 330); Max value from RGB is 155 - color contains mainly: blue. Hex color #6E419B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E419B is #91BE64. Grayscale: #585858. Windows color (decimal): -9551461 or 10174830. OLE color: 10174830.
HSL color Cylindrical-coordinate representation of color #6E419B: hue angle of 270º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6E419B is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 110 | 65 | 155 | - |
| CMYK | 0.29 | 0.58 | 0 | 0.39 |
| HSL | 270º | 0.41% | 0.43% | - |
| HSV(B) | 270º | 0.58% | 0.61% | - |
| XYZ | 14.24 | 9.46 | 32.09 | - |
| YUV | 88.72 | 165.41 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 65 | 155 | 0.29 | 0.58 | 0 | 0.39 | 270 | 0.41 | 0.43 |
| Hex | 6E | 41 | 9B | 1D | 3A | 0 | 27 | 10E | 29 | 2B |
| Octal | 156 | 101 | 233 | 35 | 72 | 0 | 47 | 416 | 51 | 53 |
| Binary | 1101110 | 1000001 | 10011011 | 11101 | 111010 | 0 | 100111 | 100001110 | 101001 | 101011 |
Color Harmonies of #6E419B
Complementary color
Monochromatic Colors of #6E419B
Black with #6E419B
Text Example
Text Example
White with #6E419B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E419B; }
p { color: rgb(110,65,155); }
H1.HeaderClassName
{
color: #6E419B;
}
.AnyTagClassName
{
color: #6E419B;
}
</style>
background-color css
<style>
a { background-color: #6E419B; }
a { background-color: rgb(110,65,155); }
div.DivClassName
{
background-color: #6E419B;
}
.BgClassName
{
background-color: #6E419B;
}
</style>
border-color css
<style>
span { border-color: #6E419B; }
span { border-color: rgb(110,65,155); }
td.TdClassName
{
border-color: #6E419B;
}
.TagClassName
{
border-color: #6E419B;
}
</style>