Shades of Eminence #6B3484
Tints of Eminence #6B3484
RGB
CMYK
RGB Variations
Color information
#6B3484 (or 0x6B3484) is known color: Eminence. HEX triplet: 6B, 34 and 84. RGB value is (107,52,132). Sum of RGB (Red+Green+Blue) = 107+52+132=291 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.77% from 291); Green value is 52 (20.70% from 255 or 17.87% from 291); Blue value is 132 (51.95% from 255 or 45.36% from 291); Max value from RGB is 132 - color contains mainly: blue. Hex color #6B3484 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B3484 is #94CB7B. Grayscale: #4D4D4D. Windows color (decimal): -9751420 or 8664171. OLE color: 8664171.
HSL color Cylindrical-coordinate representation of color #6B3484: hue angle of 281.25º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6B3484 is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 107 | 52 | 132 | - |
| CMYK | 0.19 | 0.61 | 0 | 0.48 |
| HSL | 281.25º | 0.43% | 0.36% | - |
| HSV(B) | 281.25º | 0.61% | 0.52% | - |
| XYZ | 11.46 | 7.25 | 22.62 | - |
| YUV | 77.57 | 158.72 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 52 | 132 | 0.19 | 0.61 | 0 | 0.48 | 281.25 | 0.43 | 0.36 |
| Hex | 6B | 34 | 84 | 13 | 3D | 0 | 30 | 119 | 2B | 24 |
| Octal | 153 | 64 | 204 | 23 | 75 | 0 | 60 | 431 | 53 | 44 |
| Binary | 1101011 | 110100 | 10000100 | 10011 | 111101 | 0 | 110000 | 100011001 | 101011 | 100100 |
Color Harmonies of #6B3484
Complementary color
Monochromatic Colors of #6B3484
Black with #6B3484
Text Example
Text Example
White with #6B3484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3484; }
p { color: rgb(107,52,132); }
H1.HeaderClassName
{
color: #6B3484;
}
.AnyTagClassName
{
color: #6B3484;
}
</style>
background-color css
<style>
a { background-color: #6B3484; }
a { background-color: rgb(107,52,132); }
div.DivClassName
{
background-color: #6B3484;
}
.BgClassName
{
background-color: #6B3484;
}
</style>
border-color css
<style>
span { border-color: #6B3484; }
span { border-color: rgb(107,52,132); }
td.TdClassName
{
border-color: #6B3484;
}
.TagClassName
{
border-color: #6B3484;
}
</style>