#70456C

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

Shades of Eminence #70456C

Tints of Eminence #70456C

Color information

#70456C (or 0x70456C) is unknown color: approx Eminence. HEX triplet: 70, 45 and 6C. RGB value is (112,69,108). Sum of RGB (Red+Green+Blue) = 112+69+108=289 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.75% from 289); Green value is 69 (27.34% from 255 or 23.88% from 289); Blue value is 108 (42.58% from 255 or 37.37% from 289); Max value from RGB is 112 - color contains mainly: red. Hex color #70456C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70456C is #8FBA93. Grayscale: #565656. Windows color (decimal): -9419412 or 7095664. OLE color: 7095664.

HSL color Cylindrical-coordinate representation of color #70456C: hue angle of 305.58º 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 #70456C is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB11269108-
CMYK00.380.040.56
HSL305.58º23.76%35.49%-
HSV(B)305.58º38.39%43.92%-
XYZ11.528.7815.28-
YUV86.3140.25146.33-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.75%
GREEN value IS 69 (27.34% from 255) = 23.88%
BLUE value IS 108 (42.58% from 255) = 37.37%
R=38.75%
G=23.88%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1126910800.380.040.56305.5823.7635.49
Hex70456C0264381321823
Octal1601051540464704623043
Binary111000010001011101100010011010011100010011001011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70456C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70456C; }

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

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

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

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

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

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

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

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