#704275

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

Shades of Eminence #704275

Tints of Eminence #704275

Color information

#704275 (or 0x704275) is unknown color: approx Eminence. HEX triplet: 70, 42 and 75. RGB value is (112,66,117). Sum of RGB (Red+Green+Blue) = 112+66+117=295 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.97% from 295); Green value is 66 (26.17% from 255 or 22.37% from 295); Blue value is 117 (46.09% from 255 or 39.66% from 295); Max value from RGB is 117 - color contains mainly: blue. Hex color #704275 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704275 is #8FBD8A. Grayscale: #555555. Windows color (decimal): -9420171 or 7684720. OLE color: 7684720.

HSL color Cylindrical-coordinate representation of color #704275: hue angle of 294.12º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #704275 is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11266117-
CMYK0.040.4400.54
HSL294.12º27.87%35.88%-
HSV(B)294.12º43.59%45.88%-
XYZ11.848.6317.87-
YUV85.57145.74146.85-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.97%
GREEN value IS 66 (26.17% from 255) = 22.37%
BLUE value IS 117 (46.09% from 255) = 39.66%
R=37.97%
G=22.37%
B=39.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal112661170.040.4400.54294.1227.8735.88
Hex70427542C0361261c24
Octal1601021654540664463444
Binary111000010000101110101100101100011011010010011011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704275; }

 p { color: rgb(112,66,117); }

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

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

 a { background-color: rgb(112,66,117); }

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

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

 span { border-color: rgb(112,66,117); }

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