#703475

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

Shades of Eminence #703475

Tints of Eminence #703475

Color information

#703475 (or 0x703475) is unknown color: approx Eminence. HEX triplet: 70, 34 and 75. RGB value is (112,52,117). Sum of RGB (Red+Green+Blue) = 112+52+117=281 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.86% from 281); Green value is 52 (20.70% from 255 or 18.51% from 281); Blue value is 117 (46.09% from 255 or 41.64% from 281); Max value from RGB is 117 - color contains mainly: blue. Hex color #703475 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703475 is #8FCB8A. Grayscale: #4D4D4D. Windows color (decimal): -9423755 or 7681136. OLE color: 7681136.

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

Color convert

RGB11252117-
CMYK0.040.5600.54
HSL295.38º38.46%33.14%-
HSV(B)295.38º55.56%45.88%-
XYZ11.127.1917.63-
YUV77.35150.38152.71-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.86%
GREEN value IS 52 (20.70% from 255) = 18.51%
BLUE value IS 117 (46.09% from 255) = 41.64%
R=39.86%
G=18.51%
B=41.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal112521170.040.5600.54295.3838.4633.14
Hex7034754380361272621
Octal160641654700664474641
Binary111000011010011101011001110000110110100100111100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703475; }

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

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

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

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

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

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

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

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