#70407F

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

Shades of Eminence #70407F

Tints of Eminence #70407F

Color information

#70407F (or 0x70407F) is unknown color: approx Eminence. HEX triplet: 70, 40 and 7F. RGB value is (112,64,127). Sum of RGB (Red+Green+Blue) = 112+64+127=303 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.96% from 303); Green value is 64 (25.39% from 255 or 21.12% from 303); Blue value is 127 (50% from 255 or 41.91% from 303); Max value from RGB is 127 - color contains mainly: blue. Hex color #70407F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70407F is #8FBF80. Grayscale: #555555. Windows color (decimal): -9420673 or 8339568. OLE color: 8339568.

HSL color Cylindrical-coordinate representation of color #70407F: hue angle of 285.71º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70407F is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB11264127-
CMYK0.120.5000.50
HSL285.71º32.98%37.45%-
HSV(B)285.71º49.61%49.8%-
XYZ12.358.6421.1-
YUV85.53151.4146.88-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.96%
GREEN value IS 64 (25.39% from 255) = 21.12%
BLUE value IS 127 (50% from 255) = 41.91%
R=36.96%
G=21.12%
B=41.91%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal112641270.120.5000.50285.7132.9837.45
Hex70407FC3203211e2125
Octal16010017714620624364145
Binary11100001000000111111111001100100110010100011110100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70407F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70407F; }

 p { color: rgb(112,64,127); }

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

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

 a { background-color: rgb(112,64,127); }

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

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

 span { border-color: rgb(112,64,127); }

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