#704276

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

Shades of Eminence #704276

Tints of Eminence #704276

Color information

#704276 (or 0x704276) is unknown color: approx Eminence. HEX triplet: 70, 42 and 76. RGB value is (112,66,118). Sum of RGB (Red+Green+Blue) = 112+66+118=296 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.84% from 296); Green value is 66 (26.17% from 255 or 22.30% from 296); Blue value is 118 (46.48% from 255 or 39.86% from 296); Max value from RGB is 118 - color contains mainly: blue. Hex color #704276 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704276 is #8FBD89. Grayscale: #555555. Windows color (decimal): -9420170 or 7750256. OLE color: 7750256.

HSL color Cylindrical-coordinate representation of color #704276: hue angle of 293.08º 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 #704276 is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11266118-
CMYK0.050.4400.54
HSL293.08º28.26%36.08%-
HSV(B)293.08º44.07%46.27%-
XYZ11.98.6518.18-
YUV85.68146.24146.77-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.84%
GREEN value IS 66 (26.17% from 255) = 22.30%
BLUE value IS 118 (46.48% from 255) = 39.86%
R=37.84%
G=22.30%
B=39.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal112661180.050.4400.54293.0828.2636.08
Hex70427652C0361251c24
Octal1601021665540664453444
Binary111000010000101110110101101100011011010010010111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704276; }

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

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

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

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

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

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

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

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