#703273

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

Shades of Eminence #703273

Tints of Eminence #703273

Color information

#703273 (or 0x703273) is unknown color: approx Eminence. HEX triplet: 70, 32 and 73. RGB value is (112,50,115). Sum of RGB (Red+Green+Blue) = 112+50+115=277 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.43% from 277); Green value is 50 (19.92% from 255 or 18.05% from 277); Blue value is 115 (45.31% from 255 or 41.52% from 277); Max value from RGB is 115 - color contains mainly: blue. Hex color #703273 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703273 is #8FCD8C. Grayscale: #4B4B4B. Windows color (decimal): -9424269 or 7549552. OLE color: 7549552.

HSL color Cylindrical-coordinate representation of color #703273: hue angle of 297.23º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #703273 is Cyan = 0.03, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB11250115-
CMYK0.030.5700.55
HSL297.23º39.39%32.35%-
HSV(B)297.23º56.52%45.1%-
XYZ10.926.9616.99-
YUV75.95150.04153.71-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.43%
GREEN value IS 50 (19.92% from 255) = 18.05%
BLUE value IS 115 (45.31% from 255) = 41.52%
R=40.43%
G=18.05%
B=41.52%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal112501150.030.5700.55297.2339.3932.35
Hex7032733390371292720
Octal160621633710674514740
Binary11100001100101110011111110010110111100101001100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703273; }

 p { color: rgb(112,50,115); }

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

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

 a { background-color: rgb(112,50,115); }

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

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

 span { border-color: rgb(112,50,115); }

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