Shades of Eminence #69357D
Tints of Eminence #69357D
RGB
CMYK
RGB Variations
Color information
#69357D (or 0x69357D) is known color: Eminence. HEX triplet: 69, 35 and 7D. RGB value is (105,53,125). Sum of RGB (Red+Green+Blue) = 105+53+125=283 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.10% from 283); Green value is 53 (21.09% from 255 or 18.73% from 283); Blue value is 125 (49.22% from 255 or 44.17% from 283); Max value from RGB is 125 - color contains mainly: blue. Hex color #69357D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69357D is #96CA82. Grayscale: #4C4C4C. Windows color (decimal): -9882243 or 8205673. OLE color: 8205673.
HSL color Cylindrical-coordinate representation of color #69357D: hue angle of 283.33º degrees, saturation: 0.4, 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 #69357D is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 105 | 53 | 125 | - |
| CMYK | 0.16 | 0.58 | 0 | 0.51 |
| HSL | 283.33º | 0.4% | 0.35% | - |
| HSV(B) | 283.33º | 0.58% | 0.49% | - |
| XYZ | 10.8 | 7.03 | 20.19 | - |
| YUV | 76.76 | 155.23 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 53 | 125 | 0.16 | 0.58 | 0 | 0.51 | 283.33 | 0.4 | 0.35 |
| Hex | 69 | 35 | 7D | 10 | 3A | 0 | 33 | 11B | 28 | 23 |
| Octal | 151 | 65 | 175 | 20 | 72 | 0 | 63 | 433 | 50 | 43 |
| Binary | 1101001 | 110101 | 1111101 | 10000 | 111010 | 0 | 110011 | 100011011 | 101000 | 100011 |
Color Harmonies of #69357D
Complementary color
Monochromatic Colors of #69357D
Black with #69357D
Text Example
Text Example
White with #69357D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69357D; }
p { color: rgb(105,53,125); }
H1.HeaderClassName
{
color: #69357D;
}
.AnyTagClassName
{
color: #69357D;
}
</style>
background-color css
<style>
a { background-color: #69357D; }
a { background-color: rgb(105,53,125); }
div.DivClassName
{
background-color: #69357D;
}
.BgClassName
{
background-color: #69357D;
}
</style>
border-color css
<style>
span { border-color: #69357D; }
span { border-color: rgb(105,53,125); }
td.TdClassName
{
border-color: #69357D;
}
.TagClassName
{
border-color: #69357D;
}
</style>