Shades of Royal Purple #6E449B
Tints of Royal Purple #6E449B
RGB
CMYK
RGB Variations
Color information
#6E449B (or 0x6E449B) is known color: Royal Purple. HEX triplet: 6E, 44 and 9B. RGB value is (110,68,155). Sum of RGB (Red+Green+Blue) = 110+68+155=333 (44% of max value = 765). Red value is 110 (43.36% from 255 or 33.03% from 333); Green value is 68 (26.95% from 255 or 20.42% from 333); Blue value is 155 (60.94% from 255 or 46.55% from 333); Max value from RGB is 155 - color contains mainly: blue. Hex color #6E449B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E449B is #91BB64. Grayscale: #5A5A5A. Windows color (decimal): -9550693 or 10175598. OLE color: 10175598.
HSL color Cylindrical-coordinate representation of color #6E449B: hue angle of 268.97º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6E449B is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 110 | 68 | 155 | - |
| CMYK | 0.29 | 0.56 | 0 | 0.39 |
| HSL | 268.97º | 0.39% | 0.44% | - |
| HSV(B) | 268.97º | 0.56% | 0.61% | - |
| XYZ | 14.41 | 9.82 | 32.15 | - |
| YUV | 90.48 | 164.41 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 68 | 155 | 0.29 | 0.56 | 0 | 0.39 | 268.97 | 0.39 | 0.44 |
| Hex | 6E | 44 | 9B | 1D | 38 | 0 | 27 | 10D | 27 | 2C |
| Octal | 156 | 104 | 233 | 35 | 70 | 0 | 47 | 415 | 47 | 54 |
| Binary | 1101110 | 1000100 | 10011011 | 11101 | 111000 | 0 | 100111 | 100001101 | 100111 | 101100 |
Color Harmonies of #6E449B
Complementary color
Monochromatic Colors of #6E449B
Black with #6E449B
Text Example
Text Example
White with #6E449B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E449B; }
p { color: rgb(110,68,155); }
H1.HeaderClassName
{
color: #6E449B;
}
.AnyTagClassName
{
color: #6E449B;
}
</style>
background-color css
<style>
a { background-color: #6E449B; }
a { background-color: rgb(110,68,155); }
div.DivClassName
{
background-color: #6E449B;
}
.BgClassName
{
background-color: #6E449B;
}
</style>
border-color css
<style>
span { border-color: #6E449B; }
span { border-color: rgb(110,68,155); }
td.TdClassName
{
border-color: #6E449B;
}
.TagClassName
{
border-color: #6E449B;
}
</style>