Shades of Eminence #69367A
Tints of Eminence #69367A
RGB
CMYK
RGB Variations
Color information
#69367A (or 0x69367A) is known color: Eminence. HEX triplet: 69, 36 and 7A. RGB value is (105,54,122). Sum of RGB (Red+Green+Blue) = 105+54+122=281 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.37% from 281); Green value is 54 (21.48% from 255 or 19.22% from 281); Blue value is 122 (48.05% from 255 or 43.42% from 281); Max value from RGB is 122 - color contains mainly: blue. Hex color #69367A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69367A is #96C985. Grayscale: #4C4C4C. Windows color (decimal): -9881990 or 8009321. OLE color: 8009321.
HSL color Cylindrical-coordinate representation of color #69367A: hue angle of 285º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69367A is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 105 | 54 | 122 | - |
| CMYK | 0.14 | 0.56 | 0 | 0.52 |
| HSL | 285º | 0.39% | 0.35% | - |
| HSV(B) | 285º | 0.56% | 0.48% | - |
| XYZ | 10.66 | 7.05 | 19.21 | - |
| YUV | 77 | 153.4 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 54 | 122 | 0.14 | 0.56 | 0 | 0.52 | 285 | 0.39 | 0.35 |
| Hex | 69 | 36 | 7A | E | 38 | 0 | 34 | 11D | 27 | 23 |
| Octal | 151 | 66 | 172 | 16 | 70 | 0 | 64 | 435 | 47 | 43 |
| Binary | 1101001 | 110110 | 1111010 | 1110 | 111000 | 0 | 110100 | 100011101 | 100111 | 100011 |
Color Harmonies of #69367A
Complementary color
Monochromatic Colors of #69367A
Black with #69367A
Text Example
Text Example
White with #69367A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69367A; }
p { color: rgb(105,54,122); }
H1.HeaderClassName
{
color: #69367A;
}
.AnyTagClassName
{
color: #69367A;
}
</style>
background-color css
<style>
a { background-color: #69367A; }
a { background-color: rgb(105,54,122); }
div.DivClassName
{
background-color: #69367A;
}
.BgClassName
{
background-color: #69367A;
}
</style>
border-color css
<style>
span { border-color: #69367A; }
span { border-color: rgb(105,54,122); }
td.TdClassName
{
border-color: #69367A;
}
.TagClassName
{
border-color: #69367A;
}
</style>