Shades of Eminence #69377B
Tints of Eminence #69377B
RGB
CMYK
RGB Variations
Color information
#69377B (or 0x69377B) is known color: Eminence. HEX triplet: 69, 37 and 7B. RGB value is (105,55,123). Sum of RGB (Red+Green+Blue) = 105+55+123=283 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.10% from 283); Green value is 55 (21.88% from 255 or 19.43% from 283); Blue value is 123 (48.44% from 255 or 43.46% from 283); Max value from RGB is 123 - color contains mainly: blue. Hex color #69377B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69377B is #96C884. Grayscale: #4D4D4D. Windows color (decimal): -9881733 or 8075113. OLE color: 8075113.
HSL color Cylindrical-coordinate representation of color #69377B: hue angle of 284.12º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #69377B is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 105 | 55 | 123 | - |
| CMYK | 0.15 | 0.55 | 0 | 0.52 |
| HSL | 284.12º | 0.38% | 0.35% | - |
| HSV(B) | 284.12º | 0.55% | 0.48% | - |
| XYZ | 10.77 | 7.17 | 19.55 | - |
| YUV | 77.7 | 153.57 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 55 | 123 | 0.15 | 0.55 | 0 | 0.52 | 284.12 | 0.38 | 0.35 |
| Hex | 69 | 37 | 7B | F | 37 | 0 | 34 | 11C | 26 | 23 |
| Octal | 151 | 67 | 173 | 17 | 67 | 0 | 64 | 434 | 46 | 43 |
| Binary | 1101001 | 110111 | 1111011 | 1111 | 110111 | 0 | 110100 | 100011100 | 100110 | 100011 |
Color Harmonies of #69377B
Complementary color
Monochromatic Colors of #69377B
Black with #69377B
Text Example
Text Example
White with #69377B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69377B; }
p { color: rgb(105,55,123); }
H1.HeaderClassName
{
color: #69377B;
}
.AnyTagClassName
{
color: #69377B;
}
</style>
background-color css
<style>
a { background-color: #69377B; }
a { background-color: rgb(105,55,123); }
div.DivClassName
{
background-color: #69377B;
}
.BgClassName
{
background-color: #69377B;
}
</style>
border-color css
<style>
span { border-color: #69377B; }
span { border-color: rgb(105,55,123); }
td.TdClassName
{
border-color: #69377B;
}
.TagClassName
{
border-color: #69377B;
}
</style>