Shades of Eminence #683081
Tints of Eminence #683081
RGB
CMYK
RGB Variations
Color information
#683081 (or 0x683081) is known color: Eminence. HEX triplet: 68, 30 and 81. RGB value is (104,48,129). Sum of RGB (Red+Green+Blue) = 104+48+129=281 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.01% from 281); Green value is 48 (19.14% from 255 or 17.08% from 281); Blue value is 129 (50.78% from 255 or 45.91% from 281); Max value from RGB is 129 - color contains mainly: blue. Hex color #683081 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #683081 is #97CF7E. Grayscale: #494949. Windows color (decimal): -9949055 or 8466536. OLE color: 8466536.
HSL color Cylindrical-coordinate representation of color #683081: hue angle of 281.48º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #683081 is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 104 | 48 | 129 | - |
| CMYK | 0.19 | 0.63 | 0 | 0.49 |
| HSL | 281.48º | 0.46% | 0.35% | - |
| HSV(B) | 281.48º | 0.63% | 0.51% | - |
| XYZ | 10.73 | 6.64 | 21.49 | - |
| YUV | 73.98 | 159.05 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 48 | 129 | 0.19 | 0.63 | 0 | 0.49 | 281.48 | 0.46 | 0.35 |
| Hex | 68 | 30 | 81 | 13 | 3F | 0 | 31 | 119 | 2E | 23 |
| Octal | 150 | 60 | 201 | 23 | 77 | 0 | 61 | 431 | 56 | 43 |
| Binary | 1101000 | 110000 | 10000001 | 10011 | 111111 | 0 | 110001 | 100011001 | 101110 | 100011 |
Color Harmonies of #683081
Complementary color
Monochromatic Colors of #683081
Black with #683081
Text Example
Text Example
White with #683081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683081; }
p { color: rgb(104,48,129); }
H1.HeaderClassName
{
color: #683081;
}
.AnyTagClassName
{
color: #683081;
}
</style>
background-color css
<style>
a { background-color: #683081; }
a { background-color: rgb(104,48,129); }
div.DivClassName
{
background-color: #683081;
}
.BgClassName
{
background-color: #683081;
}
</style>
border-color css
<style>
span { border-color: #683081; }
span { border-color: rgb(104,48,129); }
td.TdClassName
{
border-color: #683081;
}
.TagClassName
{
border-color: #683081;
}
</style>