#713882

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

Shades of Eminence #713882

Tints of Eminence #713882

Color information

#713882 (or 0x713882) is unknown color: approx Eminence. HEX triplet: 71, 38 and 82. RGB value is (113,56,130). Sum of RGB (Red+Green+Blue) = 113+56+130=299 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.79% from 299); Green value is 56 (22.27% from 255 or 18.73% from 299); Blue value is 130 (51.17% from 255 or 43.48% from 299); Max value from RGB is 130 - color contains mainly: blue. Hex color #713882 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713882 is #8EC77D. Grayscale: #515151. Windows color (decimal): -9357182 or 8534129. OLE color: 8534129.

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

Color convert

RGB11356130-
CMYK0.130.5700.49
HSL286.22º39.78%36.47%-
HSV(B)286.22º56.92%50.98%-
XYZ12.257.9522.01-
YUV81.48155.38150.48-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.79%
GREEN value IS 56 (22.27% from 255) = 18.73%
BLUE value IS 130 (51.17% from 255) = 43.48%
R=37.79%
G=18.73%
B=43.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal113561300.130.5700.49286.2239.7836.47
Hex713882D3903111e2824
Octal1617020215710614365044
Binary11100011110001000001011011110010110001100011110101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713882; }

 p { color: rgb(113,56,130); }

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

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

 a { background-color: rgb(113,56,130); }

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

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

 span { border-color: rgb(113,56,130); }

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