#712683

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

Shades of Eminence #712683

Tints of Eminence #712683

Color information

#712683 (or 0x712683) is unknown color: approx Eminence. HEX triplet: 71, 26 and 83. RGB value is (113,38,131). Sum of RGB (Red+Green+Blue) = 113+38+131=282 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.07% from 282); Green value is 38 (15.23% from 255 or 13.48% from 282); Blue value is 131 (51.56% from 255 or 46.45% from 282); Max value from RGB is 131 - color contains mainly: blue. Hex color #712683 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712683 is #8ED97C. Grayscale: #464646. Windows color (decimal): -9361789 or 8595057. OLE color: 8595057.

HSL color Cylindrical-coordinate representation of color #712683: hue angle of 288.39º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #712683 is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11338131-
CMYK0.140.7100.49
HSL288.39º55.03%33.14%-
HSV(B)288.39º70.99%51.37%-
XYZ11.66.5422.12-
YUV71.03161.85157.94-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.07%
GREEN value IS 38 (15.23% from 255) = 13.48%
BLUE value IS 131 (51.56% from 255) = 46.45%
R=40.07%
G=13.48%
B=46.45%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal113381310.140.7100.49288.3955.0333.14
Hex712683E470311203721
Octal16146203161070614406741
Binary111000110011010000011111010001110110001100100000110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712683; }

 p { color: rgb(113,38,131); }

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

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

 a { background-color: rgb(113,38,131); }

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

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

 span { border-color: rgb(113,38,131); }

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