Shades of Royal Purple #6E4098
Tints of Royal Purple #6E4098
RGB
CMYK
RGB Variations
Color information
#6E4098 (or 0x6E4098) is known color: Royal Purple. HEX triplet: 6E, 40 and 98. RGB value is (110,64,152). Sum of RGB (Red+Green+Blue) = 110+64+152=326 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.74% from 326); Green value is 64 (25.39% from 255 or 19.63% from 326); Blue value is 152 (59.77% from 255 or 46.63% from 326); Max value from RGB is 152 - color contains mainly: blue. Hex color #6E4098 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E4098 is #91BF67. Grayscale: #575757. Windows color (decimal): -9551720 or 9977966. OLE color: 9977966.
HSL color Cylindrical-coordinate representation of color #6E4098: hue angle of 271.36º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6E4098 is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 110 | 64 | 152 | - |
| CMYK | 0.28 | 0.58 | 0 | 0.40 |
| HSL | 271.36º | 0.41% | 0.42% | - |
| HSV(B) | 271.36º | 0.58% | 0.6% | - |
| XYZ | 13.93 | 9.25 | 30.76 | - |
| YUV | 87.79 | 164.24 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 64 | 152 | 0.28 | 0.58 | 0 | 0.40 | 271.36 | 0.41 | 0.42 |
| Hex | 6E | 40 | 98 | 1C | 3A | 0 | 28 | 10F | 29 | 2A |
| Octal | 156 | 100 | 230 | 34 | 72 | 0 | 50 | 417 | 51 | 52 |
| Binary | 1101110 | 1000000 | 10011000 | 11100 | 111010 | 0 | 101000 | 100001111 | 101001 | 101010 |
Color Harmonies of #6E4098
Complementary color
Monochromatic Colors of #6E4098
Black with #6E4098
Text Example
Text Example
White with #6E4098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4098; }
p { color: rgb(110,64,152); }
H1.HeaderClassName
{
color: #6E4098;
}
.AnyTagClassName
{
color: #6E4098;
}
</style>
background-color css
<style>
a { background-color: #6E4098; }
a { background-color: rgb(110,64,152); }
div.DivClassName
{
background-color: #6E4098;
}
.BgClassName
{
background-color: #6E4098;
}
</style>
border-color css
<style>
span { border-color: #6E4098; }
span { border-color: rgb(110,64,152); }
td.TdClassName
{
border-color: #6E4098;
}
.TagClassName
{
border-color: #6E4098;
}
</style>