#704469

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

Shades of Eminence #704469

Tints of Eminence #704469

Color information

#704469 (or 0x704469) is unknown color: approx Eminence. HEX triplet: 70, 44 and 69. RGB value is (112,68,105). Sum of RGB (Red+Green+Blue) = 112+68+105=285 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.30% from 285); Green value is 68 (26.95% from 255 or 23.86% from 285); Blue value is 105 (41.41% from 255 or 36.84% from 285); Max value from RGB is 112 - color contains mainly: red. Hex color #704469 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704469 is #8FBB96. Grayscale: #555555. Windows color (decimal): -9419671 or 6898800. OLE color: 6898800.

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

Color convert

RGB11268105-
CMYK00.390.060.56
HSL309.55º24.44%35.29%-
HSV(B)309.55º39.29%43.92%-
XYZ11.38.614.43-
YUV85.37139.08146.99-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.30%
GREEN value IS 68 (26.95% from 255) = 23.86%
BLUE value IS 105 (41.41% from 255) = 36.84%
R=39.30%
G=23.86%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1126810500.390.060.56309.5524.4435.29
Hex7044690276381361823
Octal1601041510476704663043
Binary111000010001001101001010011111011100010011011011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704469; }

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

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

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

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

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

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

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

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