Shades of Eminence #693A7A
Tints of Eminence #693A7A
RGB
CMYK
RGB Variations
Color information
#693A7A (or 0x693A7A) is known color: Eminence. HEX triplet: 69, 3A and 7A. RGB value is (105,58,122). Sum of RGB (Red+Green+Blue) = 105+58+122=285 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.84% from 285); Green value is 58 (23.05% from 255 or 20.35% from 285); Blue value is 122 (48.05% from 255 or 42.81% from 285); Max value from RGB is 122 - color contains mainly: blue. Hex color #693A7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693A7A is #96C585. Grayscale: #4F4F4F. Windows color (decimal): -9880966 or 8010345. OLE color: 8010345.
HSL color Cylindrical-coordinate representation of color #693A7A: hue angle of 284.06º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #693A7A is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 105 | 58 | 122 | - |
| CMYK | 0.14 | 0.52 | 0 | 0.52 |
| HSL | 284.06º | 0.36% | 0.35% | - |
| HSV(B) | 284.06º | 0.52% | 0.48% | - |
| XYZ | 10.85 | 7.43 | 19.28 | - |
| YUV | 79.35 | 152.07 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 58 | 122 | 0.14 | 0.52 | 0 | 0.52 | 284.06 | 0.36 | 0.35 |
| Hex | 69 | 3A | 7A | E | 34 | 0 | 34 | 11C | 24 | 23 |
| Octal | 151 | 72 | 172 | 16 | 64 | 0 | 64 | 434 | 44 | 43 |
| Binary | 1101001 | 111010 | 1111010 | 1110 | 110100 | 0 | 110100 | 100011100 | 100100 | 100011 |
Color Harmonies of #693A7A
Complementary color
Monochromatic Colors of #693A7A
Black with #693A7A
Text Example
Text Example
White with #693A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693A7A; }
p { color: rgb(105,58,122); }
H1.HeaderClassName
{
color: #693A7A;
}
.AnyTagClassName
{
color: #693A7A;
}
</style>
background-color css
<style>
a { background-color: #693A7A; }
a { background-color: rgb(105,58,122); }
div.DivClassName
{
background-color: #693A7A;
}
.BgClassName
{
background-color: #693A7A;
}
</style>
border-color css
<style>
span { border-color: #693A7A; }
span { border-color: rgb(105,58,122); }
td.TdClassName
{
border-color: #693A7A;
}
.TagClassName
{
border-color: #693A7A;
}
</style>