#702C81

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

Shades of Eminence #702C81

Tints of Eminence #702C81

Color information

#702C81 (or 0x702C81) is unknown color: approx Eminence. HEX triplet: 70, 2C and 81. RGB value is (112,44,129). Sum of RGB (Red+Green+Blue) = 112+44+129=285 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.30% from 285); Green value is 44 (17.58% from 255 or 15.44% from 285); Blue value is 129 (50.78% from 255 or 45.26% from 285); Max value from RGB is 129 - color contains mainly: blue. Hex color #702C81 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702C81 is #8FD37E. Grayscale: #494949. Windows color (decimal): -9425791 or 8465520. OLE color: 8465520.

HSL color Cylindrical-coordinate representation of color #702C81: hue angle of 288º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #702C81 is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11244129-
CMYK0.130.6600.49
HSL288º49.13%33.92%-
HSV(B)288º65.89%50.59%-
XYZ11.556.8321.48-
YUV74.02159.03155.09-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.30%
GREEN value IS 44 (17.58% from 255) = 15.44%
BLUE value IS 129 (50.78% from 255) = 45.26%
R=39.30%
G=15.44%
B=45.26%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal112441290.130.6600.4928849.1333.92
Hex702C81D420311203122
Octal16054201151020614406142
Binary111000010110010000001110110000100110001100100000110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,44,129); }

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

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

 a { background-color: rgb(112,44,129); }

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

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

 span { border-color: rgb(112,44,129); }

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