Shades of Eminence #6A397B
Tints of Eminence #6A397B
RGB
CMYK
RGB Variations
Color information
#6A397B (or 0x6A397B) is known color: Eminence. HEX triplet: 6A, 39 and 7B. RGB value is (106,57,123). Sum of RGB (Red+Green+Blue) = 106+57+123=286 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.06% from 286); Green value is 57 (22.66% from 255 or 19.93% from 286); Blue value is 123 (48.44% from 255 or 43.01% from 286); Max value from RGB is 123 - color contains mainly: blue. Hex color #6A397B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A397B is #95C684. Grayscale: #4E4E4E. Windows color (decimal): -9815685 or 8075626. OLE color: 8075626.
HSL color Cylindrical-coordinate representation of color #6A397B: hue angle of 284.55º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6A397B is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 106 | 57 | 123 | - |
| CMYK | 0.14 | 0.54 | 0 | 0.52 |
| HSL | 284.55º | 0.37% | 0.35% | - |
| HSV(B) | 284.55º | 0.54% | 0.48% | - |
| XYZ | 10.98 | 7.42 | 19.59 | - |
| YUV | 79.18 | 152.73 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 57 | 123 | 0.14 | 0.54 | 0 | 0.52 | 284.55 | 0.37 | 0.35 |
| Hex | 6A | 39 | 7B | E | 36 | 0 | 34 | 11D | 25 | 23 |
| Octal | 152 | 71 | 173 | 16 | 66 | 0 | 64 | 435 | 45 | 43 |
| Binary | 1101010 | 111001 | 1111011 | 1110 | 110110 | 0 | 110100 | 100011101 | 100101 | 100011 |
Color Harmonies of #6A397B
Complementary color
Monochromatic Colors of #6A397B
Black with #6A397B
Text Example
Text Example
White with #6A397B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A397B; }
p { color: rgb(106,57,123); }
H1.HeaderClassName
{
color: #6A397B;
}
.AnyTagClassName
{
color: #6A397B;
}
</style>
background-color css
<style>
a { background-color: #6A397B; }
a { background-color: rgb(106,57,123); }
div.DivClassName
{
background-color: #6A397B;
}
.BgClassName
{
background-color: #6A397B;
}
</style>
border-color css
<style>
span { border-color: #6A397B; }
span { border-color: rgb(106,57,123); }
td.TdClassName
{
border-color: #6A397B;
}
.TagClassName
{
border-color: #6A397B;
}
</style>