Shades of Eminence #6B367E
Tints of Eminence #6B367E
RGB
CMYK
RGB Variations
Color information
#6B367E (or 0x6B367E) is known color: Eminence. HEX triplet: 6B, 36 and 7E. RGB value is (107,54,126). Sum of RGB (Red+Green+Blue) = 107+54+126=287 (38% of max value = 765). Red value is 107 (42.19% from 255 or 37.28% from 287); Green value is 54 (21.48% from 255 or 18.82% from 287); Blue value is 126 (49.61% from 255 or 43.90% from 287); Max value from RGB is 126 - color contains mainly: blue. Hex color #6B367E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B367E is #94C981. Grayscale: #4D4D4D. Windows color (decimal): -9750914 or 8271467. OLE color: 8271467.
HSL color Cylindrical-coordinate representation of color #6B367E: hue angle of 284.17º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6B367E is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 107 | 54 | 126 | - |
| CMYK | 0.15 | 0.57 | 0 | 0.51 |
| HSL | 284.17º | 0.4% | 0.35% | - |
| HSV(B) | 284.17º | 0.57% | 0.49% | - |
| XYZ | 11.15 | 7.27 | 20.55 | - |
| YUV | 78.06 | 155.06 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 54 | 126 | 0.15 | 0.57 | 0 | 0.51 | 284.17 | 0.4 | 0.35 |
| Hex | 6B | 36 | 7E | F | 39 | 0 | 33 | 11C | 28 | 23 |
| Octal | 153 | 66 | 176 | 17 | 71 | 0 | 63 | 434 | 50 | 43 |
| Binary | 1101011 | 110110 | 1111110 | 1111 | 111001 | 0 | 110011 | 100011100 | 101000 | 100011 |
Color Harmonies of #6B367E
Complementary color
Monochromatic Colors of #6B367E
Black with #6B367E
Text Example
Text Example
White with #6B367E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B367E; }
p { color: rgb(107,54,126); }
H1.HeaderClassName
{
color: #6B367E;
}
.AnyTagClassName
{
color: #6B367E;
}
</style>
background-color css
<style>
a { background-color: #6B367E; }
a { background-color: rgb(107,54,126); }
div.DivClassName
{
background-color: #6B367E;
}
.BgClassName
{
background-color: #6B367E;
}
</style>
border-color css
<style>
span { border-color: #6B367E; }
span { border-color: rgb(107,54,126); }
td.TdClassName
{
border-color: #6B367E;
}
.TagClassName
{
border-color: #6B367E;
}
</style>