Shades of Eminence #6C287F
Tints of Eminence #6C287F
RGB
CMYK
RGB Variations
Color information
#6C287F (or 0x6C287F) is known color: Eminence. HEX triplet: 6C, 28 and 7F. RGB value is (108,40,127). Sum of RGB (Red+Green+Blue) = 108+40+127=275 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.27% from 275); Green value is 40 (16.02% from 255 or 14.55% from 275); Blue value is 127 (50% from 255 or 46.18% from 275); Max value from RGB is 127 - color contains mainly: blue. Hex color #6C287F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C287F is #93D780. Grayscale: #454545. Windows color (decimal): -9688961 or 8333420. OLE color: 8333420.
HSL color Cylindrical-coordinate representation of color #6C287F: hue angle of 286.9º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6C287F is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 108 | 40 | 127 | - |
| CMYK | 0.15 | 0.69 | 0 | 0.50 |
| HSL | 286.9º | 0.52% | 0.33% | - |
| HSV(B) | 286.9º | 0.69% | 0.5% | - |
| XYZ | 10.77 | 6.24 | 20.71 | - |
| YUV | 70.25 | 160.03 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 40 | 127 | 0.15 | 0.69 | 0 | 0.50 | 286.9 | 0.52 | 0.33 |
| Hex | 6C | 28 | 7F | F | 45 | 0 | 32 | 11F | 34 | 21 |
| Octal | 154 | 50 | 177 | 17 | 105 | 0 | 62 | 437 | 64 | 41 |
| Binary | 1101100 | 101000 | 1111111 | 1111 | 1000101 | 0 | 110010 | 100011111 | 110100 | 100001 |
Color Harmonies of #6C287F
Complementary color
Monochromatic Colors of #6C287F
Black with #6C287F
Text Example
Text Example
White with #6C287F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C287F; }
p { color: rgb(108,40,127); }
H1.HeaderClassName
{
color: #6C287F;
}
.AnyTagClassName
{
color: #6C287F;
}
</style>
background-color css
<style>
a { background-color: #6C287F; }
a { background-color: rgb(108,40,127); }
div.DivClassName
{
background-color: #6C287F;
}
.BgClassName
{
background-color: #6C287F;
}
</style>
border-color css
<style>
span { border-color: #6C287F; }
span { border-color: rgb(108,40,127); }
td.TdClassName
{
border-color: #6C287F;
}
.TagClassName
{
border-color: #6C287F;
}
</style>