#703082

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

Shades of Eminence #703082

Tints of Eminence #703082

Color information

#703082 (or 0x703082) is unknown color: approx Eminence. HEX triplet: 70, 30 and 82. RGB value is (112,48,130). Sum of RGB (Red+Green+Blue) = 112+48+130=290 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.62% from 290); Green value is 48 (19.14% from 255 or 16.55% from 290); Blue value is 130 (51.17% from 255 or 44.83% from 290); Max value from RGB is 130 - color contains mainly: blue. Hex color #703082 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703082 is #8FCF7D. Grayscale: #4C4C4C. Windows color (decimal): -9424766 or 8532080. OLE color: 8532080.

HSL color Cylindrical-coordinate representation of color #703082: hue angle of 286.83º 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 #703082 is Cyan = 0.14, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11248130-
CMYK0.140.6300.49
HSL286.83º46.07%34.9%-
HSV(B)286.83º63.08%50.98%-
XYZ11.777.1721.88-
YUV76.48158.2153.33-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.62%
GREEN value IS 48 (19.14% from 255) = 16.55%
BLUE value IS 130 (51.17% from 255) = 44.83%
R=38.62%
G=16.55%
B=44.83%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal112481300.140.6300.49286.8346.0734.9
Hex703082E3F03111f2e23
Octal1606020216770614375643
Binary11100001100001000001011101111110110001100011111101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703082; }

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

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

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

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

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

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

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

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