#702883

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

Shades of Eminence #702883

Tints of Eminence #702883

Color information

#702883 (or 0x702883) is unknown color: approx Eminence. HEX triplet: 70, 28 and 83. RGB value is (112,40,131). Sum of RGB (Red+Green+Blue) = 112+40+131=283 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.58% from 283); Green value is 40 (16.02% from 255 or 14.13% from 283); Blue value is 131 (51.56% from 255 or 46.29% from 283); Max value from RGB is 131 - color contains mainly: blue. Hex color #702883 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702883 is #8FD77C. Grayscale: #474747. Windows color (decimal): -9426813 or 8595568. OLE color: 8595568.

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

Color convert

RGB11240131-
CMYK0.150.6900.49
HSL287.47º53.22%33.53%-
HSV(B)287.47º69.47%51.37%-
XYZ11.546.622.14-
YUV71.9161.35156.6-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.58%
GREEN value IS 40 (16.02% from 255) = 14.13%
BLUE value IS 131 (51.56% from 255) = 46.29%
R=39.58%
G=14.13%
B=46.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal112401310.150.6900.49287.4753.2233.53
Hex702883F4503111f3522
Octal16050203171050614376542
Binary111000010100010000011111110001010110001100011111110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702883; }

 p { color: rgb(112,40,131); }

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

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

 a { background-color: rgb(112,40,131); }

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

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

 span { border-color: rgb(112,40,131); }

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