#703A7B

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

Shades of Eminence #703A7B

Tints of Eminence #703A7B

Color information

#703A7B (or 0x703A7B) is unknown color: approx Eminence. HEX triplet: 70, 3A and 7B. RGB value is (112,58,123). Sum of RGB (Red+Green+Blue) = 112+58+123=293 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.23% from 293); Green value is 58 (23.05% from 255 or 19.80% from 293); Blue value is 123 (48.44% from 255 or 41.98% from 293); Max value from RGB is 123 - color contains mainly: blue. Hex color #703A7B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703A7B is #8FC584. Grayscale: #515151. Windows color (decimal): -9422213 or 8075888. OLE color: 8075888.

HSL color Cylindrical-coordinate representation of color #703A7B: hue angle of 289.85º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #703A7B is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11258123-
CMYK0.090.5300.52
HSL289.85º35.91%35.49%-
HSV(B)289.85º52.85%48.24%-
XYZ11.777.919.64-
YUV81.56151.39149.71-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.23%
GREEN value IS 58 (23.05% from 255) = 19.80%
BLUE value IS 123 (48.44% from 255) = 41.98%
R=38.23%
G=19.80%
B=41.98%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal112581230.090.5300.52289.8535.9135.49
Hex703A7B9350341222423
Octal1607217311650644424443
Binary1110000111010111101110011101010110100100100010100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703A7B; }

 p { color: rgb(112,58,123); }

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

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

 a { background-color: rgb(112,58,123); }

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

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

 span { border-color: rgb(112,58,123); }

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