Shades of Eminence #6F367A
Tints of Eminence #6F367A
RGB
CMYK
RGB Variations
Color information
#6F367A (or 0x6F367A) is known color: Eminence. HEX triplet: 6F, 36 and 7A. RGB value is (111,54,122). Sum of RGB (Red+Green+Blue) = 111+54+122=287 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.68% from 287); Green value is 54 (21.48% from 255 or 18.82% from 287); Blue value is 122 (48.05% from 255 or 42.51% from 287); Max value from RGB is 122 - color contains mainly: blue. Hex color #6F367A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F367A is #90C985. Grayscale: #4E4E4E. Windows color (decimal): -9488774 or 8009327. OLE color: 8009327.
HSL color Cylindrical-coordinate representation of color #6F367A: hue angle of 290.29º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F367A is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 111 | 54 | 122 | - |
| CMYK | 0.09 | 0.56 | 0 | 0.52 |
| HSL | 290.29º | 0.39% | 0.35% | - |
| HSV(B) | 290.29º | 0.56% | 0.48% | - |
| XYZ | 11.39 | 7.42 | 19.24 | - |
| YUV | 78.8 | 152.38 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 54 | 122 | 0.09 | 0.56 | 0 | 0.52 | 290.29 | 0.39 | 0.35 |
| Hex | 6F | 36 | 7A | 9 | 38 | 0 | 34 | 122 | 27 | 23 |
| Octal | 157 | 66 | 172 | 11 | 70 | 0 | 64 | 442 | 47 | 43 |
| Binary | 1101111 | 110110 | 1111010 | 1001 | 111000 | 0 | 110100 | 100100010 | 100111 | 100011 |
Color Harmonies of #6F367A
Complementary color
Monochromatic Colors of #6F367A
Black with #6F367A
Text Example
Text Example
White with #6F367A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F367A; }
p { color: rgb(111,54,122); }
H1.HeaderClassName
{
color: #6F367A;
}
.AnyTagClassName
{
color: #6F367A;
}
</style>
background-color css
<style>
a { background-color: #6F367A; }
a { background-color: rgb(111,54,122); }
div.DivClassName
{
background-color: #6F367A;
}
.BgClassName
{
background-color: #6F367A;
}
</style>
border-color css
<style>
span { border-color: #6F367A; }
span { border-color: rgb(111,54,122); }
td.TdClassName
{
border-color: #6F367A;
}
.TagClassName
{
border-color: #6F367A;
}
</style>