Shades of Eminence #6A357D
Tints of Eminence #6A357D
RGB
CMYK
RGB Variations
Color information
#6A357D (or 0x6A357D) is known color: Eminence. HEX triplet: 6A, 35 and 7D. RGB value is (106,53,125). Sum of RGB (Red+Green+Blue) = 106+53+125=284 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.32% from 284); Green value is 53 (21.09% from 255 or 18.66% from 284); Blue value is 125 (49.22% from 255 or 44.01% from 284); Max value from RGB is 125 - color contains mainly: blue. Hex color #6A357D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A357D is #95CA82. Grayscale: #4C4C4C. Windows color (decimal): -9816707 or 8205674. OLE color: 8205674.
HSL color Cylindrical-coordinate representation of color #6A357D: 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.58%. Process color model (Four color, CMYK) of #6A357D is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 106 | 53 | 125 | - |
| CMYK | 0.15 | 0.58 | 0 | 0.51 |
| HSL | 284.17º | 0.4% | 0.35% | - |
| HSV(B) | 284.17º | 0.58% | 0.49% | - |
| XYZ | 10.92 | 7.09 | 20.2 | - |
| YUV | 77.06 | 155.06 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 53 | 125 | 0.15 | 0.58 | 0 | 0.51 | 284.17 | 0.4 | 0.35 |
| Hex | 6A | 35 | 7D | F | 3A | 0 | 33 | 11C | 28 | 23 |
| Octal | 152 | 65 | 175 | 17 | 72 | 0 | 63 | 434 | 50 | 43 |
| Binary | 1101010 | 110101 | 1111101 | 1111 | 111010 | 0 | 110011 | 100011100 | 101000 | 100011 |
Color Harmonies of #6A357D
Complementary color
Monochromatic Colors of #6A357D
Black with #6A357D
Text Example
Text Example
White with #6A357D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A357D; }
p { color: rgb(106,53,125); }
H1.HeaderClassName
{
color: #6A357D;
}
.AnyTagClassName
{
color: #6A357D;
}
</style>
background-color css
<style>
a { background-color: #6A357D; }
a { background-color: rgb(106,53,125); }
div.DivClassName
{
background-color: #6A357D;
}
.BgClassName
{
background-color: #6A357D;
}
</style>
border-color css
<style>
span { border-color: #6A357D; }
span { border-color: rgb(106,53,125); }
td.TdClassName
{
border-color: #6A357D;
}
.TagClassName
{
border-color: #6A357D;
}
</style>