Shades of Eminence #67307C
Tints of Eminence #67307C
RGB
CMYK
RGB Variations
Color information
#67307C (or 0x67307C) is known color: Eminence. HEX triplet: 67, 30 and 7C. RGB value is (103,48,124). Sum of RGB (Red+Green+Blue) = 103+48+124=275 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.45% from 275); Green value is 48 (19.14% from 255 or 17.45% from 275); Blue value is 124 (48.83% from 255 or 45.09% from 275); Max value from RGB is 124 - color contains mainly: blue. Hex color #67307C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67307C is #98CF83. Grayscale: #484848. Windows color (decimal): -10014596 or 8138855. OLE color: 8138855.
HSL color Cylindrical-coordinate representation of color #67307C: hue angle of 283.42º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #67307C is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 103 | 48 | 124 | - |
| CMYK | 0.17 | 0.61 | 0 | 0.51 |
| HSL | 283.42º | 0.44% | 0.34% | - |
| HSV(B) | 283.42º | 0.61% | 0.49% | - |
| XYZ | 10.29 | 6.45 | 19.77 | - |
| YUV | 73.11 | 156.72 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 48 | 124 | 0.17 | 0.61 | 0 | 0.51 | 283.42 | 0.44 | 0.34 |
| Hex | 67 | 30 | 7C | 11 | 3D | 0 | 33 | 11B | 2C | 22 |
| Octal | 147 | 60 | 174 | 21 | 75 | 0 | 63 | 433 | 54 | 42 |
| Binary | 1100111 | 110000 | 1111100 | 10001 | 111101 | 0 | 110011 | 100011011 | 101100 | 100010 |
Color Harmonies of #67307C
Complementary color
Monochromatic Colors of #67307C
Black with #67307C
Text Example
Text Example
White with #67307C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67307C; }
p { color: rgb(103,48,124); }
H1.HeaderClassName
{
color: #67307C;
}
.AnyTagClassName
{
color: #67307C;
}
</style>
background-color css
<style>
a { background-color: #67307C; }
a { background-color: rgb(103,48,124); }
div.DivClassName
{
background-color: #67307C;
}
.BgClassName
{
background-color: #67307C;
}
</style>
border-color css
<style>
span { border-color: #67307C; }
span { border-color: rgb(103,48,124); }
td.TdClassName
{
border-color: #67307C;
}
.TagClassName
{
border-color: #67307C;
}
</style>