#704569

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

Shades of Eminence #704569

Tints of Eminence #704569

Color information

#704569 (or 0x704569) is unknown color: approx Eminence. HEX triplet: 70, 45 and 69. RGB value is (112,69,105). Sum of RGB (Red+Green+Blue) = 112+69+105=286 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.16% from 286); Green value is 69 (27.34% from 255 or 24.13% from 286); Blue value is 105 (41.41% from 255 or 36.71% from 286); Max value from RGB is 112 - color contains mainly: red. Hex color #704569 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704569 is #8FBA96. Grayscale: #555555. Windows color (decimal): -9419415 or 6899056. OLE color: 6899056.

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

Color convert

RGB11269105-
CMYK00.380.060.56
HSL309.77º23.76%35.49%-
HSV(B)309.77º38.39%43.92%-
XYZ11.368.7214.45-
YUV85.96138.75146.57-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.16%
GREEN value IS 69 (27.34% from 255) = 24.13%
BLUE value IS 105 (41.41% from 255) = 36.71%
R=39.16%
G=24.13%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1126910500.380.060.56309.7723.7635.49
Hex7045690266381361823
Octal1601051510466704663043
Binary111000010001011101001010011011011100010011011011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704569; }

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

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

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

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

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

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

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

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