Shades of Eminence #723782
Tints of Eminence #723782
RGB
CMYK
RGB Variations
Color information
#723782 (or 0x723782) is known color: Eminence. HEX triplet: 72, 37 and 82. RGB value is (114,55,130). Sum of RGB (Red+Green+Blue) = 114+55+130=299 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.13% from 299); Green value is 55 (21.88% from 255 or 18.39% from 299); Blue value is 130 (51.17% from 255 or 43.48% from 299); Max value from RGB is 130 - color contains mainly: blue. Hex color #723782 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #723782 is #8DC87D. Grayscale: #505050. Windows color (decimal): -9291902 or 8533874. OLE color: 8533874.
HSL color Cylindrical-coordinate representation of color #723782: hue angle of 287.2º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #723782 is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 114 | 55 | 130 | - |
| CMYK | 0.12 | 0.58 | 0 | 0.49 |
| HSL | 287.2º | 0.41% | 0.36% | - |
| HSV(B) | 287.2º | 0.58% | 0.51% | - |
| XYZ | 12.33 | 7.92 | 22 | - |
| YUV | 81.19 | 155.55 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 55 | 130 | 0.12 | 0.58 | 0 | 0.49 | 287.2 | 0.41 | 0.36 |
| Hex | 72 | 37 | 82 | C | 3A | 0 | 31 | 11F | 29 | 24 |
| Octal | 162 | 67 | 202 | 14 | 72 | 0 | 61 | 437 | 51 | 44 |
| Binary | 1110010 | 110111 | 10000010 | 1100 | 111010 | 0 | 110001 | 100011111 | 101001 | 100100 |
Color Harmonies of #723782
Complementary color
Monochromatic Colors of #723782
Black with #723782
Text Example
Text Example
White with #723782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723782; }
p { color: rgb(114,55,130); }
H1.HeaderClassName
{
color: #723782;
}
.AnyTagClassName
{
color: #723782;
}
</style>
background-color css
<style>
a { background-color: #723782; }
a { background-color: rgb(114,55,130); }
div.DivClassName
{
background-color: #723782;
}
.BgClassName
{
background-color: #723782;
}
</style>
border-color css
<style>
span { border-color: #723782; }
span { border-color: rgb(114,55,130); }
td.TdClassName
{
border-color: #723782;
}
.TagClassName
{
border-color: #723782;
}
</style>