#702F82

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

Shades of Eminence #702F82

Tints of Eminence #702F82

Color information

#702F82 (or 0x702F82) is unknown color: approx Eminence. HEX triplet: 70, 2F and 82. RGB value is (112,47,130). Sum of RGB (Red+Green+Blue) = 112+47+130=289 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.75% from 289); Green value is 47 (18.75% from 255 or 16.26% from 289); Blue value is 130 (51.17% from 255 or 44.98% from 289); Max value from RGB is 130 - color contains mainly: blue. Hex color #702F82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702F82 is #8FD07D. Grayscale: #4B4B4B. Windows color (decimal): -9425022 or 8531824. OLE color: 8531824.

HSL color Cylindrical-coordinate representation of color #702F82: hue angle of 286.99º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #702F82 is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11247130-
CMYK0.140.6400.49
HSL286.99º46.89%34.71%-
HSV(B)286.99º63.85%50.98%-
XYZ11.737.0921.87-
YUV75.9158.53153.75-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.75%
GREEN value IS 47 (18.75% from 255) = 16.26%
BLUE value IS 130 (51.17% from 255) = 44.98%
R=38.75%
G=16.26%
B=44.98%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal112471300.140.6400.49286.9946.8934.71
Hex702F82E4003111f2f23
Octal16057202161000614375743
Binary111000010111110000010111010000000110001100011111101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702F82; }

 p { color: rgb(112,47,130); }

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

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

 a { background-color: rgb(112,47,130); }

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

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

 span { border-color: rgb(112,47,130); }

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