Shades of Eminence #6B357E
Tints of Eminence #6B357E
RGB
CMYK
RGB Variations
Color information
#6B357E (or 0x6B357E) is known color: Eminence. HEX triplet: 6B, 35 and 7E. RGB value is (107,53,126). Sum of RGB (Red+Green+Blue) = 107+53+126=286 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.41% from 286); Green value is 53 (21.09% from 255 or 18.53% from 286); Blue value is 126 (49.61% from 255 or 44.06% from 286); Max value from RGB is 126 - color contains mainly: blue. Hex color #6B357E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B357E is #94CA81. Grayscale: #4D4D4D. Windows color (decimal): -9751170 or 8271211. OLE color: 8271211.
HSL color Cylindrical-coordinate representation of color #6B357E: hue angle of 284.38º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6B357E is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 107 | 53 | 126 | - |
| CMYK | 0.15 | 0.58 | 0 | 0.51 |
| HSL | 284.38º | 0.41% | 0.35% | - |
| HSV(B) | 284.38º | 0.58% | 0.49% | - |
| XYZ | 11.1 | 7.18 | 20.54 | - |
| YUV | 77.47 | 155.39 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 53 | 126 | 0.15 | 0.58 | 0 | 0.51 | 284.38 | 0.41 | 0.35 |
| Hex | 6B | 35 | 7E | F | 3A | 0 | 33 | 11C | 29 | 23 |
| Octal | 153 | 65 | 176 | 17 | 72 | 0 | 63 | 434 | 51 | 43 |
| Binary | 1101011 | 110101 | 1111110 | 1111 | 111010 | 0 | 110011 | 100011100 | 101001 | 100011 |
Color Harmonies of #6B357E
Complementary color
Monochromatic Colors of #6B357E
Black with #6B357E
Text Example
Text Example
White with #6B357E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B357E; }
p { color: rgb(107,53,126); }
H1.HeaderClassName
{
color: #6B357E;
}
.AnyTagClassName
{
color: #6B357E;
}
</style>
background-color css
<style>
a { background-color: #6B357E; }
a { background-color: rgb(107,53,126); }
div.DivClassName
{
background-color: #6B357E;
}
.BgClassName
{
background-color: #6B357E;
}
</style>
border-color css
<style>
span { border-color: #6B357E; }
span { border-color: rgb(107,53,126); }
td.TdClassName
{
border-color: #6B357E;
}
.TagClassName
{
border-color: #6B357E;
}
</style>