Shades of Eminence #6B3672
Tints of Eminence #6B3672
RGB
CMYK
RGB Variations
Color information
#6B3672 (or 0x6B3672) is known color: Eminence. HEX triplet: 6B, 36 and 72. RGB value is (107,54,114). Sum of RGB (Red+Green+Blue) = 107+54+114=275 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.91% from 275); Green value is 54 (21.48% from 255 or 19.64% from 275); Blue value is 114 (44.92% from 255 or 41.45% from 275); Max value from RGB is 114 - color contains mainly: blue. Hex color #6B3672 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B3672 is #94C98D. Grayscale: #4C4C4C. Windows color (decimal): -9750926 or 7485035. OLE color: 7485035.
HSL color Cylindrical-coordinate representation of color #6B3672: hue angle of 293º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6B3672 is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 107 | 54 | 114 | - |
| CMYK | 0.06 | 0.53 | 0 | 0.55 |
| HSL | 293º | 0.36% | 0.33% | - |
| HSV(B) | 293º | 0.53% | 0.45% | - |
| XYZ | 10.42 | 6.98 | 16.72 | - |
| YUV | 76.69 | 149.06 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 54 | 114 | 0.06 | 0.53 | 0 | 0.55 | 293 | 0.36 | 0.33 |
| Hex | 6B | 36 | 72 | 6 | 35 | 0 | 37 | 125 | 24 | 21 |
| Octal | 153 | 66 | 162 | 6 | 65 | 0 | 67 | 445 | 44 | 41 |
| Binary | 1101011 | 110110 | 1110010 | 110 | 110101 | 0 | 110111 | 100100101 | 100100 | 100001 |
Color Harmonies of #6B3672
Complementary color
Monochromatic Colors of #6B3672
Black with #6B3672
Text Example
Text Example
White with #6B3672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3672; }
p { color: rgb(107,54,114); }
H1.HeaderClassName
{
color: #6B3672;
}
.AnyTagClassName
{
color: #6B3672;
}
</style>
background-color css
<style>
a { background-color: #6B3672; }
a { background-color: rgb(107,54,114); }
div.DivClassName
{
background-color: #6B3672;
}
.BgClassName
{
background-color: #6B3672;
}
</style>
border-color css
<style>
span { border-color: #6B3672; }
span { border-color: rgb(107,54,114); }
td.TdClassName
{
border-color: #6B3672;
}
.TagClassName
{
border-color: #6B3672;
}
</style>