Shades of Eminence #674272
Tints of Eminence #674272
RGB
CMYK
RGB Variations
Color information
#674272 (or 0x674272) is known color: Eminence. HEX triplet: 67, 42 and 72. RGB value is (103,66,114). Sum of RGB (Red+Green+Blue) = 103+66+114=283 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.40% from 283); Green value is 66 (26.17% from 255 or 23.32% from 283); Blue value is 114 (44.92% from 255 or 40.28% from 283); Max value from RGB is 114 - color contains mainly: blue. Hex color #674272 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #674272 is #98BD8D. Grayscale: #525252. Windows color (decimal): -10009998 or 7488103. OLE color: 7488103.
HSL color Cylindrical-coordinate representation of color #674272: hue angle of 286.25º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #674272 is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 103 | 66 | 114 | - |
| CMYK | 0.10 | 0.42 | 0 | 0.55 |
| HSL | 286.25º | 0.27% | 0.35% | - |
| HSV(B) | 286.25º | 0.42% | 0.45% | - |
| XYZ | 10.58 | 7.99 | 16.91 | - |
| YUV | 82.54 | 145.76 | 142.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 66 | 114 | 0.10 | 0.42 | 0 | 0.55 | 286.25 | 0.27 | 0.35 |
| Hex | 67 | 42 | 72 | A | 2A | 0 | 37 | 11E | 1B | 23 |
| Octal | 147 | 102 | 162 | 12 | 52 | 0 | 67 | 436 | 33 | 43 |
| Binary | 1100111 | 1000010 | 1110010 | 1010 | 101010 | 0 | 110111 | 100011110 | 11011 | 100011 |
Color Harmonies of #674272
Complementary color
Monochromatic Colors of #674272
Black with #674272
Text Example
Text Example
White with #674272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674272; }
p { color: rgb(103,66,114); }
H1.HeaderClassName
{
color: #674272;
}
.AnyTagClassName
{
color: #674272;
}
</style>
background-color css
<style>
a { background-color: #674272; }
a { background-color: rgb(103,66,114); }
div.DivClassName
{
background-color: #674272;
}
.BgClassName
{
background-color: #674272;
}
</style>
border-color css
<style>
span { border-color: #674272; }
span { border-color: rgb(103,66,114); }
td.TdClassName
{
border-color: #674272;
}
.TagClassName
{
border-color: #674272;
}
</style>