#723082

Color #723082 Eminence (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eminence #723082

Tints of Eminence #723082

Color information

#723082 (or 0x723082) is unknown color: approx Eminence. HEX triplet: 72, 30 and 82. RGB value is (114,48,130). Sum of RGB (Red+Green+Blue) = 114+48+130=292 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.04% from 292); Green value is 48 (19.14% from 255 or 16.44% from 292); Blue value is 130 (51.17% from 255 or 44.52% from 292); Max value from RGB is 130 - color contains mainly: blue. Hex color #723082 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #723082 is #8DCF7D. Grayscale: #4C4C4C. Windows color (decimal): -9293694 or 8532082. OLE color: 8532082.

HSL color Cylindrical-coordinate representation of color #723082: hue angle of 288.29º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #723082 is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11448130-
CMYK0.120.6300.49
HSL288.29º46.07%34.9%-
HSV(B)288.29º63.08%50.98%-
XYZ12.037.321.89-
YUV77.08157.87154.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 114 (44.92% from 255) = 39.04%
GREEN value IS 48 (19.14% from 255) = 16.44%
BLUE value IS 130 (51.17% from 255) = 44.52%
R=39.04%
G=16.44%
B=44.52%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal114481300.120.6300.49288.2946.0734.9
Hex723082C3F0311202e23
Octal1626020214770614405643
Binary11100101100001000001011001111110110001100100000101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723082; }

 p { color: rgb(114,48,130); }

 H1.HeaderClassName
 {
   color: #723082;
 }
 .AnyTagClassName
 {
   color: #723082;
 }
</style>
background-color css

<style>
 a { background-color: #723082; }

 a { background-color: rgb(114,48,130); }

 div.DivClassName
 {
   background-color: #723082;
 }
 .BgClassName
 {
   background-color: #723082;
 }
</style>
border-color css

<style>
 span { border-color: #723082; }

 span { border-color: rgb(114,48,130); }

 td.TdClassName
 {
   border-color: #723082;
 }
 .TagClassName
 {
   border-color: #723082;
 }
</style>