Shades of Eminence #6F2483
Tints of Eminence #6F2483
RGB
CMYK
RGB Variations
Color information
#6F2483 (or 0x6F2483) is known color: Eminence. HEX triplet: 6F, 24 and 83. RGB value is (111,36,131). Sum of RGB (Red+Green+Blue) = 111+36+131=278 (36% of max value = 765). Red value is 111 (43.75% from 255 or 39.93% from 278); Green value is 36 (14.45% from 255 or 12.95% from 278); Blue value is 131 (51.56% from 255 or 47.12% from 278); Max value from RGB is 131 - color contains mainly: blue. Hex color #6F2483 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F2483 is #90DB7C. Grayscale: #444444. Windows color (decimal): -9493373 or 8594543. OLE color: 8594543.
HSL color Cylindrical-coordinate representation of color #6F2483: hue angle of 287.37º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6F2483 is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 111 | 36 | 131 | - |
| CMYK | 0.15 | 0.73 | 0 | 0.49 |
| HSL | 287.37º | 0.57% | 0.33% | - |
| HSV(B) | 287.37º | 0.73% | 0.51% | - |
| XYZ | 11.28 | 6.28 | 22.09 | - |
| YUV | 69.26 | 162.85 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 36 | 131 | 0.15 | 0.73 | 0 | 0.49 | 287.37 | 0.57 | 0.33 |
| Hex | 6F | 24 | 83 | F | 49 | 0 | 31 | 11F | 39 | 21 |
| Octal | 157 | 44 | 203 | 17 | 111 | 0 | 61 | 437 | 71 | 41 |
| Binary | 1101111 | 100100 | 10000011 | 1111 | 1001001 | 0 | 110001 | 100011111 | 111001 | 100001 |
Color Harmonies of #6F2483
Complementary color
Monochromatic Colors of #6F2483
Black with #6F2483
Text Example
Text Example
White with #6F2483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2483; }
p { color: rgb(111,36,131); }
H1.HeaderClassName
{
color: #6F2483;
}
.AnyTagClassName
{
color: #6F2483;
}
</style>
background-color css
<style>
a { background-color: #6F2483; }
a { background-color: rgb(111,36,131); }
div.DivClassName
{
background-color: #6F2483;
}
.BgClassName
{
background-color: #6F2483;
}
</style>
border-color css
<style>
span { border-color: #6F2483; }
span { border-color: rgb(111,36,131); }
td.TdClassName
{
border-color: #6F2483;
}
.TagClassName
{
border-color: #6F2483;
}
</style>