Shades of Eminence #69347C
Tints of Eminence #69347C
RGB
CMYK
RGB Variations
Color information
#69347C (or 0x69347C) is known color: Eminence. HEX triplet: 69, 34 and 7C. RGB value is (105,52,124). Sum of RGB (Red+Green+Blue) = 105+52+124=281 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.37% from 281); Green value is 52 (20.70% from 255 or 18.51% from 281); Blue value is 124 (48.83% from 255 or 44.13% from 281); Max value from RGB is 124 - color contains mainly: blue. Hex color #69347C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69347C is #96CB83. Grayscale: #4B4B4B. Windows color (decimal): -9882500 or 8139881. OLE color: 8139881.
HSL color Cylindrical-coordinate representation of color #69347C: hue angle of 284.17º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #69347C is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 105 | 52 | 124 | - |
| CMYK | 0.15 | 0.58 | 0 | 0.51 |
| HSL | 284.17º | 0.41% | 0.35% | - |
| HSV(B) | 284.17º | 0.58% | 0.49% | - |
| XYZ | 10.69 | 6.91 | 19.84 | - |
| YUV | 76.06 | 155.06 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 52 | 124 | 0.15 | 0.58 | 0 | 0.51 | 284.17 | 0.41 | 0.35 |
| Hex | 69 | 34 | 7C | F | 3A | 0 | 33 | 11C | 29 | 23 |
| Octal | 151 | 64 | 174 | 17 | 72 | 0 | 63 | 434 | 51 | 43 |
| Binary | 1101001 | 110100 | 1111100 | 1111 | 111010 | 0 | 110011 | 100011100 | 101001 | 100011 |
Color Harmonies of #69347C
Complementary color
Monochromatic Colors of #69347C
Black with #69347C
Text Example
Text Example
White with #69347C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69347C; }
p { color: rgb(105,52,124); }
H1.HeaderClassName
{
color: #69347C;
}
.AnyTagClassName
{
color: #69347C;
}
</style>
background-color css
<style>
a { background-color: #69347C; }
a { background-color: rgb(105,52,124); }
div.DivClassName
{
background-color: #69347C;
}
.BgClassName
{
background-color: #69347C;
}
</style>
border-color css
<style>
span { border-color: #69347C; }
span { border-color: rgb(105,52,124); }
td.TdClassName
{
border-color: #69347C;
}
.TagClassName
{
border-color: #69347C;
}
</style>