#704369

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

Shades of Eminence #704369

Tints of Eminence #704369

Color information

#704369 (or 0x704369) is unknown color: approx Eminence. HEX triplet: 70, 43 and 69. RGB value is (112,67,105). Sum of RGB (Red+Green+Blue) = 112+67+105=284 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.44% from 284); Green value is 67 (26.56% from 255 or 23.59% from 284); Blue value is 105 (41.41% from 255 or 36.97% from 284); Max value from RGB is 112 - color contains mainly: red. Hex color #704369 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704369 is #8FBC96. Grayscale: #545454. Windows color (decimal): -9419927 or 6898544. OLE color: 6898544.

HSL color Cylindrical-coordinate representation of color #704369: hue angle of 309.33º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #704369 is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB11267105-
CMYK00.400.060.56
HSL309.33º25.14%35.1%-
HSV(B)309.33º40.18%43.92%-
XYZ11.248.4814.41-
YUV84.79139.41147.41-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.44%
GREEN value IS 67 (26.56% from 255) = 23.59%
BLUE value IS 105 (41.41% from 255) = 36.97%
R=39.44%
G=23.59%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1126710500.400.060.56309.3325.1435.1
Hex7043690286381351923
Octal1601031510506704653143
Binary111000010000111101001010100011011100010011010111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704369; }

 p { color: rgb(112,67,105); }

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

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

 a { background-color: rgb(112,67,105); }

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

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

 span { border-color: rgb(112,67,105); }

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