#702F77

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

Shades of Eminence #702F77

Tints of Eminence #702F77

Color information

#702F77 (or 0x702F77) is unknown color: approx Eminence. HEX triplet: 70, 2F and 77. RGB value is (112,47,119). Sum of RGB (Red+Green+Blue) = 112+47+119=278 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.29% from 278); Green value is 47 (18.75% from 255 or 16.91% from 278); Blue value is 119 (46.88% from 255 or 42.81% from 278); Max value from RGB is 119 - color contains mainly: blue. Hex color #702F77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702F77 is #8FD088. Grayscale: #4A4A4A. Windows color (decimal): -9425033 or 7810928. OLE color: 7810928.

HSL color Cylindrical-coordinate representation of color #702F77: hue angle of 294.17º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #702F77 is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11247119-
CMYK0.060.6100.53
HSL294.17º43.37%32.55%-
HSV(B)294.17º60.5%46.67%-
XYZ11.036.8118.19-
YUV74.64153.03154.65-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.29%
GREEN value IS 47 (18.75% from 255) = 16.91%
BLUE value IS 119 (46.88% from 255) = 42.81%
R=40.29%
G=16.91%
B=42.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal112471190.060.6100.53294.1743.3732.55
Hex702F7763D0351262b21
Octal160571676750654465341
Binary111000010111111101111101111010110101100100110101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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