Shades of Eminence #6B3585
Tints of Eminence #6B3585
RGB
CMYK
RGB Variations
Color information
#6B3585 (or 0x6B3585) is known color: Eminence. HEX triplet: 6B, 35 and 85. RGB value is (107,53,133). Sum of RGB (Red+Green+Blue) = 107+53+133=293 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.52% from 293); Green value is 53 (21.09% from 255 or 18.09% from 293); Blue value is 133 (52.34% from 255 or 45.39% from 293); Max value from RGB is 133 - color contains mainly: blue. Hex color #6B3585 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B3585 is #94CA7A. Grayscale: #4E4E4E. Windows color (decimal): -9751163 or 8729963. OLE color: 8729963.
HSL color Cylindrical-coordinate representation of color #6B3585: hue angle of 280.5º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6B3585 is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 107 | 53 | 133 | - |
| CMYK | 0.20 | 0.60 | 0 | 0.48 |
| HSL | 280.5º | 0.43% | 0.36% | - |
| HSV(B) | 280.5º | 0.6% | 0.52% | - |
| XYZ | 11.57 | 7.37 | 23 | - |
| YUV | 78.27 | 158.89 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 53 | 133 | 0.20 | 0.60 | 0 | 0.48 | 280.5 | 0.43 | 0.36 |
| Hex | 6B | 35 | 85 | 14 | 3C | 0 | 30 | 118 | 2B | 24 |
| Octal | 153 | 65 | 205 | 24 | 74 | 0 | 60 | 430 | 53 | 44 |
| Binary | 1101011 | 110101 | 10000101 | 10100 | 111100 | 0 | 110000 | 100011000 | 101011 | 100100 |
Color Harmonies of #6B3585
Complementary color
Monochromatic Colors of #6B3585
Black with #6B3585
Text Example
Text Example
White with #6B3585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3585; }
p { color: rgb(107,53,133); }
H1.HeaderClassName
{
color: #6B3585;
}
.AnyTagClassName
{
color: #6B3585;
}
</style>
background-color css
<style>
a { background-color: #6B3585; }
a { background-color: rgb(107,53,133); }
div.DivClassName
{
background-color: #6B3585;
}
.BgClassName
{
background-color: #6B3585;
}
</style>
border-color css
<style>
span { border-color: #6B3585; }
span { border-color: rgb(107,53,133); }
td.TdClassName
{
border-color: #6B3585;
}
.TagClassName
{
border-color: #6B3585;
}
</style>