Shades of Eminence #6B2885
Tints of Eminence #6B2885
RGB
CMYK
RGB Variations
Color information
#6B2885 (or 0x6B2885) is known color: Eminence. HEX triplet: 6B, 28 and 85. RGB value is (107,40,133). Sum of RGB (Red+Green+Blue) = 107+40+133=280 (37% of max value = 765). Red value is 107 (42.19% from 255 or 38.21% from 280); Green value is 40 (16.02% from 255 or 14.29% from 280); Blue value is 133 (52.34% from 255 or 47.5% from 280); Max value from RGB is 133 - color contains mainly: blue. Hex color #6B2885 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B2885 is #94D77A. Grayscale: #464646. Windows color (decimal): -9754491 or 8726635. OLE color: 8726635.
HSL color Cylindrical-coordinate representation of color #6B2885: hue angle of 283.23º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6B2885 is Cyan = 0.20, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 107 | 40 | 133 | - |
| CMYK | 0.20 | 0.70 | 0 | 0.48 |
| HSL | 283.23º | 0.54% | 0.34% | - |
| HSV(B) | 283.23º | 0.7% | 0.52% | - |
| XYZ | 11.06 | 6.34 | 22.83 | - |
| YUV | 70.64 | 163.2 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 40 | 133 | 0.20 | 0.70 | 0 | 0.48 | 283.23 | 0.54 | 0.34 |
| Hex | 6B | 28 | 85 | 14 | 46 | 0 | 30 | 11B | 36 | 22 |
| Octal | 153 | 50 | 205 | 24 | 106 | 0 | 60 | 433 | 66 | 42 |
| Binary | 1101011 | 101000 | 10000101 | 10100 | 1000110 | 0 | 110000 | 100011011 | 110110 | 100010 |
Color Harmonies of #6B2885
Complementary color
Monochromatic Colors of #6B2885
Black with #6B2885
Text Example
Text Example
White with #6B2885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2885; }
p { color: rgb(107,40,133); }
H1.HeaderClassName
{
color: #6B2885;
}
.AnyTagClassName
{
color: #6B2885;
}
</style>
background-color css
<style>
a { background-color: #6B2885; }
a { background-color: rgb(107,40,133); }
div.DivClassName
{
background-color: #6B2885;
}
.BgClassName
{
background-color: #6B2885;
}
</style>
border-color css
<style>
span { border-color: #6B2885; }
span { border-color: rgb(107,40,133); }
td.TdClassName
{
border-color: #6B2885;
}
.TagClassName
{
border-color: #6B2885;
}
</style>