Shades of Eminence #67307A
Tints of Eminence #67307A
RGB
CMYK
RGB Variations
Color information
#67307A (or 0x67307A) is known color: Eminence. HEX triplet: 67, 30 and 7A. RGB value is (103,48,122). Sum of RGB (Red+Green+Blue) = 103+48+122=273 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.73% from 273); Green value is 48 (19.14% from 255 or 17.58% from 273); Blue value is 122 (48.05% from 255 or 44.69% from 273); Max value from RGB is 122 - color contains mainly: blue. Hex color #67307A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67307A is #98CF85. Grayscale: #484848. Windows color (decimal): -10014598 or 8007783. OLE color: 8007783.
HSL color Cylindrical-coordinate representation of color #67307A: hue angle of 284.59º 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 #67307A is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 103 | 48 | 122 | - |
| CMYK | 0.16 | 0.61 | 0 | 0.52 |
| HSL | 284.59º | 0.44% | 0.33% | - |
| HSV(B) | 284.59º | 0.61% | 0.48% | - |
| XYZ | 10.16 | 6.4 | 19.11 | - |
| YUV | 72.88 | 155.72 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 48 | 122 | 0.16 | 0.61 | 0 | 0.52 | 284.59 | 0.44 | 0.33 |
| Hex | 67 | 30 | 7A | 10 | 3D | 0 | 34 | 11D | 2C | 21 |
| Octal | 147 | 60 | 172 | 20 | 75 | 0 | 64 | 435 | 54 | 41 |
| Binary | 1100111 | 110000 | 1111010 | 10000 | 111101 | 0 | 110100 | 100011101 | 101100 | 100001 |
Color Harmonies of #67307A
Complementary color
Monochromatic Colors of #67307A
Black with #67307A
Text Example
Text Example
White with #67307A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67307A; }
p { color: rgb(103,48,122); }
H1.HeaderClassName
{
color: #67307A;
}
.AnyTagClassName
{
color: #67307A;
}
</style>
background-color css
<style>
a { background-color: #67307A; }
a { background-color: rgb(103,48,122); }
div.DivClassName
{
background-color: #67307A;
}
.BgClassName
{
background-color: #67307A;
}
</style>
border-color css
<style>
span { border-color: #67307A; }
span { border-color: rgb(103,48,122); }
td.TdClassName
{
border-color: #67307A;
}
.TagClassName
{
border-color: #67307A;
}
</style>