Shades of Eminence #69387D
Tints of Eminence #69387D
RGB
CMYK
RGB Variations
Color information
#69387D (or 0x69387D) is known color: Eminence. HEX triplet: 69, 38 and 7D. RGB value is (105,56,125). Sum of RGB (Red+Green+Blue) = 105+56+125=286 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.71% from 286); Green value is 56 (22.27% from 255 or 19.58% from 286); Blue value is 125 (49.22% from 255 or 43.71% from 286); Max value from RGB is 125 - color contains mainly: blue. Hex color #69387D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69387D is #96C782. Grayscale: #4E4E4E. Windows color (decimal): -9881475 or 8206441. OLE color: 8206441.
HSL color Cylindrical-coordinate representation of color #69387D: hue angle of 282.61º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #69387D is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 105 | 56 | 125 | - |
| CMYK | 0.16 | 0.55 | 0 | 0.51 |
| HSL | 282.61º | 0.38% | 0.35% | - |
| HSV(B) | 282.61º | 0.55% | 0.49% | - |
| XYZ | 10.94 | 7.31 | 20.24 | - |
| YUV | 78.52 | 154.23 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 56 | 125 | 0.16 | 0.55 | 0 | 0.51 | 282.61 | 0.38 | 0.35 |
| Hex | 69 | 38 | 7D | 10 | 37 | 0 | 33 | 11B | 26 | 23 |
| Octal | 151 | 70 | 175 | 20 | 67 | 0 | 63 | 433 | 46 | 43 |
| Binary | 1101001 | 111000 | 1111101 | 10000 | 110111 | 0 | 110011 | 100011011 | 100110 | 100011 |
Color Harmonies of #69387D
Complementary color
Monochromatic Colors of #69387D
Black with #69387D
Text Example
Text Example
White with #69387D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69387D; }
p { color: rgb(105,56,125); }
H1.HeaderClassName
{
color: #69387D;
}
.AnyTagClassName
{
color: #69387D;
}
</style>
background-color css
<style>
a { background-color: #69387D; }
a { background-color: rgb(105,56,125); }
div.DivClassName
{
background-color: #69387D;
}
.BgClassName
{
background-color: #69387D;
}
</style>
border-color css
<style>
span { border-color: #69387D; }
span { border-color: rgb(105,56,125); }
td.TdClassName
{
border-color: #69387D;
}
.TagClassName
{
border-color: #69387D;
}
</style>