#702A7B

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

Shades of Eminence #702A7B

Tints of Eminence #702A7B

Color information

#702A7B (or 0x702A7B) is unknown color: approx Eminence. HEX triplet: 70, 2A and 7B. RGB value is (112,42,123). Sum of RGB (Red+Green+Blue) = 112+42+123=277 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.43% from 277); Green value is 42 (16.80% from 255 or 15.16% from 277); Blue value is 123 (48.44% from 255 or 44.40% from 277); Max value from RGB is 123 - color contains mainly: blue. Hex color #702A7B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702A7B is #8FD584. Grayscale: #474747. Windows color (decimal): -9426309 or 8071792. OLE color: 8071792.

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

Color convert

RGB11242123-
CMYK0.090.6600.52
HSL291.85º49.09%32.35%-
HSV(B)291.85º65.85%48.24%-
XYZ11.096.5319.42-
YUV72.16156.69156.41-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.43%
GREEN value IS 42 (16.80% from 255) = 15.16%
BLUE value IS 123 (48.44% from 255) = 44.40%
R=40.43%
G=15.16%
B=44.40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal112421230.090.6600.52291.8549.0932.35
Hex702A7B9420341243120
Octal16052173111020644446140
Binary11100001010101111011100110000100110100100100100110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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