#713082

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

Shades of Eminence #713082

Tints of Eminence #713082

Color information

#713082 (or 0x713082) is unknown color: approx Eminence. HEX triplet: 71, 30 and 82. RGB value is (113,48,130). Sum of RGB (Red+Green+Blue) = 113+48+130=291 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.83% from 291); Green value is 48 (19.14% from 255 or 16.49% from 291); Blue value is 130 (51.17% from 255 or 44.67% from 291); Max value from RGB is 130 - color contains mainly: blue. Hex color #713082 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713082 is #8ECF7D. Grayscale: #4C4C4C. Windows color (decimal): -9359230 or 8532081. OLE color: 8532081.

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

Color convert

RGB11348130-
CMYK0.130.6300.49
HSL287.56º46.07%34.9%-
HSV(B)287.56º63.08%50.98%-
XYZ11.97.2421.89-
YUV76.78158.03153.83-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.83%
GREEN value IS 48 (19.14% from 255) = 16.49%
BLUE value IS 130 (51.17% from 255) = 44.67%
R=38.83%
G=16.49%
B=44.67%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal113481300.130.6300.49287.5646.0734.9
Hex713082D3F0311202e23
Octal1616020215770614405643
Binary11100011100001000001011011111110110001100100000101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713082; }

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

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

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

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

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

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

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

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