Shades of Royal Purple #6E439C
Tints of Royal Purple #6E439C
RGB
CMYK
RGB Variations
Color information
#6E439C (or 0x6E439C) is known color: Royal Purple. HEX triplet: 6E, 43 and 9C. RGB value is (110,67,156). Sum of RGB (Red+Green+Blue) = 110+67+156=333 (44% of max value = 765). Red value is 110 (43.36% from 255 or 33.03% from 333); Green value is 67 (26.56% from 255 or 20.12% from 333); Blue value is 156 (61.33% from 255 or 46.85% from 333); Max value from RGB is 156 - color contains mainly: blue. Hex color #6E439C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E439C is #91BC63. Grayscale: #595959. Windows color (decimal): -9550948 or 10240878. OLE color: 10240878.
HSL color Cylindrical-coordinate representation of color #6E439C: hue angle of 268.99º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6E439C is Cyan = 0.29, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 110 | 67 | 156 | - |
| CMYK | 0.29 | 0.57 | 0 | 0.39 |
| HSL | 268.99º | 0.4% | 0.44% | - |
| HSV(B) | 268.99º | 0.57% | 0.61% | - |
| XYZ | 14.44 | 9.73 | 32.57 | - |
| YUV | 90 | 165.25 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 67 | 156 | 0.29 | 0.57 | 0 | 0.39 | 268.99 | 0.4 | 0.44 |
| Hex | 6E | 43 | 9C | 1D | 39 | 0 | 27 | 10D | 28 | 2C |
| Octal | 156 | 103 | 234 | 35 | 71 | 0 | 47 | 415 | 50 | 54 |
| Binary | 1101110 | 1000011 | 10011100 | 11101 | 111001 | 0 | 100111 | 100001101 | 101000 | 101100 |
Color Harmonies of #6E439C
Complementary color
Monochromatic Colors of #6E439C
Black with #6E439C
Text Example
Text Example
White with #6E439C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E439C; }
p { color: rgb(110,67,156); }
H1.HeaderClassName
{
color: #6E439C;
}
.AnyTagClassName
{
color: #6E439C;
}
</style>
background-color css
<style>
a { background-color: #6E439C; }
a { background-color: rgb(110,67,156); }
div.DivClassName
{
background-color: #6E439C;
}
.BgClassName
{
background-color: #6E439C;
}
</style>
border-color css
<style>
span { border-color: #6E439C; }
span { border-color: rgb(110,67,156); }
td.TdClassName
{
border-color: #6E439C;
}
.TagClassName
{
border-color: #6E439C;
}
</style>