#70417E

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

Shades of Eminence #70417E

Tints of Eminence #70417E

Color information

#70417E (or 0x70417E) is unknown color: approx Eminence. HEX triplet: 70, 41 and 7E. RGB value is (112,65,126). Sum of RGB (Red+Green+Blue) = 112+65+126=303 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.96% from 303); Green value is 65 (25.78% from 255 or 21.45% from 303); Blue value is 126 (49.61% from 255 or 41.58% from 303); Max value from RGB is 126 - color contains mainly: blue. Hex color #70417E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70417E is #8FBE81. Grayscale: #555555. Windows color (decimal): -9420418 or 8274288. OLE color: 8274288.

HSL color Cylindrical-coordinate representation of color #70417E: hue angle of 286.23º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70417E is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11265126-
CMYK0.110.4800.51
HSL286.23º31.94%37.45%-
HSV(B)286.23º48.41%49.41%-
XYZ12.348.7320.77-
YUV86.01150.57146.54-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.96%
GREEN value IS 65 (25.78% from 255) = 21.45%
BLUE value IS 126 (49.61% from 255) = 41.58%
R=36.96%
G=21.45%
B=41.58%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal112651260.110.4800.51286.2331.9437.45
Hex70417EB3003311e2025
Octal16010117613600634364045
Binary11100001000001111111010111100000110011100011110100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70417E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70417E; }

 p { color: rgb(112,65,126); }

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

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

 a { background-color: rgb(112,65,126); }

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

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

 span { border-color: rgb(112,65,126); }

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