Shades of Eminence #6F2783
Tints of Eminence #6F2783
RGB
CMYK
RGB Variations
Color information
#6F2783 (or 0x6F2783) is known color: Eminence. HEX triplet: 6F, 27 and 83. RGB value is (111,39,131). Sum of RGB (Red+Green+Blue) = 111+39+131=281 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.50% from 281); Green value is 39 (15.62% from 255 or 13.88% from 281); Blue value is 131 (51.56% from 255 or 46.62% from 281); Max value from RGB is 131 - color contains mainly: blue. Hex color #6F2783 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F2783 is #90D87C. Grayscale: #464646. Windows color (decimal): -9492605 or 8595311. OLE color: 8595311.
HSL color Cylindrical-coordinate representation of color #6F2783: hue angle of 286.96º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6F2783 is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 111 | 39 | 131 | - |
| CMYK | 0.15 | 0.70 | 0 | 0.49 |
| HSL | 286.96º | 0.54% | 0.33% | - |
| HSV(B) | 286.96º | 0.7% | 0.51% | - |
| XYZ | 11.38 | 6.47 | 22.12 | - |
| YUV | 71.02 | 161.85 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 39 | 131 | 0.15 | 0.70 | 0 | 0.49 | 286.96 | 0.54 | 0.33 |
| Hex | 6F | 27 | 83 | F | 46 | 0 | 31 | 11F | 36 | 21 |
| Octal | 157 | 47 | 203 | 17 | 106 | 0 | 61 | 437 | 66 | 41 |
| Binary | 1101111 | 100111 | 10000011 | 1111 | 1000110 | 0 | 110001 | 100011111 | 110110 | 100001 |
Color Harmonies of #6F2783
Complementary color
Monochromatic Colors of #6F2783
Black with #6F2783
Text Example
Text Example
White with #6F2783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2783; }
p { color: rgb(111,39,131); }
H1.HeaderClassName
{
color: #6F2783;
}
.AnyTagClassName
{
color: #6F2783;
}
</style>
background-color css
<style>
a { background-color: #6F2783; }
a { background-color: rgb(111,39,131); }
div.DivClassName
{
background-color: #6F2783;
}
.BgClassName
{
background-color: #6F2783;
}
</style>
border-color css
<style>
span { border-color: #6F2783; }
span { border-color: rgb(111,39,131); }
td.TdClassName
{
border-color: #6F2783;
}
.TagClassName
{
border-color: #6F2783;
}
</style>