Shades of Eminence #6B3C7C
Tints of Eminence #6B3C7C
RGB
CMYK
RGB Variations
Color information
#6B3C7C (or 0x6B3C7C) is known color: Eminence. HEX triplet: 6B, 3C and 7C. RGB value is (107,60,124). Sum of RGB (Red+Green+Blue) = 107+60+124=291 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.77% from 291); Green value is 60 (23.83% from 255 or 20.62% from 291); Blue value is 124 (48.83% from 255 or 42.61% from 291); Max value from RGB is 124 - color contains mainly: blue. Hex color #6B3C7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B3C7C is #94C383. Grayscale: #515151. Windows color (decimal): -9749380 or 8141931. OLE color: 8141931.
HSL color Cylindrical-coordinate representation of color #6B3C7C: hue angle of 284.06º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6B3C7C is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 107 | 60 | 124 | - |
| CMYK | 0.14 | 0.52 | 0 | 0.51 |
| HSL | 284.06º | 0.35% | 0.36% | - |
| HSV(B) | 284.06º | 0.52% | 0.49% | - |
| XYZ | 11.32 | 7.81 | 19.98 | - |
| YUV | 81.35 | 152.07 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 60 | 124 | 0.14 | 0.52 | 0 | 0.51 | 284.06 | 0.35 | 0.36 |
| Hex | 6B | 3C | 7C | E | 34 | 0 | 33 | 11C | 23 | 24 |
| Octal | 153 | 74 | 174 | 16 | 64 | 0 | 63 | 434 | 43 | 44 |
| Binary | 1101011 | 111100 | 1111100 | 1110 | 110100 | 0 | 110011 | 100011100 | 100011 | 100100 |
Color Harmonies of #6B3C7C
Complementary color
Monochromatic Colors of #6B3C7C
Black with #6B3C7C
Text Example
Text Example
White with #6B3C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3C7C; }
p { color: rgb(107,60,124); }
H1.HeaderClassName
{
color: #6B3C7C;
}
.AnyTagClassName
{
color: #6B3C7C;
}
</style>
background-color css
<style>
a { background-color: #6B3C7C; }
a { background-color: rgb(107,60,124); }
div.DivClassName
{
background-color: #6B3C7C;
}
.BgClassName
{
background-color: #6B3C7C;
}
</style>
border-color css
<style>
span { border-color: #6B3C7C; }
span { border-color: rgb(107,60,124); }
td.TdClassName
{
border-color: #6B3C7C;
}
.TagClassName
{
border-color: #6B3C7C;
}
</style>