#703784

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

Shades of Eminence #703784

Tints of Eminence #703784

Color information

#703784 (or 0x703784) is unknown color: approx Eminence. HEX triplet: 70, 37 and 84. RGB value is (112,55,132). Sum of RGB (Red+Green+Blue) = 112+55+132=299 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.46% from 299); Green value is 55 (21.88% from 255 or 18.39% from 299); Blue value is 132 (51.95% from 255 or 44.15% from 299); Max value from RGB is 132 - color contains mainly: blue. Hex color #703784 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703784 is #8FC87B. Grayscale: #505050. Windows color (decimal): -9422972 or 8664944. OLE color: 8664944.

HSL color Cylindrical-coordinate representation of color #703784: hue angle of 284.42º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #703784 is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11255132-
CMYK0.150.5800.48
HSL284.42º41.18%36.67%-
HSV(B)284.42º58.33%51.76%-
XYZ12.217.8422.7-
YUV80.82156.88150.24-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.46%
GREEN value IS 55 (21.88% from 255) = 18.39%
BLUE value IS 132 (51.95% from 255) = 44.15%
R=37.46%
G=18.39%
B=44.15%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal112551320.150.5800.48284.4241.1836.67
Hex703784F3A03011c2925
Octal1606720417720604345145
Binary11100001101111000010011111110100110000100011100101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703784; }

 p { color: rgb(112,55,132); }

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

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

 a { background-color: rgb(112,55,132); }

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

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

 span { border-color: rgb(112,55,132); }

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