#70297B

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

Shades of Eminence #70297B

Tints of Eminence #70297B

Color information

#70297B (or 0x70297B) is unknown color: approx Eminence. HEX triplet: 70, 29 and 7B. RGB value is (112,41,123). Sum of RGB (Red+Green+Blue) = 112+41+123=276 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.58% from 276); Green value is 41 (16.41% from 255 or 14.86% from 276); Blue value is 123 (48.44% from 255 or 44.57% from 276); Max value from RGB is 123 - color contains mainly: blue. Hex color #70297B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70297B is #8FD684. Grayscale: #474747. Windows color (decimal): -9426565 or 8071536. OLE color: 8071536.

HSL color Cylindrical-coordinate representation of color #70297B: hue angle of 291.95º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #70297B is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11241123-
CMYK0.090.6700.52
HSL291.95º50%32.16%-
HSV(B)291.95º66.67%48.24%-
XYZ11.056.4619.4-
YUV71.58157.02156.83-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.58%
GREEN value IS 41 (16.41% from 255) = 14.86%
BLUE value IS 123 (48.44% from 255) = 44.57%
R=40.58%
G=14.86%
B=44.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal112411230.090.6700.52291.955032.16
Hex70297B9430341243220
Octal16051173111030644446240
Binary11100001010011111011100110000110110100100100100110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70297B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70297B; }

 p { color: rgb(112,41,123); }

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

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

 a { background-color: rgb(112,41,123); }

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

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

 span { border-color: rgb(112,41,123); }

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