Shades of Eminence #6B3082
Tints of Eminence #6B3082
RGB
CMYK
RGB Variations
Color information
#6B3082 (or 0x6B3082) is known color: Eminence. HEX triplet: 6B, 30 and 82. RGB value is (107,48,130). Sum of RGB (Red+Green+Blue) = 107+48+130=285 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.54% from 285); Green value is 48 (19.14% from 255 or 16.84% from 285); Blue value is 130 (51.17% from 255 or 45.61% from 285); Max value from RGB is 130 - color contains mainly: blue. Hex color #6B3082 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B3082 is #94CF7D. Grayscale: #4A4A4A. Windows color (decimal): -9752446 or 8532075. OLE color: 8532075.
HSL color Cylindrical-coordinate representation of color #6B3082: hue angle of 283.17º 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 #6B3082 is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 107 | 48 | 130 | - |
| CMYK | 0.18 | 0.63 | 0 | 0.49 |
| HSL | 283.17º | 0.46% | 0.35% | - |
| HSV(B) | 283.17º | 0.63% | 0.51% | - |
| XYZ | 11.15 | 6.85 | 21.85 | - |
| YUV | 74.99 | 159.05 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 48 | 130 | 0.18 | 0.63 | 0 | 0.49 | 283.17 | 0.46 | 0.35 |
| Hex | 6B | 30 | 82 | 12 | 3F | 0 | 31 | 11B | 2E | 23 |
| Octal | 153 | 60 | 202 | 22 | 77 | 0 | 61 | 433 | 56 | 43 |
| Binary | 1101011 | 110000 | 10000010 | 10010 | 111111 | 0 | 110001 | 100011011 | 101110 | 100011 |
Color Harmonies of #6B3082
Complementary color
Monochromatic Colors of #6B3082
Black with #6B3082
Text Example
Text Example
White with #6B3082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3082; }
p { color: rgb(107,48,130); }
H1.HeaderClassName
{
color: #6B3082;
}
.AnyTagClassName
{
color: #6B3082;
}
</style>
background-color css
<style>
a { background-color: #6B3082; }
a { background-color: rgb(107,48,130); }
div.DivClassName
{
background-color: #6B3082;
}
.BgClassName
{
background-color: #6B3082;
}
</style>
border-color css
<style>
span { border-color: #6B3082; }
span { border-color: rgb(107,48,130); }
td.TdClassName
{
border-color: #6B3082;
}
.TagClassName
{
border-color: #6B3082;
}
</style>