Shades of Eminence #68307A
Tints of Eminence #68307A
RGB
CMYK
RGB Variations
Color information
#68307A (or 0x68307A) is known color: Eminence. HEX triplet: 68, 30 and 7A. RGB value is (104,48,122). Sum of RGB (Red+Green+Blue) = 104+48+122=274 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.96% from 274); Green value is 48 (19.14% from 255 or 17.52% from 274); Blue value is 122 (48.05% from 255 or 44.53% from 274); Max value from RGB is 122 - color contains mainly: blue. Hex color #68307A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68307A is #97CF85. Grayscale: #484848. Windows color (decimal): -9949062 or 8007784. OLE color: 8007784.
HSL color Cylindrical-coordinate representation of color #68307A: hue angle of 285.41º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #68307A is Cyan = 0.15, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 104 | 48 | 122 | - |
| CMYK | 0.15 | 0.61 | 0 | 0.52 |
| HSL | 285.41º | 0.44% | 0.33% | - |
| HSV(B) | 285.41º | 0.61% | 0.48% | - |
| XYZ | 10.28 | 6.46 | 19.12 | - |
| YUV | 73.18 | 155.55 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 48 | 122 | 0.15 | 0.61 | 0 | 0.52 | 285.41 | 0.44 | 0.33 |
| Hex | 68 | 30 | 7A | F | 3D | 0 | 34 | 11D | 2C | 21 |
| Octal | 150 | 60 | 172 | 17 | 75 | 0 | 64 | 435 | 54 | 41 |
| Binary | 1101000 | 110000 | 1111010 | 1111 | 111101 | 0 | 110100 | 100011101 | 101100 | 100001 |
Color Harmonies of #68307A
Complementary color
Monochromatic Colors of #68307A
Black with #68307A
Text Example
Text Example
White with #68307A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68307A; }
p { color: rgb(104,48,122); }
H1.HeaderClassName
{
color: #68307A;
}
.AnyTagClassName
{
color: #68307A;
}
</style>
background-color css
<style>
a { background-color: #68307A; }
a { background-color: rgb(104,48,122); }
div.DivClassName
{
background-color: #68307A;
}
.BgClassName
{
background-color: #68307A;
}
</style>
border-color css
<style>
span { border-color: #68307A; }
span { border-color: rgb(104,48,122); }
td.TdClassName
{
border-color: #68307A;
}
.TagClassName
{
border-color: #68307A;
}
</style>