#704468

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

Shades of Eminence #704468

Tints of Eminence #704468

Color information

#704468 (or 0x704468) is unknown color: approx Eminence. HEX triplet: 70, 44 and 68. RGB value is (112,68,104). Sum of RGB (Red+Green+Blue) = 112+68+104=284 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.44% from 284); Green value is 68 (26.95% from 255 or 23.94% from 284); Blue value is 104 (41.02% from 255 or 36.62% from 284); Max value from RGB is 112 - color contains mainly: red. Hex color #704468 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704468 is #8FBB97. Grayscale: #555555. Windows color (decimal): -9419672 or 6833264. OLE color: 6833264.

HSL color Cylindrical-coordinate representation of color #704468: hue angle of 310.91º 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 #704468 is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB11268104-
CMYK00.390.070.56
HSL310.91º24.44%35.29%-
HSV(B)310.91º39.29%43.92%-
XYZ11.258.5814.16-
YUV85.26138.58147.07-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.44%
GREEN value IS 68 (26.95% from 255) = 23.94%
BLUE value IS 104 (41.02% from 255) = 36.62%
R=39.44%
G=23.94%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1126810400.390.070.56310.9124.4435.29
Hex7044680277381371823
Octal1601041500477704673043
Binary111000010001001101000010011111111100010011011111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704468; }

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

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

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

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

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

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

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

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