Shades of Eminence #6B3480
Tints of Eminence #6B3480
RGB
CMYK
RGB Variations
Color information
#6B3480 (or 0x6B3480) is known color: Eminence. HEX triplet: 6B, 34 and 80. RGB value is (107,52,128). Sum of RGB (Red+Green+Blue) = 107+52+128=287 (38% of max value = 765). Red value is 107 (42.19% from 255 or 37.28% from 287); Green value is 52 (20.70% from 255 or 18.12% from 287); Blue value is 128 (50.39% from 255 or 44.60% from 287); Max value from RGB is 128 - color contains mainly: blue. Hex color #6B3480 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B3480 is #94CB7F. Grayscale: #4C4C4C. Windows color (decimal): -9751424 or 8402027. OLE color: 8402027.
HSL color Cylindrical-coordinate representation of color #6B3480: hue angle of 283.42º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6B3480 is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 107 | 52 | 128 | - |
| CMYK | 0.16 | 0.59 | 0 | 0.50 |
| HSL | 283.42º | 0.42% | 0.35% | - |
| HSV(B) | 283.42º | 0.59% | 0.5% | - |
| XYZ | 11.19 | 7.14 | 21.21 | - |
| YUV | 77.11 | 156.72 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 52 | 128 | 0.16 | 0.59 | 0 | 0.50 | 283.42 | 0.42 | 0.35 |
| Hex | 6B | 34 | 80 | 10 | 3B | 0 | 32 | 11B | 2A | 23 |
| Octal | 153 | 64 | 200 | 20 | 73 | 0 | 62 | 433 | 52 | 43 |
| Binary | 1101011 | 110100 | 10000000 | 10000 | 111011 | 0 | 110010 | 100011011 | 101010 | 100011 |
Color Harmonies of #6B3480
Complementary color
Monochromatic Colors of #6B3480
Black with #6B3480
Text Example
Text Example
White with #6B3480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3480; }
p { color: rgb(107,52,128); }
H1.HeaderClassName
{
color: #6B3480;
}
.AnyTagClassName
{
color: #6B3480;
}
</style>
background-color css
<style>
a { background-color: #6B3480; }
a { background-color: rgb(107,52,128); }
div.DivClassName
{
background-color: #6B3480;
}
.BgClassName
{
background-color: #6B3480;
}
</style>
border-color css
<style>
span { border-color: #6B3480; }
span { border-color: rgb(107,52,128); }
td.TdClassName
{
border-color: #6B3480;
}
.TagClassName
{
border-color: #6B3480;
}
</style>